/*

Media Queries go here

--------------------------------------------------------------*/

/* lg */

@media screen and (max-width:1199px){

}

/* md */

@media screen and (max-width:991px){

}

/* sm */

@media screen and (max-width:767px){
	#fat-footer *{
		text-align:center;
	}

	#site-footer *{
		text-align:center;
	}

	#page{
		margin:0px!important;
		height:initial!important;
		min-height:inherit!important;
		min-height:initial!important;
	}

	.push{
		display:none;
		height:0px!important;
	}

	#top-bar{
		display:none;
	}

	.visible-sm{
		display:block;
	}

	.hidden-sm{
		display:none;
	}
}

/* xs */

@media screen and (max-width:543px){

}