﻿.vf-fullheight {
	height: 100%;
	min-height: 100%;
}

.vf-map {
	padding-left: 0;
	padding-right: 0;
}

#map {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Flexible iFrame */

.flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

	.flexible-container iframe,
	.flexible-container object,
	.flexible-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto 0 0;
	/* Pad bottom by footer height */
	padding: 0 0 0 0;
}

/* Set the fixed height of the footer here */
#footer {
	height: 40px;
	background-color: #f5f5f5;
}


#wrap > .center-container {
	padding: 50px 0 0 0;
	margin: 0;
}

#footer > .container {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.center-container {
	height: 100%;
}

.center-row {
	height: 100%;
	background-image: url('/assets/example/bg_cloud.jpg');
	background-size: cover;
	color: #fff;
}
