
.clearfix {
	float: left;
	width: 100%;
	clear: both;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* More than iPad */
@media (min-width: 769px) {
	.hidden-xs {
	  display: block !important;
	}

	.visible-xs {
	  display: none !important;
	}
}

/* iPad & smaller */
@media (max-width: 768px) {
	.hidden-xs {
	  display: none !important;
	}

	.visible-xs {
	  display: block !important;
	}
}