.sticky-navbar #header-stage{
	margin-bottom: 50px;
}

#navbar {
    border-bottom:2px solid rgba(0,0,0,.1);
    height:50px;
    }
#navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color:rgba(0,0,0,.85);
    border-bottom:2px solid rgba(255,255,255,1);
    }
#navbar #logo-sticky{
	opacity: 0;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	height: 72px;
	position: absolute;
	left: 30px;
	top: 5px;
    }
#navbar #logo-sticky img{
	width: auto;
	height: 72px;
	display: block;
	max-width: inherit;
    }
#navbar.sticky #logo-sticky{
	opacity: 1;
    }
#navbar ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
    }
#navbar li {
	padding:0;
	margin:0;
    }
#navbar nav {
	text-align:center;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	background:none;
    }
#navbar nav ul {
	text-align:center;
    }
#navbar nav ul li {
	display:inline-block;
    }
#navbar.sticky nav ul li a {
	color:rgba(255,255,255,1);
	display:inline-block;
	padding:10px 15px;
	text-decoration:none;
	border-bottom:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:18px;
    text-transform: uppercase;
    }
#navbar.sticky nav ul li a:hover {
	color: rgba(255,255,255,1);
    background: rgba(255,255,255,.1);
    }
#navbar nav ul li a {
	color:rgba(0,0,0,1);
	display:inline-block;
	padding:10px 15px;
	text-decoration:none;
	border-bottom:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:18px;
    text-transform: uppercase;
    }
#navbar nav ul li a:hover {
	color: rgba(0,0,0,1);
    background: rgba(0,0,0,.1);
    }
#navbar .button {
	display:inline;
	position:absolute;
	right:30px;
	top:10px;
	z-index:999;
	font-size:30px;
    }
#navbar .button.sticky{
	position: fixed;
	right:30px;
	top:10px;
    }
#navbar .button span {
	text-decoration:none;
    }
#navbar.sticky .btn-open,
#navbar .btn-open {
	color: rgba(0,0,0,1);
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
    }
#navbar.sticky .btn-open {
    color: rgba(255,255,255,1);
    }
#navbar .btn-open:hover {
	color:rgba(108,5,0,1);
    }
#navbar .btn-close {
	color:rgba(255,255,255,1);
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
    }
#navbar .btn-close:hover {
	color:rgba(71,3,0,1);
    }
#navbar .overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
    width:100%;
    background-color: rgba(0,0,0,.97);
	overflow:auto;
	z-index:99;
    }
#navbar .wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
    }
#navbar .wrap ul.wrap-nav {
	border-bottom:1px solid rgba(255,255,255,1);
	text-transform:capitalize;
	padding:150px 0px 100px;
    }
#navbar .wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
    }
#navbar .wrap ul.wrap-nav li a {
	color:rgba(255,255,255,1);
	display:block;
	padding:5px 0;
    text-transform:uppercase;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
    }
#navbar .wrap ul.wrap-nav li ul.sub-menu a {
	padding:1px 0;
    text-transform:none ;
    }
#navbar .wrap ul.wrap-nav li a:hover {
	color:rgba(255,255,255,1);
    background:rgba(71,3,0,.6);
    }
#navbar .wrap ul.wrap-nav ul {
	padding:0;
    }
#navbar .wrap ul.wrap-nav ul li {
	display:block;
	font-size:15px;
	width:100%;
	color:rgba(255,255,255,1);
    }
#navbar .wrap ul.wrap-nav ul li a {
	color:rgba(255,255,255,1);
    }
#navbar .wrap ul.wrap-nav ul li a:hover {
	color:rgba(255,255,255,1);
    }
#navbar .social {
	font-size:25px;
	padding:20px;
    }
#navbar .social img.footer {
    max-width:100%;
    height:auto;
    margin:0;
    }
#navbar .social a,
#navbar .social a:visited,
#navbar .social a:hover,
#navbar .social a:active {
    padding:0 0 0 15px;
    margin:0;
    text-decoration: none;
    background: none;
    color:rgba(255,255,255,1);
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    }
#navbar .social i {
    vertical-align: bottom;
    }
@media screen and (max-width:849px) {
	#navbar .wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
        border-bottom:1px solid rgba(255,255,255,1);
        }
	#navbar .wrap ul.wrap-nav {
		padding:10px 0px 0px;
        }
	#navbar nav ul {
		opacity:0;
		visibility:hidden;
    	}
	#navbar .social {
		font-size:25px;
		padding:15px 0;
    	}
    #navbar .social img.footer {
        max-width:80%;
        height:auto;
        margin:0 auto 10px;
        display:block;
        }
	#navbar .social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
        }
    }
#navbar .content {
	width:100%;
	margin-top:200px;
	font-size:20px;
	color:#333;
	text-align: center;
    }
/* FOOTER NAVIGATION */
footer #navbar{
    border-bottom: none;
    height: auto;
    }
footer #navbar nav {
    text-align: left;
    background: none rgba(0,0,0,1);
    }
footer #navbar nav ul {
    text-align:left;
    }
footer #navbar nav ul li {
    display: block;
    margin
    }
footer #navbar nav ul li a {
    width:100%;
    color:rgba(255,255,255,1);
    padding: 0px 0px;
    font-size: 15px;
    border-bottom:1px dotted rgba(255,255,255,.25);
    }
footer #navbar nav ul li a:hover {
    color:rgba(174,26,45,1);
    background:none rgba(0,0,0,0);
    }
footer #navbar nav ul li ul {
    margin:0 0 15px 0;
    }
footer #navbar nav ul li ul li a {
    width: 100%;
    color: rgba(255,255,255,.5);
    padding: 0px 0px;
    font-size: 15px;
    text-transform: none;
    border-bottom: none;
    }
footer #navbar nav ul li ul li a:hover {
    color:rgba(255,255,255,.85);
    background:none rgba(0,0,0,0);
    }
footer #navbar nav ul li ul li.menu-item-1126 {
    display:none;
    }


