@media (
min-width: 1200px) {
	/*------------------------ Bootstrap default Desktop Big*/
	.mobile{ 
		display: none;
	}
	.alt-logo{
		display:none;
		}
}	
@media (min-width: 990px) and (max-width: 1199px) { 
	/*------------------------ Bootstrap default = col-md Desktop old */
	.alt-logo{
		display:none;
		}
	.mobile{
		display: none;
	}
	.submit-button{
		display: block;
		width: 100%; 
		margin: 0px auto;
	}
	.head_bg{
  		background-position-x: -265px;
	}
	.nav-wrapper{
		position: absolute;
		right: 0px;
	}
}	
@media (max-width: 1650px) {
	.head_bg{
 		background-position-x: -305px;
	}
}
@media(max-width: 990px) {  
	/*------------------------ Bootstrap default = col-sm Tablet */
	#footer .right{
		margin-top:5px; 
		text-align: left;
		float: left;
		}
	.head_bg{
  		background-position-x: -345px;
	}
	.logo_nav_row{
		margin-top: 59px;
	}
	#nav-toggle svg{
		width: 100%;
	}
}
@media (max-width: 767px) {
	/*------------------------ Bootstrap default = col-xs Mobile */
	.desktop{ 
		display: none;
		}
	#head{
		height: auto;
		
	}
	.mobile{
		display: block;
	}	
	.tablet{
		display:block;
		}
	.head_bg{
  		background-position-x: -465px;
	}
}
@media (max-width: 480px) {
	.logo_nav_row #hide-me {
		display: none;
	}
	/* .logo_nav_row .top-logo{
		margin-left: -70px;
	} */
}		
@media (max-width: 480px) { 
}
