body > .content {
	padding: 64px 0 0 0;
}

.hidden {
	visibility: hidden;
}

.navbar-default {
	border-radius: 4px;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}

.divider {
    width: 100px;
	margin: 20px auto;
    border: 1px 0 0 0 solid;
}	

.center-vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.center-vertical {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.container {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.container h2 {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1;
}
.container p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.container h2 {
		font-size: 30px;
	}

	.container p {
		font-size: 16px;
	}	
}

.header {
    background-repeat: repeat-x;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header img {
	width: 256px;
	height: 256px;
	margin: 0 0 20px 0;
}
.header .lead {
	font-size: 30px;
    width: 80%;
    font-weight: 300;
    line-height: 1.4;
	margin: 0 auto 30px;
}
.header .version {

}
@media (max-width: 767px) {
	.header img {
		width: 128px;
		height: 128px;
	}
	.header .lead {
		font-size: 22px;
		width: 90%;
	}
}
.showcase {
	position: relative;
}
.showcase .showcase-img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.showcase.showcase-left .showcase-img {
	text-align: right;
}
.showcase.showcase-right .showcase-img {
	text-align: left;
}
.showcase .showcase-img  img{
	width: 50%;
	height: auto;
}
.showcase.showcase-right .showcase-content {
	position: absolute;
	top: 0;
	left: 50%;
	right: 15px;
}
.showcase.showcase-left .showcase-content {
	position: absolute;
	top: 0;
	left: 15px;
	right: 50%;
}
.showcase .showcase-content {
	width: 50%;
	height: 100%;
}
.showcase .showcase-content h2 {

}
.showcase .showcase-content p {

}
@media (max-width: 767px) {
	.showcase {
		margin: 0;
		padding: 0;
	}
	.showcase .showcase-img {
		position: relative;
	}
	.showcase .showcase-img img{
		width: 100%;
	}
	.showcase .showcase-content {
		width: 100%;
	}
	.showcase .showcase-content h2 {
	
	}
	.showcase .showcase-content p {
	
	}
	.showcase.showcase-right .showcase-content {
		position: relative;
		left: 0;
		right: 0;
	}
	.showcase.showcase-left .showcase-content {
		position: relative;
		left: 0;
		right: 0;
	}
}

.columns {

}
@media (max-width: 767px) {
	.columns{
		margin: 0;
		padding: 0;
	}
	.columns .row {
		margin: 0;
	}
	.columns .column {
		padding: 0;
	}
}

.icon {
	padding: 0 25%;
}
@media (max-width: 767px) {
	.icon {
		padding: 5% 25%;
	}
	.icon.icon-green {
		background: #00796b;
	}
	.icon.icon-orange {
		background: #f57c00;
	}
	.icon.icon-blue {
		background: #0288d1;
	}
	.icon.icon-blue-dark {
		background: #303f9f;
	}
	.icon.icon-red {
		background: #d32f2f;
	}
}

.link-green {
	color: #00796b !important;
}
.link-orange {
	color: #f57c00 !important;
}
.link-blue {
	color: #0288d1 !important;
}
.link-blue-dark {
	color: #3f51b5 !important;
}
.link-red {
	color: #f44336 !important;
}
.footer {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 50px;
}
.footer p {
	font-size: 14px;
	line-height: 1.4;
}