/****************************
 * Miscellaneous
****************************/
/* Visibility Classes */
.hidden-xs, .hidden-s, .hidden-m, .hidden-l, .hidden-xl {display:block;}
.show-xs, .show-s, .show-m, .show-l, .show-xl {display:none;}

/* Placeholder */
body ::-webkit-input-placeholder {font-family:inherit; font-weight:inherit; font-size:inherit; color:#ccc;}
body ::-moz-placeholder {font-family:inherit; font-weight:inherit; font-size:inherit; color:#ccc;}
body :-ms-input-placeholder {font-family:inherit; font-weight:inherit; font-size:inherit; color:#ccc;}
body :-moz-placeholder {font-family:inherit; font-weight:inherit; font-size:inherit; color:#ccc;}

/* Footer */
#main-footer {display:none;}