/**
 * All your custom CSS should go into this file
 */

html, body{
	height:100%;
}

.subnavbar {
  margin-bottom:1em;
}


/*http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -56px; /*0 auto -56px;*/
    position: relative;
}

.footer, .push {
    height: 25px; 
    padding: 15px 0;
    position: relative;
}

.container-fluid{
  /*margin-bottom: 50px;*/
}



