html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}

#title {
	font-weight: bold;
	font-size: 2.3em;
	margin: 0;
	padding: 0.5em 0 0.5em 80px;
}

#side ul.checks li a,
#title a {
	color: #000;
	text-decoration: none;
}


#side ul.checks li a.active {
	color: #f00;
}

#main {
	padding-bottom: 6.2em;
	position: relative;
}

h1 {
	margin:0;
	font-size: 1.4em;
}

h2 {
	margin:0;
	font-size: 1.1em;
}

input.text {
	font-size: 1em;
	border: 1px solid black;
}

input.button {
	font-size: 1em;
	border: 1px solid black;
}

#band {
	height: 40px;
	margin-bottom: 40px;
}

#back {
	position: relative;
	background-color: #b3dcff;
	height: 40px;
	z-index: -2;
}

#wave {
	background-color: white;
	position: relative;
	float: right;
	margin-top: -80px;
	z-index: -1;
}

#menu-button {
    display: none;
}

ul#menu {
	list-style: none;
	margin: 0 0 0 80px;
	padding: 0;
}

ul#menu li {
	background-color: #b3dcff;
	float:left;
	margin: 5px 5px 0 0;
	padding: 1px 0 0 0;
	border: 1px solid #000;
}

ul#menu a,
ul#menu button {
	padding: 0 10px;
	margin: 0;
	line-height: 27px;
	color: #000;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-family: inherit;
}

ul#menu li.active {
	background-color: #e7f5ff;
}

ul#menu li:hover {
	background-color: #eee;
}

#side {
	position: absolute;
	right: 0;
	top: 0;
	width: 24%;
	margin: 1em 2% 0 0;
	padding: 15px 15px 8px 15px;
	background-color: #eee;
	border-radius: 20px;
}

#side p {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#side p.more {
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	padding-right: 9%;
}

#side ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
}

#side ul li {
	display: block;
	line-height: 2em;
}

#side ul.checks li {
	padding-left: 20px;
	background-image: url('/static/images/check.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space: nowrap;
}

#content {
	margin: 10px 2%;
	width: 65.59%;
	min-height: 23em;
	font-size: 1.2em;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6.2em;
	background-color: #eee;
	border-top: 1px solid #bbb;
}

#footer .center {
	width: 80%;
	max-width: 30em;
	margin: 0 auto;
}

#footer .center div {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}

#footer #other {
	font-size: 1.2em;
	float: left;
}

#footer #bloemert {
	float: right;
	font-weight: bold;
	font-size: 0.8em;
}

#footer img {
	margin: 0;
}

a img {
	border: 0;
}

ul#pros {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tns-controls {
    text-align: center;
}
.tns-controls button {
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    cursor: pointer;
    font-size: 1em;
    display: inline-block;
}

#side ul.checks li.tns-nav-active a {
	color: #f00;
}

.bx-wrapper li {

}

ul#pros h2 {
	font-size: 1.1em;
}

p#prectrl {
	margin: 0;
	text-align: center;
}

#pcur {
	margin: 0 1em;
}

p.error {
	background-color: #fcc;
}

#cast_button {
	height: 55px;
	width: 55px;
	float: right;
	margin: 5px 25px 0 0;
}

.advanced {
	display: none;
}

.tab {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
}
.tab a:hover {
  background-color: #dcefff;
}
.tab a.active {
  background-color: #b3dcff;
}

@media print {
	#band,
	#footer,
	#prectrl,
	li.bx-clone {
		display: none;
	}
	.bx-wrapper li {
		float: none !important;
		margin: 0;
	}
	.bx-viewport {
		height: auto !important;
	}
	#main {
		padding: 0;
	}
	#content {
		margin: 1em !important;
		width: auto !important;
	}
	#side.more {
	    display:none;
	}
	#side {
		position: static;
		margin: 10px auto 20px auto !important;
		width: 85% !important;
		max-width: 36em;
		background-color: transparent;
		border: 1px solid #000;
	}
	#side li {
		padding-right: 4px;
		min-width: 190px;
	}
	#side ul.checks li {
		display: inline-block;
		font-size: 0.8em;
		width: 40%;
		line-height: 2.5em;
	}
	a {
		color: #000 !important;
	}
	* {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media all and (min-width: 1600px) {
	#title {
		padding: 0.6em 0 0.6em 20%;
	}
	ul#menu {
		margin-left: 20%;
	}
	#content {
		margin: 10px 32% 10px 20%;
		width: 42.59%;
	}
	#side {
		width: 18%;
		margin-right: 14%;
	}
	#wave {
		
	}
}

@media all and (max-width: 1024px) {
	#wave {
		display: none;
	}
}

@media all and (max-width: 900px) {
	#title {
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		padding-left: 35px;
	}
	ul#menu {
		margin-left: 35px;
	}
	#side p.more {
		display: none;
	}

	#cast_button {
		margin: 0 5px 0 0;
	}

	#band {
		margin-bottom: 5%;
	}

	#side {
		position: static;
		margin: 10px auto 20px auto;
		width: 85%;
	}
	#content {
		margin: 10px auto;
		width: 80%;
		min-height: 5em;
	}
	#side li {
		padding-right: 4px;
		min-width: 190px;
	}
	#side ul.checks li {
		display: inline-block;
		width: 40%;
		font-size: 0.8em;
		line-height: 2.5em;
	}
}

@media all and (max-width: 510px) {
	#title {
		padding-left: 10px;
		font-size: 1.6em;
	}

	#cast_button {
		height: 37px;
		width: 37px;
	}

	ul#menu {
		margin-left: 10px;
	}

	#main {
		padding-bottom: 10em;
	}

	#footer {
		height: 10em;
	}
	
	#footer .center,
	#footer .center div,
	#footer .center p {
		width: 100%;
		padding: 0;
	}
	#footer div#other {
		padding: 0.3em 0;
	}
}

@media all and (max-width: 600px) {
	#band {
		height: auto;
	}
	ul#menu {
		margin: 0;
        overflow: hidden;
        transition-property: max-height;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
        max-height: 0;
    }
	ul#menu li {
		float: none;
		margin: 0;
		border-color: #888;
		border-width: 1px 0 0 0;
	}
	ul#menu a {
		padding-left: 10px;
	}
	#band:active ul#menu, #band:hover ul#menu {
        max-height: 500px;
	}
    #menu-button {
        display: block;
        line-height: 38px;
        background-color: #b3dcff;
        padding: 2px 10px 0 10px;
        color: #000;
    }
	#back {
		display: none;
	}
}

@media all and (max-width: 360px) {
	#title {
		font-size: 1.2em;
	}
	#cast_button {
		height: 28px;
		width: 28px;
	}
	#side {
		margin: 20px 0 20px 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border-radius: 0;
	}
	#side p, #side ul {
	    margin-left: 10px;
	}
	#content {
		margin: 0 2% 10px 2%;
		width: auto;
	}
}

