*
{
	padding: 0;
	margin: 0;
	transition: 0.5s;
}

#background
{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#header
{
	background-image: url("/assets/img/banner.jpg"); /* Foto Domien Hennion */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 15px;
	height: 100px;
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 3);
}

#header #navbar
{
	width: 80%;
	margin: auto;
}

#header #headertext
{
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	padding-top: 2.5em;
}

#body
{

}

#body #content
{
	width: 80%;
	margin: auto;
}

#body #content #entry
{
	text-align: center;
}

#body #content #posts
{

}

#body #content #posts img
{
	/*width: 50%;*/
}

#body #content #posts .price
{
	text-align: center;
}

#body #content #posts .buybutton
{
	width: 82%;
}

#body #content #producttable
{
	width: 60%;
	margin: auto;
}

#body #options
{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;

	text-align: right;
}

.post
{
	/*clear: both;*/
}

#footer
{
	background: rgba(76, 76, 76, 1);
	height: 100px;
	line-height: 100px;

	color: #FFFFFF;
	text-align: center;
}

#basket
{
	width: 80%;
	margin: auto;
}

#basket .basketimage
{
	width: 50px;
}

#checkout-choices
{
	text-align: center;
}

#checkout-choices .icon
{
	width: 75px;
	cursor: pointer;
}

#checkout-choices .icon.active
{
	width: 85px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3C763D;
	background-color: #DFF0D8;
	/*border-color: #D6E9C6;*/
}

#gopayment
{
	display: none;
}

#feedback
{
	display: none;
	/*background-color: #C0C0C0;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;

	border: 1px solid #D6E9C6;
	color: #3C763D;
	background-color: #DFF0D8;

	text-align: center;
	padding: 5px;
}

#thanks
{
	display: none;
}

dl
{
	margin-bottom: 0;
}

.selector
{ /* gestolen uit bootstrap om te verbeteren */
	display: inline;
	width: 15%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-default, .btn-success
{
	transition: 1s;
}

.center
{
	text-align: center;
}

.imageAndText
{
	position: relative;
}

.imageAndText .col
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#spacer
{
	height: 25em;
}

.thumbnail
{
	padding: 0;
}

.panel-post
{
	position: relative;
}

.panel-post > .panel-heading:after, .panel > .panel-heading:before
{
	position: absolute;
	top: 11px;
	left: -16px;
	right: 100%;
	width: 0;
	height: 0;
	display: block;
	content: " ";
	border-color: transparent;
	border-style: solid solid outset;
	pointer-events: none;
}

.panel-post > .panel-heading:after
{
	border-width: 7px;
	border-right-color: #F7F7F7;
	margin-top: 1px;
	margin-left: 2px;
}

.panel-post > .panel-heading:before
{
	border-right-color: #DDDDDD;
	border-width: 8px;
}

#comments
{
	width: 80%;
	margin: auto;
}

#login-form
{
	width: 60%;
	margin: auto;
}

@media only screen and (max-width: 1000px)
{
	#login-form
	{
		width: 100%;
	}
}

.input-right
{
	text-align: right;
}

.post-image
{
	max-width: 250px;
}

.comment-body
{
	word-wrap: break-word;
}

.post-content
{

	color: #FFFFFF !important; /* ack.. override bootstrap */
	text-shadow: -1px -1px 0 #000000,
	1px -1px 0 #000000,
	-1px 1px 0 #000000,
	1px 1px 0 #000000;

	bottom: 0;
	left: 0;
	position: absolute;
}

.thumbnail
{
	position: relative;
}

.thumbnail-lineup
{
	background-size: cover;
	transform: scale(1);
	height: 250px;
	width: 100%;
}

html, body
{
	height: 100%;
}

.navbar {
	z-index: 1000;
}

.video-player {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.workouts-header {
	align-items: center;
}

.weeks {
	-ms-flex: 5 0 0;
	flex: 5 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #1A1A1A;
	height: 100%;
}

.workout-title {
	background-color: #0056b8;
	color: #fff;

	font-size: 4rem;
	font-weight: 650;
}

.item {
	font-size: 4rem;
	padding: 0px 15px;
	border-right: 1px solid #75787b;
	color: #75787b;
	font-weight: 700;
}

.weeks > div {
	padding: -5px 15px;
}

.weeks > a:hover, .weeks > .active
{
	background-color: #0056b8;
	color: #FFF;
	text-decoration: none;
}

.bottom-explain {
	background-color: #0056b8;
}

.bottom-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.athlete-config-panel {
	padding: 24px;
	border-right: 1px solid rgba(255,255,255,.5)
}

.sub-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2em;
}

.exercises {
	font-size: 20px;
	font-size: 2rem;
	-ms-flex: 5 0 0;
	flex: 5 0 0;
	padding: 24px;
	color: #FFF;
}

.container > .row {
	margin-right: 0;
	margin-left: 0;
}