#contentWrapper {
    width: 100%;
    max-width: 700px;
}

#mainContent {
	width: 100%;
}

#slider {
	width: 100% !important;
}

.nivo-slice,
.nivoSlider {
	background-position: 50% 50% !important;
}

.widget_iframe {
	width: 100% !important;
}

@media screen and (max-width: 699px) {
	#header,
	.header {
		margin-left: 15px;
	}

	#header {
		font-size: 2.25em;
		margin-top: 10px;
		margin-bottom: -125px;
	}

	#slider {
		height: 250px !important;
	}

	#fb {
		display: none;
	}

	#contentWrapper {
		margin-top: 0;
		margin-bottom: 0;
	}

	#foot {
		font-size: 1em;
		border-top: none;
		margin: 50px 0 0 0;
		padding: 15px 0 15px;
		background-color: rgba( 0, 0, 0, 0.8);
	}

	#foot a {
		display: inline-block;
		margin: 5px;
	}
}