/* ==============================================
 *   LARGE SCREEN
 * ==============================================*/

/* Large devices (large desktops, 1200px and up) (≥1200px) @screen-lg*/
@media (min-width: 1200px) {
	   


}

@media (max-width: 1199px) {


}

/* ==============================================
 *   MEDIUM SCREEN
 * ==============================================*/

/* Medium devices (desktops, 992px and up) (≥992px)	@screen-md */
@media (min-width: 992px) {
	
	header .masthead-logowrapper img{
		margin:auto !important;
	}
}

/*Tablet landscape (1024x768)*/
@media (min-width: 992px) and (max-width: 1199px) {
	
	header .masthead-logowrapper img{
		margin:auto !important;
	}
	
	header address {
		font-size:16px;
	}
	
	header address span {
		display:inline;
	}
	
	header .headerLogo {
		text-align:center;
	}

}

/* ==============================================
 *   SMALL SCREEN
 * ==============================================*/

/* Small devices (tablets, 768px and up) (≥768px)	@screen-sm*/
@media (min-width: 768px) {
	header .masthead-logowrapper img{
		margin:auto !important;
	}

} 

@media (min-width: 768px) and (max-width: 991px) {
	header .masthead-logowrapper img{
		margin:auto !important;
	}
	header .masthead  .masthead-logowrapper,
	header .masthead  .masthead-contactwrapper  {
		text-align:center;
	}
	header .masthead  .masthead-contactwrapper div {display:inline;}
	
	footer .footer-copyright {
		text-align:center;
	}
}

/* ==============================================
 *   XSMALL SCREEN
 * ==============================================*/

/* Extra small devices Phones (<768px)*/	 
@media (max-width: 767px) {
	header address {
		font-size:14px;
	}	
	header .masthead-logowrapper img{
		margin:auto !important;
	}
	header .masthead  .masthead-logowrapper,
	header .masthead  .masthead-contactwrapper  {
		text-align:center;
	}
	header .masthead  .masthead-contactwrapper div {display:inline;}
	
	footer .footer-copyright {
		text-align:center;
	}
}
