
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media(max-width:1280px) {

}
@media(max-width:992px){
	.mobile_toggle{
		display:block;
    position: absolute;
    right: 0;
    color: #fff;
		padding: 0 5px 0px 5px;
		margin-top: 5px;
		z-index: 99999;
		background: #000;
	}
	.navbar-toggler{
		display:none;
	}
	.navbar-brand{
	display:block;
	background: #fff;
	margin: 0;
	width: 100%;
  max-width: 100%;
  left: 0;
	}
	#offNav {
		font-size: 35px;
		color: #fff;
		padding: .5rem;
		line-height: 1;
		cursor: pointer;
	}

	#onNav {
		font-size: 35px;
		color: #fff;
		padding: .5rem;
		line-height: 1;
		cursor: pointer;
	}
}
@media(max-width:768px) {
	.container{
		width:auto;
	}
}
@media(min-width:991px){
  .mobile_toggle{
 		display:none;
 	}
}
