/* CSS Document */

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

body {
	background-color: #fff;
}

.column.main {
	padding-bottom: 0!important;	
}