/*------------------------------------- general settings --------*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

ins {
	text-decoration: none;
}

select {
	-webkit-appearance: none;
  	-moz-appearance:    none;
   	appearance:         none;
}

audio {
	border-radius: 5px;
}

a {
	color: #AB3428;
}

a:hover,
#content #results li a:hover{
	color: #AB3428;
}

p,
a,
li,
th,
td,
strong {
	line-height: 160%;
}

td,
th,
li{
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	color: #666;
}

table {
	margin: 0;
}

ul li,
ol li {
	margin-left: 20px;
}
/*------------------------------------- general classes --------*/
#content-width {
	max-width: 1300px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
.title h2{
	width: calc(100% - 65px);
	float: left;
	color: #fff;
	text-decoration: none;
	font-family: 'Bitter', serif;
	font-size: 1.5em;
	margin: 2px  0 0 25px;
	text-transform: uppercase;
	font-weight: 400;
}

.nolist li{
	list-style-type: none;
	margin-left: 0;
}

/*------------------------------------- icon settings --------*/

.icon {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #fff;
	float: left;
}

.icon i {
	color: #fff;
	font-size: 1.4em;
	padding: 8px 0 0 2px ;
}

.icon:hover {
	background: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,255,255,0.0);
}

/*------------------------------------- layout settings --------*/
#header {
	width: 100%;
}

#content-container {
	width: 100%;
	padding: 80px 100px;
}

#footer {
	min-height: 60px;
	background: #b3b3b3;
	border-bottom: 19px solid #cb904d;
}

#header-img,
#welcome,
#stichting,
#contact {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#overview-list,
#searchbar {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#search,
#overview,
#footer {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/*------------------------------------- header settings --------*/
#language-switch {
	width: 100%;
	padding: 35px 50px;
}

#language-switch a {
	text-decoration: none;
}

#language-switch img {
	float: right;
	margin: 0 5px;
	width: 30px;
	height: 30px;

}

#header-img{
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#header-img img {
	position: absolute;
}

#header-title {
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 20px 0 20px 115px;
	width: 100%;
	background: rgba(255,255,255,0.6);
}

#header-title h1,
#header-title h2 {
	color: #333333;
}
#header-title h1 {
	font-family: 'Bitter', serif;
	font-size: 3em;
	font-weight: 400;
}

#header-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.35em;
	padding: 0 0 0 15px;
}
/*------------------------------------- menu settings --------*/
#menu-home #welcome,
#menu-home #search,
#menu-home #overview,
#menu-home #stichting,
#menu-home #contact {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 15px 50px;
}
#menu-home #overview,
#menu-home #search{
	margin: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu-home #welcome p,
#menu-home #searchbar {
	margin: 20px 0 0 65px;
}

#menu-home h1,
#menu-home h2,
#menu-home p {
	color: #fff;
}

#menu-home h2 {
	margin-top: 5px;
}

#welcome a {
	color: #fff;
}
#welcome img {
    float: left;
    margin: 0 10px 10px 0;
}
#menu-home {
	padding: 25px 0 80px 0;
}

#welcome {
	background: #62929E;
}
#welcome p {
	padding: 0 10% 25px 0;
}
#search,
#searchbar{
	background: #CB904D
}

#overview,
#overview-list{
	background: #AB3428;
}

#overview-list p,
#search p{
	margin: 0 0 10px 0;
}

#menu-home #overview,
#menu-home #stichting,
#menu-home #contact{
	margin: 5px 0 0 0;
}

#menu-home #overview-list,
#menu-home #searchbar{
	float: left;
	width: 100%;
	padding: 0 115px 0 115px;
	margin: -5px 0 0 0;
	-webkit-transition: 0s none;
  	-moz-transition: 0s none;
  	-o-transition: 0s none;
  	transition: 0s none;
}

#overview-list select {
	background: #fff url(../img/main/select-arrow.png) no-repeat;
	background-position: center right 20px;
}

#menu #overview-list select {
	background-position: center right 8px;
}

#searchbar input[type="text"],
#overview-list select,
#ammount input{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #666;
	border: 0px none;
	border-radius: 10px;
	max-width: 500px;
	width: calc(100% - 80px);
	padding: 10px 20px;
	margin: 0 10px 20px 0;
}

#ammount input[type="submit"] {
	color: #fff;
	background: #AB3428;
	border-radius: 10px;
	width: 100px;
	border: 0px none;
}

#ammount input {
	border: 1px solid #666;
	width: calc(100% - 40px);
	margin: 0 20px;
}

#ammount input:focus {
	box-shadow: 0 0 7px #666;
}

#searchbar input[type="submit"],
#overview-list input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	border: 0px none;
	border-radius: 10px;
	font-size: 1.2em;
	color: #fff;
}

#searchbar input[type="submit"] {
	background: #62929E;
}

#overview-list input[type="submit"] {
	background: #DFCC74;
}

#stichting {
	background: #DFCC74;
}
#contact {
	background: #7A6C5D;
}
#menu-home p {
	font-size: 1.2em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#menu-container {
	position: relative;
}

#menu {
	max-width: 300px;
	width: 100%;
	padding: 20px 20px 40px 20px;
	height: auto;
	background: #fff;
	position: absolute;
	right: 50px;
	top: -250px;
	box-shadow: 0 0 15px #a2a2a2;
	-webkit-transition: 0s none;
  	-moz-transition: 0s none;
  	-o-transition: 0s none;
  	transition: 0s none;
}

#menu p {
	font-size: 1em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#menu #welcome,
#menu #search,
#menu #overview,
#menu #stichting,
#menu #contact{
	width: 100%;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu #search,
#menu #overview,
#menu #contact,
#menu #stichting{
	margin:  5px 0 0 0;
}

#menu #overview-list,
#menu #searchbar {
	padding: 5px 15px 10px 15px;
	margin: -5px 0 0 0;
	-webkit-transition: 0s none;
  	-moz-transition: 0s none;
  	-o-transition: 0s none;
  	transition: 0s none;
}

#menu #searchbar input[type="text"],
#menu #overview-list select{
	font-size: 0.95em;
	width: 100%;
	padding: 7px 8px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu #searchbar input[type="submit"],
#menu #overview-list input[type="submit"]{
	font-size: 1em;
	margin: 0 0 10px 0;
	border-radius: 5px;
	padding: 7px 15px;
}

#menu .title h2{
	margin: 5px 0 0 15px;
	font-size: 1.2em;
}

#menu .icon i {
	font-size: 1.1em;
	padding:  9px 0 0 2px;
}

#menu .icon {
	width: 36px;
	height: 36px;
}
#menu-button {
	padding: 10px 15px;
	display: none;
}

#menu-button a{
	text-decoration: none;
}
#menu-button h2{
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin: 4px 0 0 10px;
	text-transform: uppercase;
}

#menu-button i,
#menu-button h2 {
	float: left;
	font-size: 0.95em;
	color: #666;
}

#menu-button i {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	text-align: center;
	padding: 6px 0 0 0;
	border: 1px solid #666;
}
/*------------------------------------- content settings --------*/
#content {
	width: 100%;
}

#content h1,
#content h2
{
	color: #AB3428;
	font-family: 'Bitter', serif;
	font-weight: 400;
}

#content h1{
	margin: 0 0 25px 20px;
	font-size: 2em;
	max-width: calc(100% - 270px);
}

#content h2 {
	margin: 0 0 20px 20px;
	font-size: 1.5em;
}

#content p{
	color: #666;
	font-family: 'Open Sans', sans-serif;
	padding: 0 60px 20px 20px;
	font-size: 1.2em;
}

#content table {
	margin: 0 0 20px 20px;
}

#content ul,
#content ol {
	margin: 0 0 20px 20px;
}

#content img {
	float: left;
	margin: 10px 10px 10px 0;
	max-width: 100%;
}
.row {
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #aeaeae;
	padding: 15px 20px;
    min-height: 61px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.row.opened {
    min-height: 118px;
}
#audio-midi {
    height: 55px;
}
#audio-midi audio {
    width: 100%;
}

#content .row p,
#page-list p {
	padding: 0;
	color: #000;
	font-size: 1em;
}

.song-title,
.type,
.pdf,
.detail,
.mp3,
.midi,
.mp3-2,
.file,
.klavar {
	float: left;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px 0 0;
}

.song-title {
	max-width: 400px;
	min-width: 150px;
	width: calc(100% - 590px);
}
.type {
	width: 120px;
	word-break: break-all;
	display: block;
}

.detail,
.pdf,
.mp3,
.midi,
.mp3-2,
.file,
.klavar {
	width: 92px;
}

.row i {
	border-radius: 6px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
}

.info{
	text-transform: uppercase;
	color: #808080;
}

.detail {
	display: none;
}

.detail i {
	background: #62929E;
	padding: 9px 1px 10px 0;
}

.pdf i {
	background: #AB3428;
	font-size: 1.1em;
	padding: 6px 0 6px 1px;
}

.file i {
	background: #CB904D;
	padding: 7px 0 0 2px;
}

.mp3 i,
.midi i,
.mp3-2 i,
.klavar i
{
	background: #333;
	padding: 7px 10px;
    -webkit-transition: 0s none;
    -moz-transition: 0s none;
    -o-transition: 0s none;
    transition: 0s none;
}
.klavar i {
    background: #62929e;
    padding: 7px 9px;
}
.midi i.fa-pause {
    padding: 7px 9px;
}

.mp3 i.disabled,
.midi i.disabled,
.mp3-2 i.disabled,
.klavar i.disabled
{
	background: #b3b3b3;
}

a.disabled {
	pointer-events: none;
    cursor: default;
}

.row .audio {
	max-width: calc(100% - 62px);
	width: 100%;
	padding: 15px 0 0 120px;
}

.row .mejs__container {
	border-radius: 6px;
	background: #333; 
}
.row .mejs__controls:not([style*="display: none"]) {
	background: none;
}

.row a {
	color: #ab3428;
}

#audio-mp3, .row .audio {
	-webkit-transition: 0s none;
  	-moz-transition: 0s none;
  	-o-transition: 0s none;
  	transition: 0s none;
}

div[id^="mep_"] {
	width: 100% !important;
	max-width: 500px;
}
.container{;
	float: right;
	display: block;
}

#page-list,
#page-info {	
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 0 15px;
}

#page-list {
	border-bottom: 1px solid #AEAEAE;
	padding: 15px 20px;
}

#content #page-list p {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0 20px 0 0;
}

#page-list .page-number {
	float: left;
	padding: 4px 11px;
	margin: 0 10px 0 0;
	border-radius: 6px;
	font-size: 1em;
	background: #DFCC74;
	color: #222;
	text-decoration: none;
}
#page-list .page-number.active {
    background: #AB3428;
    color: #fff;
}

#page-list span {
	width: 100%;
	float: left;
	margin: 50px 0 25px 0;
	font-size: 0.9em;
}

#page-info {
	padding: 20px 0;
}

#page-number-list {
	float: left;
	margin: 0 0 0 10px;
}

#page-info a {
	color: #AB3428;
	text-decoration: none;
}
.video-wrapper {
	position: relative;
	margin: 20px 0;
	max-width: 600px;
	padding: 0 15px;
}
.video-wrapper iframe {
	width: 100%;
}

/*------------------------------------- liedboek settings --------*/

.detail-title {
	width: 200px;
	float: left;
}
.detail-title p,
.detail-content p {
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}

.detail-content {
	width: calc(100% - 200px);
	float: left;
}

.row.no-line {
	border-bottom: 0px none;
}

.row.top-line {
	border-top: 1px solid #AEAEAE;
}

.row .detail-content .audio {
	padding: 0;
}

#page-list a {
	color: #000;
}

/*------------------------------------- search results --------*/

#result-page,
#result-category,
#result-liedboekzetting {
	max-width: 100%;
	width: 100%;
	padding: 15px 20px
}

#result-page,
#result-category {
	border-bottom: 1px solid #aeaeae;
}


#content #result-page li a,
#content #result-category li a,
#content #result-liedboekzetting li a {
	color:  #666;
	font-family: 'Open Sans', sans-serif;
}

#content #result-page.nolist,
#content #result-category.nolist,
#content #result-liedboekzetting.nolist {
	margin: 0
}


/*------------------------------------- footer settings --------*/
#footer-icons {
	margin: 0 40px 0 0;
}

#facebook,
#donation,
#scroll-up {
	height: 60px;
	width: 60px;
	background: #b3b3b3;
	border-radius: 50%;
	padding: 10px;
	margin: -30px 10px 0 10px;
	float: right;
}
#footer-icons .fa {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #b3b3b3;
	border: 2px solid #fff;
	text-align: center;
}
#footer-icons i {
	font-size: 1.5em;
	color: #fff;
	padding-top: 6px;
}
#footer-icons #scroll-up i {
	padding: 0 0 0 0;
	font-weight: 900;
	font-size: 2em;
}
#donation, #footer-icons #donation .fa {
    background: #ab3428;
}
#copyright {
	width: 100%;
	text-align: center;
}

#copyright p {
	font-size: 1.2em;
}

#copyright p,
#copyright a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}


/*------------------------------------- responsive settings --------*/
@media screen and (max-width: 1300px) {
	#header-img,
	#welcome,
	#stichting,
	#contact {
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

	#overview-list,
	#searchbar {
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#menu-home #overview,
	#menu-home #search{
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

	#search,
	#overview,
	#footer {
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media screen and (max-width: 1150px) {
	#menu {
		width: 260px;
		bottom: -40px;
	}
	#menu .title h2,
	#menu .icon i {
		font-size: 98%;
	}
	
	#menu .icon {
    	width: 32px;
    	height: 32px;
		border-radius: 7px;
	}
	
	#content-container {
		padding: 80px 50px 80px 50px;
	}
	
	#header-title {
		padding: 20px 65px;
	}
}

@media screen and (max-width: 900px) {
	#welcome p, 
	#searchbar input[type="text"],
	#ammount input, 
	#overview-list p,
	#overview-list select,
	#copyright p,
	.info,
	.row *,
	#page-info p,
	#content #page-list p,
	#content #page-list a,
	.detail-title p, 
	.detail-content p,
	#content p,
	#content li a,
	td,
th,
li
	{
		font-size: 96%;
	}
	.title h2 {
		font-size: 1.4em
	}
	
	#content-container {
		padding: 50px 15px 80px 15px;
	}
	
	#content.page p {
		margin: 0 0 25px 20px;
	}
	
	#content h1 {
		font-size: 1.6em;
		margin: 0 0 25px 20px;
	}
	
	#content h2 {
		font-size: 1.1em;
	}
	
	#content th,
	#content tr{
		margin: 0 0 0 20px;
	}
	
	#page-list span {
		font-size: 0.7em;
	}
	
	#header-title h1{
		font-size: 2.5em;
	}
	#header-title h2 {
		font-size: 1em;
		padding: 0 0 0 15px;
	}
	
	#footer-icons i {
		font-size: 1.3em;
	}
	
	#footer-icons #scroll-up i{
		line-height: 85%;
	}
	
	.icon {
		height: 35px;
		width: 35px;
	}
	
	.icon i {
		padding-right: 2px;
		font-size: 1.05em;
	}
	#menu-home #welcome,
	#menu-home #search,
	#menu-home #overview,
	#menu-home #stichting,
	#menu-home #contact {
		padding: 10px 25px;
	}
	
	#menu-home #overview-list,
	#menu-home #searchbar {
		padding: 0 90px 0 90px;
	}
	
	#header-title {
		height: 100px;
		padding: 20px 0 0 90px;
		margin: 90px 0 0 0;
	}
	
	#header-img,
	#header-img img{
		height: 220px;
	}
	
	.title h2 {
		margin: 5px 0 0 25px;
	}
	
	#facebook,
	#donation,
	#scroll-up {
		height: 50px;
		width: 50px;
		padding: 7px;
		margin-top: -25px;
	}
	#footer-icons .fa {
		height: 36px;
		width: 36px;
	}
	#footer-icons i {
		font-size: 1.1em;
		padding-top: 8px;
	}
	
	#content a:hover {
	color: #ab3428;
	text-decoration: underline;
}

	#searchbar input[type="submit"],
	#overview-list input[type="submit"],
	#searchbar input[type="text"],
	#overview-list select {
		border-radius: 7px;
		padding: 7px 10px;
	}
	
	#searchbar input[type="submit"],
	#overview-list input[type="submit"] {
		font-size: 1em;
	}
	
	#language-switch {
		width: 100%;
		padding: 28px 25px;
	}

	#language-switch img {
		float: right;
		margin: 0 5px;
		height: 24px;
		width: 24px;
	}
	
	.file i {
		padding: 7px 0;
	}
	
	.pdf i {
		padding: 8px 0;
	}
	
	.title {
		width: 130px;
	}
	
	.detail-title {
		width: 150px;
	}

	.detail-content{
		width: calc(100% - 150px);
		float: left;
	}
	
	#header-title {
		padding: 20px 0 20px 35px;
	}
	
	#header-title h1 {
		font-size: 2.1em;
	}
	
	#menu {
		width: 230px;
		padding: 15px 15px 30px 15px;
		bottom: -90px;
		right: 30px;
		top: auto;
	}
	#menu .title h2,
	#menu .icon i {
		font-size: 0.95em;
	}
	
	#menu .icon i {
		padding: 7px 0 0 1px;
	}
	
	#menu .icon {
    	width: 30px;
    	height: 30px;
		border-radius: 6px;
	}
}

@media screen and (max-width: 800px) {
	.detail,
	.pdf,
	.mp3,
	.midi,
	.mp3-2,
	.file,
    .klavar {
		width: 60px;
	}
	
	.type {
		width: 90px;
	}
	
	.row,
	#page-list,
	#page-info {
		padding: 15px 10px;
	}
	
	#header-title {
		padding: 20px 0 20px 25px;
	}
	
	#content h1 {
		margin: 0 0 25px 10px;
	}
	
	#content p{
		padding: 0 60px 20px 10px
	}
	
	#content li a {
		padding: 0;
	}
	
	#content table,
	#content ol,
	#content ul {
		margin: 0 0 20px 10px;
	}
	
	.row .audio {
		max-width: calc(100% - 30px);
		width: 100%;
		padding: 15px 0 0 90px;
	}
	
	#content h2 {
		margin: 0 10px 20px 10px;
	}
	
	.song-title {
		width: calc(100% - 390px);
	}
	
	#ammount input {
		margin: 5px 10px;
	}
	
	#result-page, #result-category, #result-liedboekzetting {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 700px) {
		
	#menu {
		display: none;
		position: static;
		background: none;
		box-shadow: none;
		width: 100%;
		max-width: 100%;
		padding: 0 0;
	}
	
	#menu #welcome, #menu #search, #menu #overview, #menu #stichting, #menu #contact {
		border-radius: 0;
	}
	
	#content h1 {
		max-width: 100%;
	}
	
	#menu-button {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	.container,
	.type {
		display: none;
	}
	
	.detail {
		display: block;
	}
	
	.row {
		width: 100%;
	}
	
	.song-title
	 {
		width: calc(100% - 50px);
	}
	.detail {
		width: 50px;
		float: right;
		padding: 0;
	}
	
	.row .audio {
		max-width: 100%;
		width: 100%;
		padding: 15px 0 0 90px;
	}
	
}

@media screen and (max-width: 550px) {
	
	#welcome p {
		margin: 20px 0 0 0px;
	}
	
	#overview-list,
	#searchbar{
		padding: 0 25px 0px 25px;
	}
	
	.row.audio .detail-title {
		display: none;
	}
	
	.row.audio .detail-content {
		width: 100%;
	}
	
	#page {
		padding: 25px;
	}
}

@media screen and (max-width: 500px) {
	#menu-home #overview-list, 
	#menu-home #searchbar{
   		padding: 0 25px 0 25px;
	}
	
	#menu-home #welcome p {
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 400px) {
	#searchbar input[type="text"],
	#overview-list select {
		width: 100%;
		margin-bottom: 15px;
	}
	#searchbar input[type="submit"],
	#overview-list input[type="submit"] {
		margin-bottom: 10px;
	}
	
	#header-title {
		padding: 20px 15px 20px 15px;
	}
	
	#header-title h1{
		font-size: 1.7em;
		
	}
	
	#header-title h2 {
		font-size: 0.9em;
		padding: 0 0 0 5px;
	}
	
	#footer-icons {
		margin: 0 auto;
		width: 210px;
	}
	
	#content p {
		padding: 0 10px 20px 10px;
	}
	
	
}