body {
	min-height: 400px;
	padding-top: 0px;
	color: #5a6768;
	letter-spacing: 0.6px;
	font-weight: 100;
}

b, strong {
	font-weight: 400;
}

.btn-primary {
    background-color: transparent;
    border-color: #9eabac;
    color: #ffffff;
}

.btn-primary:hover {
	background-color: #576465;
	border-color: #9eabac;
}

section img {
	width: 100%;
}

section#teaser {
	background: #7f8c8d;
	background: -moz-radial-gradient(center, ellipse cover,  #7f8c8d 0%, #687072 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7f8c8d), color-stop(100%,#687072));
	background: -webkit-radial-gradient(center, ellipse cover,  #7f8c8d 0%,#687072 100%);
	background: -o-radial-gradient(center, ellipse cover,  #7f8c8d 0%,#687072 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #7f8c8d 0%,#687072 100%);
	background: radial-gradient(ellipse at center,  #7f8c8d 0%,#687072 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8c8d', endColorstr='#687072',GradientType=1 );
	color: #fff;
	min-height: 300px;
	padding-bottom: 30px;
}

section#teaser #teaser-graphic, section#teaser video {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

section#teaser video {
	visibility: hidden;
}

.mejs-container {
	display: none;
	font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 23px;
}

.mejs-overlay-loading {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(255, 173, 32, 0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 144, 25, 0.8)), to(rgba(255, 173, 32, 0.8)));
	background: -webkit-linear-gradient(top, rgba(255, 144, 25, 0.8), rgba(255, 173, 32, 0.8));
	background: -moz-linear-gradient(top, rgba(255, 144, 25, 0.8), rgba(255, 173, 32, 0.8));
	background: -o-linear-gradient(top, rgba(255, 144, 25, 0.8), rgba(255, 173, 32, 0.8));
	background: -ms-linear-gradient(top, rgba(255, 144, 25, 0.8), rgba(255, 173, 32, 0.8));
	background: linear-gradient(rgba(255, 144, 25, 0.8), rgba(255, 173, 32, 0.8));
}

.mejs-captions-text {

}

section#teaser #teaser-graphic .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	margin-top: -20px;
	margin-left: -75px;
	background-color: #E79738;
	background-image: url("../images/icon_play.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 30px auto;
	padding-left: 30px;
	border: none;
	opacity: .8;
}

section#teaser #teaser-graphic .btn:hover {
	opacity: .9;
}

section#features {
	background: #E5ECED;
	padding-bottom: 30px;
}

section#features .col-md-4 {
	text-align: center;
}

section#features .col-md-4 img {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: auto;
}

section#howitworks img {
	border: 1px solid #afafaf;
}

section#abouttext {

}

section#abouttext .col-md-5 {
	padding: 0;
}

section#news .col-md-2 img {
	display: block;
    margin: 13px 0 30px 0;
    width: 100%;
}

section#footer {
	background-color: #6B7476;
	color: #fff;
	padding: 10px 0;
}

.container .jumbotron {
	background-color: transparent;
}

.container .row {
	padding: 0 20px;
}