/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
  font-size: .85em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  word-break: hyphenate;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
	color: #464646;
}

p a,
li a {
	color: #976B51;
}


h1 {

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#background-image { /* bg-img wordt gevuld vanuit cms met inline css */
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	background-size: cover;
	background-position: center;

}

#background-image img {
	width: 100%;
	
}

.header-container {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	border-bottom: 1px solid #eaeaea;
	z-index: 10;
/*
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
*/
/*
	margin: 0 20px;
*/
	opacity: .9;
	-webkit-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 15px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 15px rgba(50, 50, 50, 0.35);
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

.sitename {
	float: left;
	margin-left: 20px;
}

.sitename a {
	padding: 10px 20px 10px 20px;
	display: block;
	background: url(../img/icon-home.png) no-repeat center left;
	color: #666;
	text-decoration: none;
}

nav ul.bolt-menu {
	margin: 0;
	padding: 0;
}

nav ul.bolt-menu li {
	float: left;
	padding: 10px;
}

nav ul.bolt-menu li:first-child {
	border-left: 1px solid #D6D6D6;
	padding-left: 20px;
}

nav ul.bolt-menu li a {
	color: #666666;
	text-decoration: none;
	padding: 10px;
}

nav ul.bolt-menu li a.current {
	background-color: #fff;
	color: #000;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

navul.bolt-menu li a:hover {
	color: #333;
}

.box p.morelink a {
	text-decoration: none;
	color: #976B51;
}

.box p.small {
	font-size: .8em;
}

.main-container {
	margin-top: 70px;
	padding-bottom: 30px!important;
}

#masonrycontainer {
	margin: 0 auto;
}

/* buttons */

.button {
	font-size: .80em;
	color: #999;
	background: #E7E4E2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}

.button.buy {
	font-size: 1em;
	color: #333;
	text-align: center;
}

.button a {
	display: block;
	text-decoration: none;
	color: #999;
	border: 1px solid #D2D2D2;
	padding: 5px 10px;
}

.button a:hover {
	color: #666666;
	border-color: #c6c6c6;
}

#bg-toggle.button {
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}

#bg-toggle.button a {
	background-image: url(../img/icon-camera.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;	
}

img.socialicons {
	margin-right: 18px;
}

/* boxes */

.box {
	background-color: #fff;
	margin: 0 auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px rgba(50, 50, 50, 0.65);
	-moz-box-shadow: 0 0 6px rgba(50, 50, 50, 0.65);
	box-shadow: 0 0 6px rgba(50, 50, 50, 0.65);
}

#frontpage .box {
	margin-left: 20px;
}

.box a {
	text-decoration: none;
}

.box1 {
		width: 310px;
}

.box2 {
		width: 650px;
}

.box1 .boxcontent {
	padding: 10px;
}

.box2 .boxcontent {
	padding: 20px;
}

article {
	border-bottom: 1px solid #DFDFDF;
}

article:last-child {
	border: none;
}

h1.boxheader {
	font-size: .8em;
	text-transform: uppercase;
	color: #976B51;
}

h1.articleheader {
	font-size: 1.6em;
}

h2.articleheader {
font-size: 1.6em;
margin: 0 0 5px 0;
}

h2.articleheader {
font-size: 1.3em;
margin: 0 0 5px 0;
}

h2.itemheader {
}

h2.itemheader a {
	text-decoration: none;
}

.media.image {
	border: 1px solid #DFDFDF;
	padding: 4px;
	margin: 5px 0 15px 0;
	background-color: #fff;
}

.media.image.small {
	width: 280px;
	height: 280px;
	float: left;
	margin-right: 20px;	
}

.media.video,
.media.embed {
	margin-bottom: 10px;
}

.description-block {
	float: left;
	width: 280px;
	margin-bottom: 20px;
}

p.meta.date a {
	font-style: italic;
	color: #666666;
}

.box1 p {
	font-size: .9em;
	line-height: 1.4;
}

.box2 p {
	font-size: 1em;
	line-height: 1.6;
}

.box1 p.morelink {
	margin: 0 0 20px 0;
	line-height: 100%;
	
}

.metalinks p.morelink {
	margin: 7px 0 0 0;
	line-height: 100%;
	display: block;
	float: left;
}

.box ul {
	padding-left: 0px;
	list-style: none;
	margin: 10px 0 0 0;
}

.box li {
	font-size: .9em;
	line-height: 1.6;
	margin-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 10px 10px 10px;
}

.box li a,
.box p a {
	text-decoration: none;
	color: #003399;
}

span.gig-date {
	color: #976B51;
}

span.gig-title {
	font-size: 1.3em;
	color: #333;
}

span.gig-info {
	margin-left: 5px;
	font-style: italic;
	color: #666;
}

.box li span a {
	color: #976B51;
}


.page h2 {
	font-size: 2em;
}

/* GIGS */

ul.giglist {
	margin: 0 0 20px 0;
}

ul.giglist li {
	padding: 10px 0;
	margin: 0;
}

ul.giglist li:first-child {
	border-top: 1px solid #DFDFDF;
}

ul.giglist li.pastgig {
	border: none;
	padding: 0 0;
}


ul.giglist li a {
	color: #464646;
}

ul.giglist li span.gigtitle {
	font-size: 1.5em;
}

ul.giglist li span.date {
	font-size: 1.2em;
}

.metalinks {
	padding-top: 15px;
	border-top: 1px solid #DFDFDF;
	clear: both;
}

.sociallinks {
	display: block;
	float: right;
	margin-bottom: 15px;
}

label.required:after {
	color: #ccc!important;
}

button, input[type="button"], input[type="submit"] {
	border: 1px solid #ccc!important;
}

.quote {
	font-size: 1.1em;
	font-style: italic;
}

.source {
	font-size: .85em;
}


.slideshow {
  margin-bottom: 20px;
  position: relative;
}

.sliderimg {
	float: left;
	position: relative;
	height: auto;
}

a.prev, a.next {
  background-image: url("../img/sprite-arrows-slideshow.png");
  background-repeat: no-repeat;
  height: 32px;
  position: absolute;
  top: 46%;
  width: 32px;
}

a.prev {
  background-position: 0 0;
  left: 10px;
}

a.next {
  background-position: -32px 0;
  right: 10px;
}

.imagetitle {
  background-color: #000000;
  bottom: 0;
  color: #FFFFFF;
  font-size: 0.8em;
  left: 0;
  opacity: 0.7;
  padding: 5px;
  position: absolute;
}

.bodytext {
	clear: both;
}

/**
 * Styles for 'responsive video embeds'
 */
.responsive-video {
  height: 0; padding-top: 25px; padding-bottom: 67.5%; margin-bottom: 10px; position: relative; overflow: hidden;
}
.responsive-video.vimeo {
  padding-top: 0;
}
.responsive-video.widescreen {
  padding-bottom: 57.25%;
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
  top: 0; left: 0; width: 100%; height: 100%; position: absolute;
}
@media (max-width: 767px) {
  .responsive-video {
    padding-top: 0;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


/* ==========================================================================
   Print styles & MEDIA QUERIES
   ========================================================================== */

	@media only screen and (min-width: 900px) and (max-width: 1110px) {
		
		nav ul.bolt-menu li {
			padding: 10px 0;
		}
		
		nav ul.bolt-menu li a {
	    padding: 10px 5px;
	   }
		
	}

	@media only screen and (max-width: 899px) {
		
		.main-container {
			margin-top: 320px!important;
		}
		
		.sitename {
			float: none;
			text-align: center;
			font-weight: bold;
			font-size: 1.2em;
			margin-left: 0;
		}

		.sitename a {
			padding: 5px 0;
			background: none;
		}
		
		nav ul.bolt-menu li {
			text-align: center;
			width: 100%;
			padding: 0;
			font-size: 1em;
		}

		nav ul.bolt-menu li a {
			border-bottom: 1px solid #ccc;
			display: block;
			padding: 5px 0;
		}

		nav ul.bolt-menu li:first-child {
	    border-left: none;
	    padding-left: 0;
		}
		
		nav ul.bolt-menu li a.current {
			border-bottom-color: #999;
			border-left: none;
			border-right: none;
			font-weight: bold;
		}
		
		#bg-toggle.button {
			display: none;
			visibility: hidden;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 690px) {
		
		.box2 {
			width: 310px;
			overflow: hidden;
		}

	.media.image.small {
		margin-right: 0;
	}
			
		.box2 .boxcontent {
			padding: 6px;
		}
		
		.media.image img {
			width: 100%;
			height: auto;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}