/*html, body
{
	height: 100%;
	padding-bottom: 70px;
}*/
body
{
	background-color: #005c9d;
	background-image: url(/images/stadler_direct_background.png);
	background-repeat: repeat-x;
	margin-bottom: 70px;
}
img
{
	max-width: 100%;
}
.container
{
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header
{
	background: transparent;
	padding-bottom: 0;
}
.navbar-brand
{
	height: 93px;
	margin-left: -15px;
}
.jumbo
{
	position: relative;
	padding-bottom: 0;
}
.jumbo img:nth-child(2)
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
,row
{
	display: table;
}
.col-sm-4
{
/*	float: none;
	display: table-cell;
	vertical-align: top;
	height: 100%;
	min-height: 100%;*/
	font-size: 14px;
/*	border: 1px solid #7e8fa4;*/
	height: 195px;
	margin-bottom: 15px;
}
.col-sm-4:nth-child(2)
{
	margin-left: 0;
	margin-right: 0;
}
.col-sm-4 > div
{
	border: 1px solid #7e8fa4;
	min-height: 100%;
	height: 100%;
}
.col-sm-4:nth-child(3) > div
{
	padding-left: 15px;
	padding-right: 15px;
}
.col-sm-4 h4
{
	padding: 10px 15px;
	margin-top: 0;
	color: #0e2376;
	font-size: 24px;
}
.col-sm-4 p
{
	color: #0e2376;
}
.col-sm-4 a
{
	color: #fd7202;
}
.col-sm-4:first-child h4, .col-sm-4:nth-child(2) h4
{
	background-color: #0e2376;
	color: #fff;
}
.col-sm-4:nth-child(3) h4
{
	padding-left: 0;
	margin-bottom: 0;
}
.col-sm-4 p
{
	margin: 15px;
}
.col-sm-4:nth-child(3) p
{
	margin-left: 0;
	margin-right: 0;
}
.col-sm-4:nth-child(3) form
{
	margin-top: 10px;
}
#login
{
	text-align: right;
}
h1.page-header
{
	margin-top: 0;
}
a.email span
{
	display: none;
}
/* Media Queries */
@media (min-width: 768px)
{
	.navbar-brand
	{
		padding-left: 0;
	}
	.jumbo
	{
		padding-bottom: 15px;
	}
	.col-sm-4
	{
		margin-bottom: 0;
	}
}
@media (min-width: 900px)
{
	.container
	{
	    width: 890px !important;
	}
}
