body
{
	padding-top: 70px;
	padding-bottom: 70px;

}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.modal-lg {
    max-width: 100% !important;
}

.modal-sm {
    max-width: 40% !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}