@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two');

/* start 0 lijn */
    html, body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, ul, li, ol, p, span, a, img
    {
      margin: 0;
      padding: 0;
      border: none;
	    box-sizing:border-box;
	    font-weight:300;
      letter-spacing: 0;
    }
/* einde 0 lijn */


/* Main Classes */

	.row {
		width:100%;
    max-width:2560px;
    margin:0 auto;
	}

	.container {
		width:100%;
    max-width:1260px;
		padding:0 80px;
		margin:0 auto;
	}

  .videoWrapper {
    position: relative;
    margin:10px 0 50px;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 5px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
  }

  .greyBlock {
    padding:25px;
    background-color:#f4f4f4;
    margin-bottom:25px;
    overflow:auto;
    width:100%;
  }

  .darkBlock {
    padding:25px;
    background-color:#2d2830;
    margin-bottom:25px;
    color:#c4c4c4;
    overflow:auto;
    width:100%;
  }

  .leftBlock50 {
    width:50%;
    margin-right:50%;
  }

  .rightBlock50 {
    width:50%;
    margin-left:50%;
  }

  .leftBlock75 {
    width:75%;
    margin-right:25%;
  }

  .rightBlock75 {
    width:75%;
    margin-left:25%;
  }

  .imageRight50{
    width:50%;
    float:right;
    padding:20px 25px;
  }

  .imageRight25{
    width:25%;
    float:right;
    padding:20px 25px;
  }

  .imageLeft50{
    width:50%;
    float:left;
    padding:20px 25px;
  }

  .imageLeft25{
    width:25%;
    float:left;
    padding:20px 25px;
  }

  table.imageRight50,table.imageRight25,table.imageLeft50,table.imageLeft25 {
    width:100%;
    float:none;
    padding:0;
    margin:20px 0;
  }

  table.imageRight50 td,table.imageRight25 td,table.imageLeft50 td,table.imageLeft25 td {
    vertical-align: top;
  }

  table.imageRight50 td:last-of-type{
    width:50%;
    padding:0px 25px;
  }

  table.imageRight25 td:last-of-type{
    width:25%;
    padding:0px 25px;
  }

  table.imageLeft50 td:first-of-type{
    width:50%;
    padding:0px 25px;
  }

  table.imageLeft25 td:first-of-type{
    width:25%;
    padding:0px 25px;
  }

  .darkBlock h1, .darkBlock h2, .darkBlock h3, .darkBlock h4, .darkBlock h5, .darkBlock h6, .darkBlock p  {
    color:#c4c4c4;
  }

  .darkBlock a:hover {
    color:#666;
  }

  .clearImage {
    clear:both;
  }

  .clear:before {
    content: "";
    display: table;
    clear: both;
  }

  img.containerBanner {
    margin:50px 0;
  }

	.newline {
		clear:left;
	}

	.clear {
		clear:both;
	}

	.tooltip, .jmodedit, .item-page > .icons {
		display:none !important;
	}

  #system-message .alert {
    padding:10px 20px;
    background: #f9f9f9;
    border:1px solid #ddd;
    margin-bottom:20px;
  }

  #system-message .close {
    float:right;
    cursor:pointer;
  }

  #system-message .alert-heading {
    display:none;
  }

/* End main classes */

/* start algemeen */
	html
	{
	    background: #FFF;
	}

    body,
    input,
    textarea,
    button
    {
      font-family: 'Yantramanav', sans-serif;
      font-size: 18px;
	    color: #545454;
    }

    h1 {
      font-size:36px;
      line-height:normal;
      margin:50px 0 30px;
      color: #2d2830;
      font-weight: 400;
      clear:both;
    }

    h1.hp-title {
    	font-size:62px;
    	font-weight: 300;
    	letter-spacing: 1px;
    	margin-top:0;
    }

    h2 {
    	font-size:30px;
    	margin:30px 0 25px;
      color: #2d2830;
      font-weight: 400;
      clear:both;
    }

    h3 {
    	font-size:24px;
    	margin:22px 0;
      font-weight: 400;
      color: #2d2830;
    }

    h4 {
      font-size:20px;
      margin:22px 0;
      font-weight: 400;
      color: #7c0dbf;
      margin-bottom:20px;
    }

    h5,h6 {
    	margin-bottom:20px;
    }

    p {
      line-height:1.38;
    }

    img {
      max-width:100%;
      height:auto;
    }

	  a
    {
      color:#cc0000;
      text-decoration: none;
      -webkit-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s;
    }

    a:hover
    {
      text-decoration: none;
	    color: #5D0000;
    }

    a.button, a.buttonRed, a.btn, .acymailing_module input.button, .btn, .acymailing_button_grey {
    	display:inline-block;
    	cursor:pointer;
      color: #2d2830;
      background: transparent;
      border:1px solid #cc0000;
      border-radius:0;
    	line-height:20px;
    	padding:10px 25px 8px;
      text-decoration:none;
    	font-size:16px;
      font-weight:400;
      text-transform: uppercase;
    	text-align:center;
      -webkit-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s;
    }

    a.button:hover, a.buttonRed:hover, a.btn:hover, .acymailing_module input.button:hover, .btn:hover, .acymailing_button_grey:hover {
    	background-color:#cc0000;
    	text-decoration:none;
      color:#fff;
    }

    a.buttonArrow {
      z-index:2;
      display:inline-block;
      position:relative;
      cursor:pointer;
      font-size:0px;
      width:38px;
      height:38px;
      vertical-align: middle;
      background-color: #FF0000;
      background-image: url(../images/snijders-rockoxhuis-next-white.png);
      background-repeat:  no-repeat;
      background-position: center center;
      -webkit-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s;
    }

    a.buttonArrow:hover {
      opacity:0.25;
    }

    a.linkArrow {
      z-index:2;
      display:inline-block;
      position:relative;
      cursor:pointer;
      padding-right:55px;
      line-height:38px;
      vertical-align: middle;
      background: url(../images/rockox-button-arrow.png) no-repeat center right;
      -webkit-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s;
    }

    a.linkArrow:hover {
      opacity:0.25;
    }

    .handwritten {
      font-family: 'Shadows Into Light Two', cursive;
      font-size:22px;
    }

	input[type=text],input[type=search],input[type=password],input[type=email],input[type=tel], textarea{
		box-sizing:border-box;
		color: #545454;
		background: #fff;
		border:1px solid #c4c4c4;
		border-radius:0;
		height:40px;
		line-height:40px;
		padding-left:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		margin-bottom:10px;
		min-width:275px;
    width:100%;
    max-width:350px;
	}

	textarea{
		min-height:100px;
		line-height:normal;
		padding: 5px 10px;
	}

  strong {
    font-weight:700;
  }

  .videoWrapper {
    position: relative;
    margin:10px 0 50px;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 5px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
  }

  table {
    margin:25px 0;
  }

  table.zebra th, table.zebra td {
    padding:8px 25px;
  }

  table.zebra th {
    background-color:#2d2830;
    color:#fff;
  }

  table.zebra.zebra.zebra tfoot td {
    background-color: #605B63;
    color:#fff;
  }

  table.zebra td {
    background-color:#e5dceb;
  }

  table.zebra tr:nth-child(odd) td {
    background-color:#d5c4df;
  }

  table.tijdslijn th, table.tijdslijn td {
    padding:10px 10px;
  }

  table.tijdslijn tr.rockox {
  background-color:#f4f4f4;
  color:#cc0000;
  }

  table.tijdslijn tr.rockox td{
  font-weight:normal;
  }

  table.tijdslijn tr.snijders {
  background-color:#fafafa;
  color:#000;
  }

  table.tijdslijn tr.snijders td{
  font-weight:normal;
  }



/* einde algemeen */

/* to Top */

.toTop {
  visibility:visible;
  opacity:0.5;
  position:fixed;
  bottom:20px;
  right:20px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#cc0000 url('../images/snijders-rockoxhuis-button-arrow-up.png') no-repeat center 4px;
  z-index:99999;
  cursor:pointer;
}

.toTop.hidden{
  opacity:0;
  visibility:hidden;
}

.toTop {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.desktop .toTop:hover {
  opacity:1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* SLIDEMENU */

#menuBackground {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	display:none;
	opacity:0;
	z-index:999998;
	-webkit-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s;
}

#menuBackground.active {
	display:block;
	opacity:1;
}

#slideMenu {
  position:fixed;
  top:0;
  bottom:0;
  width:720px;
  height:100%;
  left:0;
  margin-left:-720px;
  background:#cc0000;
  z-index:999999;
  -webkit-transition: all 0.75s ease-in-out 0s;
  transition: all 0.75s ease-in-out 0s;
}

#slideMenu #slideMenuContainer {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  padding:20px 70px 0;
  overflow-y:auto;
}

#slideMenu #menuHelper {
  position:relative;
  padding-top:80px;
  height:auto;
  min-height:100%;
}

#slideMenu.opened {
  margin-left:0;
}

#slideMenu #menuButtons {
  position:absolute;
  top:0;
  left:100%;
  width:300px;
}

/*** HAMBURGER MENU ***/

.hamburger {
  box-sizing:border-box;
  margin-left:1px;
  width:40px;
  height:40px;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #cc0000;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }



/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

  #mobile-menu-button span.menuWord {
    display:block;
    position:absolute;
    top:0;
    left:40px;
    background:#CC0000;
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:20px;
    padding:10px 12px 10px 3px;
    cursor:pointer;
  }


/* SHOPPING CART */

.shoppingcart {
  position:absolute;
  left:110px;
  top:0;
  height:40px;
  background:#000;
}

.shoppingcart a.sc-button {
  display:block;
  position:relative;
  border:none;
  height:40px;
  width:40px;
  color:#fff;
  background:#fff url(../images/winkelkarretje.png) no-repeat center center;
  background-size:100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.shoppingcart a.sc-button span{
  display:block;
  position:absolute;
  top:2px;
  left:20px;
  height:18px;
  width:18px;
  color:#fff;
  text-align: center;
  background-size:100%;
  font-size:14px;
  font-weight:bold;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.shoppingcart a.sc-button:hover {
  opacity:0.6;
}

.shoppingcart a.sc-button:hover span {
  transform:rotate(360deg);
}

/* MAIN LOGO */
#slideMenu .main-logo {
  background-color:#000;
  padding: 15px 20px 10px;
  width:300px;
  -webkit-transition: all 0.75s ease-in-out 0s;
  transition: all 0.75s ease-in-out 0s;
  opacity:1;
}

#slideMenu.opened .main-logo {
  opacity:0;
}

body.fixed-header #slideMenu .main-logo {
  width:100px;
  padding: 5px 10px 0;
}

/* MENU CONTENT */

#slideMenu a.menuLink {
  display:block;
  color:#fff;
  font-weight:100;
  font-size:50px;
  line-height:60px;
  padding-left:100px;
  background-image: url(../images/home-circle.png);
  background-size:60px 60px;
  background-repeat:no-repeat;
  background-position:left center;
  margin-bottom:40px;
}

#slideMenu ul {
  list-style:none;
}

#slideMenu ul.menu > li {
  float:left;
  width:50%;
  margin-bottom:15px;
}

#slideMenu ul.menu > li > a {
  display:inline-block;
  color:#fff;
  padding:5px 10px;
  border:1px solid #fff;
  margin-bottom:20px;
}

#slideMenu ul.menu > li > a:hover {
  color:#000;
  border:1px solid #000;
}

#slideMenu ul.menu ul > li > a {
  display:inline-block;
  color:#fff;
  margin-bottom:10px;
}

#slideMenu ul.menu ul > li > a:hover {
  color:#000;
}

/* MENUBOTTOM */

#slideMenu #menuBottom {
  position:absolute;
  top:0;
  left:0;
  right:0;
}

#slideMenu #menuBottomContainer {
  position:relative;
  height:50px;
  border-bottom:1px solid #fff;
}

#slideMenu #menuBottom .moduletable,
#slideMenu #menuBottom .moduletable_menu
  {
  float:left;
}

#slideMenu #menuBottom ul li {
  float:none;
}

#slideMenu #menuBottom ul a {
  color:#fff;
  padding:0;
  border:none;
  line-height:40px;
  margin-bottom:0;
}

#slideMenu .mod-languages {
  margin-left:30px;
}

  /* SEARCH */

  .jmoddiv.jmodinside {
    position:static;
    left:auto;
    top:auto;
  }

  #slideMenu .moduletable_search {
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }

  #slideMenu .moduletable_search.opened {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  #slideMenu .moduletable_search label {
    display:none;
  }

  #slideMenu .moduletable_search input {
    width:0px;
    min-width:0px;
    padding:0;
    margin:0;
    border:none;
    height:32px;
    line-height:32px;
    display:inline-block;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #fff;
    outline: none;
    border:#999;
  }

  /* Remove cross from search fields */
  input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
  input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration { display: none; }

  #slideMenu .moduletable_search.opened input {
    width:400px;
    padding:8px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  #slideMenu .moduletable_search button {
    display:inline-block;
    width:32px;
    height:32px;
    background:url(../images/rockox-search.png) no-repeat center center;
    border:none;
    vertical-align: middle;
  }

  #slideMenu .moduletable_search button:hover {
    opacity:0.3;
  }

  /* Logout */

  .logout.logout.logout {
    position:relative;
  }

  .logout input,.logout input:hover {
    border:none;
    margin-left:30px;
    background:transparent;
    color:#fff;
    font-weight:400;
    font-size:18px;
    line-height:40px;
    padding:0;
    cursor:pointer;
  }

  .logout input:hover {
    color:#fff;
  }


/* Banner */

/* HEADER LOGOS */

#headerlogos {
  position:absolute;
  right:20px;
  top:20px;
  z-index:9999;
}

.custom_headerlogos {
  text-align: right;
}

.custom_headerlogos img {
  margin-left:25px;
  opacity:0.88;
}

.custom_headerlogos a:hover {
  opacity:0.5;
}

#banner {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

#banner .container {
  position:relative;
}

.infoPage #banner {
	margin-top:0px;
}

.infoPage #banner.visibleMenu {
	margin-top:268px;
}

#banner-content {
  height:750px;
  position: relative;
  z-index: 1;
  padding-top:230px;
  width:100%;
  background-position:top center;
  background-repeat:no-repeat;
  background-color:#2d2830;
  color:#fff;
}

.infoPage #banner-content {
  height:575px;
}

#banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -1;
  background-repeat:no-repeat;
  background-position: top center;
  background-size:cover;
}

div.banner-slogan {
  color:#fff;
  text-shadow: 0px 0px 10px #000;
  line-height:1.1;
  margin:0;
}

div.banner-slogan span.top-line {
  display:block;
  font-size:60px;
  font-weight:700;
}

div.banner-slogan span.top-line.small {
  display:block;
  font-size:40px;
  font-weight:100;
}

div.banner-slogan span.bottom-line {
  display:block;
  font-size:40px;
  font-weight:100;
}

div.banner-slogan span.bottom-line.big {
  font-size:60px;
  font-weight:700;
}

div.banner-slogan span.top-line.italic,
div.banner-slogan span.bottom-line.italic {
  font-style:italic;
}

#banner-content a.banner-link {
  display:block;
  width:38px;
  height:38px;
  background-color: #FF0000;
  background-image: url(../images/snijders-rockoxhuis-down-white.png);
  background-repeat:  no-repeat;
  background-position: center center;
  margin-top:20px;
  opacity:1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

#banner-content a.banner-link.blinddate {
  background-color: #F2FF00;
  background-image: url(../images/snijders-rockoxhuis-down-black.png);
}

#banner-content a.banner-link:hover {
  opacity:0.5;
}

/* BREADCRUMBS */

#content #breadcrumb {
  padding:10px 0;
  margin:-33px 0 -30px;
}

#content #breadcrumb ul {
  margin-left:0;
}

#content #breadcrumb ul li {
  display:inline-block;
  margin:0;
  padding:0;
  font-size:16px;
  background:none;
}

#content #breadcrumb ul li:first-of-type {
  display:none;
}

#content #breadcrumb ul li a, #content #breadcrumb .divider {
  margin-right:10px;
}


/* content */

#content {
  position:relative;
  margin-top:-220px; /* Adjust for fixed menu later */
  padding:0;
  z-index: 2;
}

/* NEWSLETTER BUTTON */

.custom_newsletterButton p {
	margin-bottom:0 !important;
}

a.newsletterButton {
    position: absolute;
    /* padding-top: 48px; */
    right: 100px;
    top: -98px;
    display: block;
    color: #333;
    width: 200px;
    height: 200px;
    line-height: 24px;
    border-radius: 50%;
    padding: 35px 45px;
    text-align: center;
    background: #f2ff00 url(../images/snijders-rockoxhuis-next-black.png) no-repeat center 150px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.lang-en a.newsletterButton {
    padding: 35px 32px;
}

a.newsletterButton:hover {
    background-color: #333;
    color: #fff;
    background: #333 url(../images/snijders-rockoxhuis-next-white.png) no-repeat center 150px;
}

#content > .container > .search {
  margin-top:35px;
}

.infoPage #content {
  margin-top:-375px;
}

#content .container {
  background:rgba(255,255,255,0.94);
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
  position:relative;
}

#content p {
	line-height:1.6;
  margin-bottom:20px;
}

#content ul, #content ol {
  list-style:none;
  margin:20px 10px;
}

#content ul li, #content ol li {
  padding-left:25px;
  background: url(../images/rockox-list-icon.png) no-repeat left 6px;
  margin:5px 0;
}

/* WAT is er te doen */

#wattedoen .grid-item {
  width:320px;
  max-width:100%;
  background-color: #f7f6f2;
  margin-bottom:25px;
  padding-bottom:35px;
}

#wattedoen .grid-item img {
  display:block;
  width:100%;
  height:auto;
}

#wattedoen .grid-item h3 {
  padding: 0 25px;
}

#wattedoen .grid-item a.buttonArrow {
  margin-left:25px;
}

  /* CUSTOM WAT TE DOEN BLOKKEN */

  #wattedoen .grid-item.blinddate {
    background-color: #F2FF02;
  }

  #wattedoen .grid-item.blinddate h3 {
    color: #2d2830;
  }

  #wattedoen .grid-item.blinddate a.buttonArrow {
    background-color: #FF0000
  }

  #wattedoen .grid-item.blinddate a.buttonArrow:hover {
    opacity:0.25;
  }



/* Tables Homepage */

table.responsive-2columns, table.responsive-3columns {
  width:100%;
  overflow:auto;
}

table.responsive-2columns td, table.responsive-3columns td {
  display:block;
  float:left;
  padding-bottom:15px;
  border-bottom:1px solid #d6d1d9;
}

table.responsive-2columns td {
  max-width:100%;
  width:48%;
  margin-bottom:50px;
}

table.responsive-2columns td:first-child {
  margin-right:4%;
}

table.responsive-3columns td {
  width:30%;
  max-width:100%;
  margin-bottom:50px;
  margin-right:5%;
}

table.responsive-3columns td:last-child {
  margin-right:0;
}

#content table.responsive-2columns p:last-child, #content table.responsive-3columns p:last-child {
  margin-bottom:0;
}

/* COLLECTIE CATEGORIES & SUBMENU ITEMS */

#collection-categories, #submenu-items{
  overflow:auto;
  margin-left:-2.5%;
  margin-right:-2.5%;
}

.collection-category, .submenu-item {
  display:inline-block;
  vertical-align: top;
  width:27.5%;
  margin:0 2.5% 60px;
  border-bottom:1px solid #d6d1d9;
}

.collection-category h3, .submenu-item h3 {
  margin-bottom:15px;
}

.collection-category.collection-item h3 {
  font-weight:300;
}

.collection-category a.category-image, .submenu-item a.submenu-image {
  display:block;
  background:#000;
}

.collection-category img, .submenu-item img {
  width:100%;
  height:auto;
  display:block;
  transition: all 0.25s ease-in-out 0s;
}

.collection-category a.category-image.collection-image {
  text-align:center;
  //background:#f4f4f4;
    background:transparent;
  height:210px;
  overflow:hidden;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
}

.collection-category a.category-image.collection-image:hover {
  opacity:0.7;
}

.collection-category a:hover img, .submenu-item a:hover img {
  opacity:0.7;
}

.collection-category .category-description, .submenu-item .submenu-description {
  min-height:85px;
  padding-bottom:25px;
}

.collection-category.collection-item .category-description {
  min-height:0;
}

#content .collection-category p, #content .submenu-item p {
  margin-bottom:0px;
}

.collection-category a.category-link, .submenu-item a.submenu-link {
  display:block;
  margin-bottom:15px;
}

.collection-actions {
  text-align:center;
}

/* ARTWORK DETAILS */

h2.item-author {
  margin:25px 0 10px;
}

h3.item-name {
  margin:0 0 20px;
}

.item-detail-image-wrapper {
  position:relative;
  padding:0 70px;
  height:480px;
  overflow:hidden;
}

.item-detail-image-container {
  //background:#f4f4f4;
  background:transparent;
  width:100%;
  height:100%;
  display:table;
}

.item-detail-image {

  vertical-align:middle;
  display: table-cell;
  text-align:center;
}

.item-detail-image a.detail-image-link {
  display:inline-block;
  position:relative;
}

.item-detail-image .item-zoom {
  background: #cc0000 url('../images/snijders-rockoxhuis-zoom.png') no-repeat center center;
  width:60px;
  height:60px;
  position:absolute;
  right:0;
  top:0;
}

.detail-image-link:hover .item-zoom {
  background-color: #000000;
}

.item-detail-image a.detail-image-link img {
  display:block;
  height:auto;
  width:auto;
  max-height:100%;
  max-width:100%;
}

.item-detail-content-wrapper {
  padding:0 70px;
}

.detail-bar .leftAlign {
  text-align:left;
  padding-right:10px;
}

.detail-bar .centerAlign {
  text-align:center;
  padding:0 5px;
}

.detail-bar .rightAlign {
  text-align:right;
  padding-left:10px;
}

.item-detail-image-wrapper a.previous-item, .item-detail-image-wrapper a.next-item {
  display:block;
  position:absolute;
  width:45px;
  height:45px;
  border:1px solid #cc0000;
  top:217px;
}

.item-detail-image-wrapper a.previous-item {
  left:0;
  background: url('../images/snijders-rockoxhuis-previous-black.png') no-repeat center center;
}

.item-detail-image-wrapper a.next-item {
  right:0;
  background: url('../images/snijders-rockoxhuis-next-black.png') no-repeat center center;
}

.item-detail-image-wrapper a.previous-item:hover {
  background: #cc0000 url('../images/snijders-rockoxhuis-previous-white.png') no-repeat center center;
}

.item-detail-image-wrapper a.next-item:hover {
  background: #cc0000 url('../images/snijders-rockoxhuis-next-white.png') no-repeat center center;
}

#item-details .detail-bar {
  padding:10px 0;
  overflow:auto;
  border-bottom: 1px solid #d6d1d9;
}

#item-details .detail-bar div {
  font-size:22px;
  font-weight:400;
}

#item-details .detail-description {
  padding:25px 0;
}

#item-details .detail-return-link {
  text-align:center;
}

/* einde content */

/* Publications */

#publications {
  background-color:#2D2830;
  overflow:auto;
}

#publications .container {
  max-width:1050px;
  padding:25px 25px 0px;
  color:#fff;

}

#publications h2 {
  color:#fff;
  font-size:25px;
  text-transform: uppercase;
  margin:0 0 15px;
}

#publications h3 {
  color:#fff;
  font-size:24px;
  margin:0 0 10px;
}

#publications p {
  color:#fff;
  font-size:18px;
}

#publications table {
  width:100%;
  margin-left:-25px;
  margin-right:-25px;
}

#publications td {
  position:relative;
  display:block;
  width:50%;
  float:left;
  padding:25px;
  text-align:left;
}

#publications td img {
  vertical-align: middle;
  max-width:140px;
  float:left;
  margin-right:25px;
}

#publications a {
  position:absolute;
  bottom:25px;
  color:#fff;
  text-transform: uppercase;
  font-weight:100;
  font-size:16px;
}

/* MEDERWERKERS */

.employee-list{
  overflow:auto;
  margin-left:-2.5%;
  margin-right:-2.5%;
}

.employee {
  display:inline-block;
  vertical-align: top;
  width:27.5%;
  margin:0 2.5% 60px;
  border-bottom:1px solid #d6d1d9;
}

#content .employee p {
  margin: 0 0 10px;
  text-align:center;
  background-color:#f4f4f4;
}

.employee img {
  display:block;
  margin:0 auto;
}

.employee h2 {
  font-size:24px;
  margin: 0 0 10px;
}

.employee h3 {
  font-size:20px;
  margin: 0 0 10px;
}


/* CONTACT */

.control-group.jCaptchaField {
  min-height:85px;
}

.control-label {
  padding:10px 0;
}

form label {
  width:100%;
}

.extendCheck {
  text-align:center;
  margin-top:25px;
}

.alert-error {
  color:#b94a48;
}

#content .alert-error p {
  line-height:1.5;
  margin-bottom:10px;
}

/* Search */

.search fieldset, .search .form-limit {
  display:none;
}

#searchForm .btn-toolbar{
  padding-right:130px;
  position:relative;
}

#searchForm input{
  max-width:100%;
  width:auto;
  border:1px solid #c4c4c4;
  height:40px;
  line-height:40px;
  margin-bottom:10px;
  min-width:0;
}

#searchForm .pull-left {
  float:left;
}

#searchForm .searchintro strong {
  font-weight:300;
}

#searchForm .searchintro strong span {
  font-weight:700;
}

.result-category,.result-created {
  display:none;
}

.search-results, #searchForm .searchintro {
  clear:both;
}

.result-title, .result-title a, .result-title a .highlight {
  font-weight:700;
}

.result-title {
  padding-top: 25px;
  border-top: 1px solid #d4d4d4;
}

dt.result-title:first-of-type {
  border-top: none;
}

span.highlight {
  font-weight:700;
  text-decoration:underline;
}


.result-text {
  margin: 10px 0 25px;
}

/* BLOG */

.blog h2 {
	padding-bottom:8px;
	border-bottom:1px solid #2d2830;
}

.blog .items-leading > div {
	margin-bottom:50px;
}

/* LOGIN */

.login-description {
  margin-bottom:40px;
}

.login fieldset, .reset fieldset, .remind fieldset {
  margin:0;
  padding:0;
  border:none;
}

.login .remember-me {
  margin-bottom:20px;
}

#jform_captcha {
  margin-bottom:20px;
}

#system-message-container #system-message {
  margin-top:20px;
}

#system-message-container .close {
  display:none;
}

/* pagination */

#content .pagination {
	text-align:center;
}

#content .pagination ul {
	margin: 25px 0 0;
	display:inline-block;
	overflow:auto;
	list-style:none;
}

#content .pagination li {
	float:left;
	padding:0 10px;
	background:none;
}

#content .pagination .pagination-next {
	padding-right:0;
}

#content .pagination .pagination-start, .pagination .pagination-end {
	display:none;
}


span.wf_caption{
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}

/* footer */

#footer {
	padding:75px 0 40px;
	background-color: #98a9b3;
  color:#fff;
}

#footer a{
  color:#444;
  font-size:14px;
}

#footer a.button{
  color:#2d2830;
  font-size:14px;
}

#footer a:hover {
  color:#fff;
}

#footer p {
  line-height:normal;
  font-size:14px;
}

/* Footer Newsletter */

#footer .footer-top {
  overflow:auto;
  padding-bottom:20px;
}

#footer .newsletter-container {
  float:left;
  min-height:200px;
  width:66%;
  background-color: #d5d4d6;
  padding-top:35px;
}

#footer .newsletter-content {
  float:right;
  width:100%;
  max-width:900px;
  padding:0 50px 0 80px;
}

#footer .acymailing_introtext {
  text-transform: uppercase;
  color:#110c09;
  font-size:20px;
  font-weight:700;
  margin-bottom:10px !important;
}

#footer table.acymailing_form {
  margin:0;
  width:100%;
}

#footer table.acymailing_form td {
  display:inline-block;
}

#footer table.acymailing_form td.acyfield_email {
  width:68%;
  min-width:280px;
}

#footer table.acymailing_form input.inputbox {
  width:98% !important;
  border:none;
}

#footer table.acymailing_form td.acysubbuttons {
  width:30%;
  min-width:150px;
}

#footer table.acymailing_form input.button {
  width:100% !important;
}

/* footer Logo */

#footer .footer-logo {
  float:right;
  position:relative;
  min-height:200px;
  width:33%;
}

#footer .footer-logo a {
  position:absolute;
  left:0;
  bottom:-16px;
  right:50px;
}

#footer .footer-logo img {
  display:block;
}

/* Footer Menu */

#footer .container {
  position:relative;
  padding-top:75px;
}

#footer ul {
  list-style:none;
}

#footer ul.menu li.default {
  display:none; /* Don't show home */
}

#footer ul.menu > li {
  width:17.5%;
  min-width:175px;
  padding-right:20px;
  float:left;
  margin-bottom:8px;
}

#footer ul.menu > li a {
 display:block;
 font-size:15px;
 font-weight:400;
}

#footer ul.menu > li > a {
 color:#fff;
 font-size:17px;
 margin-bottom:10px;
}

/* FOOTER LOGOS */

.custom_footerlogos {
  text-align: right;
  margin-top:30px;
}

.custom_footerlogos p {
  margin-bottom:25px;
}

.custom_footerlogos img {
  margin-left:25px;
  margin-bottom:25px;
}

.custom_footerlogos a:hover {
  opacity:0.5;
}

/* FOOTER ADDRESS */

#footer .moduletable_footer_address {
  float:left;
}

#footer .footer-bottom p:first-of-type {
  margin-bottom:50px;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
  font-size:15px;
}

#footer .footer-bottom p:first-of-type, #footer .footer-bottom p:first-of-type a {
  font-size:17px;
  font-weight:400;
}

#footer .footer-bottom span.spacer {
  margin-right:25px;
  font-weight:400;
}

/* Socials */

#footer .moduletable_footer_socials {
  float:right;
  margin-top:65px;
}

#footer .footer-bottom .moduletable_footer_socials p {
  margin-bottom:0;
}

#footer .moduletable_footer_socials a {
  display:inline-block;
  margin-left:20px;
  opacity:0.5;
}

#footer .moduletable_footer_socials a:hover {
  opacity:1;
}

/* einde footer */

/* start cookieBanner */
    div.cookieBanner
    {
        background-color: #e5e5e5;
        position: fixed;
        z-index: 1100;
        width: 100%;
        padding: 15px;
        bottom: 0;
        min-height:75px;
    }

    div.cookieBanner .wrapper {
      background-color: transparent;
    }

    div.cookieBanner.slide-up
    {
        bottom: 0px !important;
    }

    div.cookieBanner.slide-down
    {
        bottom: -100px !important;
    }

    div.cookieBanner p
    {
        color: #08301e;
        font-size: 14px;
        margin-right:250px;
    }

    div.cookieBanner a
    {
        color: #CC0000;
        font-weight:bold;
        text-decoration: underline;
    }

    div.cookieBanner a:hover
    {
        color: #FF3333;
        text-decoration: underline;
    }

    div.cookieBanner div.hideCookieMessage
    {
        position:absolute;
        right:25px;
        top:10px;
        display: block;
        background: #cc0000;
        width: 200px;
        float: right;
        color: #fff;
        padding: 5px;
        text-align: center;
        margin:10px 25px;
        cursor: pointer;
    }

    div.cookieBanner div.hideCookieMessage:hover
    {
        background: #4D0000;
    }
/* einde cookieBanner */

/* ACYMAILING */

.unsubintro, .unsubsurveytext, #otherreasons {
  margin:20px 0;
}

#unsubpage .unsubsurvey, #unsubpage .unsubintro, #unsubpage .unsuboptions {
  padding:0;
}

#otherreasons label {
  margin-bottom:10px;
}

.acymailing_button_grey {
  background-image: none !important;
  border-radius:0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* SUBSCRIBE PAGE */

#acymodifyform legend {
  display:none;
}

/* NEWSLETTER PAGE */

fieldset {
  border:none;
  padding:10px 0;
  margin:0 0 10px;
}

fieldset legend span {
  display:block;
  font-size:28px;
  margin-bottom:30px;
  color: #141823;
  clear:both;
}

#acymodifyform div.acykey, #acymodifyform .captchakeycomponent {
  float:none;
  margin-bottom:5px;
}

/* EVENT MANAGER */


#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
  background:none !important;
  border:none !important;
  padding:0 !important;
}

#content#content .eb-container h1 {
  margin: 70px 0 30px !important;
}

#content#content .eb-container h1 span {
  font-weight:400;
}

#content#content .eb-container h2 {
  margin: 30px 0 25px !important;
  line-height:normal !important;
}

#eb-events .pull-left {
  float:none !important;
}

#content#content .eb-container h3 {
  margin: 22px 0 !important;
  line-height:normal !important;
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
  background:none !important;
  border:none !important;
  padding:0 !important;
}

.eb-taskbar ul {
  overflow:auto;
}

#eb-event-info table {
  border-collapse: collapse;
}
#eb-event-info table th {
  font-weight:bold;
}

#eb-event-info table td, #eb-event-info table th {
  border: 1px solid #ccc;
  padding:5px 10px;
}

#eb-event-info table tr:nth-child(even) {
    background-color: #f9f9f9
}

form.form-horizontal .control-label, form.form-horizontal .control-label label,  form.form-horizontal label.control-label {
  margin-bottom:5px;
}

form.form-horizontal label.control-label {
  display:inline-block;
}

form .control-group {
  margin-bottom:15px;
}

.form-actions {
  margin-top:25px;
}

.form-actions .btn{
  margin-bottom:10px;
}

.eb-event-properties-table table {
  margin:0;
}

#eb-category-page-default .eb-event-properties-table {
  display:none;
}

#eb-category-page-default .eb-event {
  border-top:1px solid #ccc;
  margin-top:25px;
}

#eb-category-page-default .eb-event:first-of-type {
  border-top:none;
  margin-top:0;
}


#eb-category-page-default li a.btn {
  display:none;
}

#eb-category-page-default li a.btn.btn-primary {
  display:block;
}

#eb-number-group-members .eb-form-heading, #eb-group-members-information .eb-form-heading {
  display:none;
}

/* SHOPPING CART */

#colorbox #cboxContent h1 {
  background-color: transparent;
}

.eb-cart-content table, #eb-cart-page table {
  margin:0 0 15px;
  border-collapse: collapse;
}

.eb-cart-content table tr th, #eb-cart-page table tr th {
  font-weight: 400;
  line-height:18px;
}

.eb-cart-content table tr td, .eb-cart-content table tr th,
#eb-cart-page table tr td, #eb-cart-page table tr th {
  padding:5px 10px;
}

.eb-cart-content table .col_quantity input,
#eb-cart-page table .col_quantity input,
.flextable-list .col_quantity input
{
  width:45px;
  height:30px;
  box-sizing:border-box !important;
  float:left;
  background:#fff;
  border:1px solid #ccc;
}

.eb-cart-content table .col_quantity button,
#eb-cart-page table .col_quantity button,
.flextable-list .col_quantity button {
  background:none;
  display:block;
  float:left;
  width:20px!important;
  height:30px !important;
  border:none;
  margin:0 0 0 5px;
  padding:0;
}

.eb-cart-content table .col_quantity button:hover .fa,
#eb-cart-page table .col_quantity button:hover .fa {
  color:#cc0000;
}

#eb-cart-page .form-actions {
  text-align:left !important;
}

#eb-cart-page .form-actions button {
  margin-bottom:10px;
}

#colorbox {
  width:95% !important;
  margin-left:10px;
  max-width:900px !important;
  height:auto;
}

#colorbox button, #colorbox a.button {
  font-weight:400;
  margin-bottom:10px;
}

#cboxContent, #cboxLoadedContent, #cboxWrapper {
  max-width:100% !important;
  height:auto !important;
}

.col_event a {
  color:#545454;
}

#content #eb-registration-complete-page li.flextable-spacer {
  display:block;
}

#eb-cart-registration-page table {
  border-collapse: collapse;
}

#eb-cart-registration-page table th, #eb-cart-registration-page table td {
  border: 1px solid #ccc;
}


/* FLEXTABLE */

#content ul.flextable-list,
#colorbox ul.flextable-list {
  margin:20px 0;
  list-style:none;
}

#content ul.flextable-list li,
#colorbox ul.flextable-list li {
  background:none;
  padding-left:0;
  width:100%;
  text-align:left !important;
  clear:both;
}

#content ul.flextable-list li.flextable-head,
#colorbox ul.flextable-list li.flextable-head {
  font-weight:bold;
}

#content ul.flextable-list li.flextable-spacer,
#colorbox ul.flextable-list li.flextable-spacer {
  height:1px;
  background-color:#ccc;
  margin-top:15px;
  margin-bottom:15px;
}

#content ul.flextable-list li.flextable-spacer:last-of-type,
#colorbox ul.flextable-list li.flextable-spacer:last-of-type {
  display:none;
}

/* ADJUSTMENTS FOR RESPONSIVE */

@media only screen and (max-width: 1150px) {

  .container {
    padding:0 5%;
  }

  #banner-content {
      height: 500px;
      padding-top: 210px;
  }

  #content {
    margin-top:0;
  }

  #mainmenu ul.menu > li > a, #mainmenu ul.menu > li > span.nav-header {
    margin: 0 15px;
  }

  #mainmenu ul.menu > li:hover ul {
    min-width:275px;
  }

  #mainmenu .moduletable_search.opened {
    top:-65px;
  }

  #mainmenu .moduletable_search.opened input {
    width:350px;
  }

}


@media only screen and (max-width: 980px) {

  h1, #content#content .eb-container h1 {
    margin-top:25px;
  }

  h1.hp-title {
  	font-size:52px;
  }

  #slideMenu {
    width:450px;
    margin-left:-450px;
  }

  #slideMenu #menuButtons, #slideMenu .main-logo {
    width:225px;
  }

  #slideMenu a.menuLink {
    font-size:36px;
    background-size: 36px 36px;
    padding-left:50px;
  }

  #slideMenu #slideMenuContainer {
      padding: 20px 25px 0;
  }

  #slideMenu #menuHelper {
    padding-top:120px;
  }

  #slideMenu #menuBottomContainer {
    height:100px;
  }

  #slideMenu #menuBottom ul li {
  	margin-bottom:0;
  }

  #slideMenu .moduletable_search {
    display: block;
    clear: both;
    position:relative;
    top:auto;
    right:auto;
    margin-left:-15px;
  }

  #slideMenu .moduletable_search.opened input {
    width:300px;
    margin-left:15px;
  }

  a.newsletterButton {
    position:relative;
    float:right;
    display:inline-block;
    width: 450px;
    height:auto;
    right:auto;
    top:-76px;
    padding: 15px 40px 15px 20px;
    background: #f2ff00 url(../images/snijders-rockoxhuis-next-black.png) no-repeat 420px center;
    border-radius:5px;
  }

  a.newsletterButton:hover {
    background: #333 url(../images/snijders-rockoxhuis-next-white.png) no-repeat 420px center;
  }

  #header {
  	position:relative;
  	margin-top:0 !important;
  }

  .logout.logout.logout {
    position:relative;
    right:auto;
    top:auto;
  }

  .logout input:hover {
    color:#5D0000;
  }

  #banner {
  	margin-top:0 !important;
  }

  .infoPage #content {
    margin-top:0;
  }

  .infoPage #content .transparent-fix {
    top:0px;
  }

  #header #slideButton {
    display:none !important;
  }

  #header .main-logo a {
    margin-top:25px;
  }

  #banner-content {
    height:375px;
    padding-top:160px;
  }

  .infoPage #banner-content {
    height: 175px;

  }

  div.banner-slogan span.top-line,
  div.banner-slogan span.bottom-line.big {
    font-size:35px;
  }

  div.banner-slogan span.bottom-line,
  div.banner-slogan span.top-line.small {
    font-size:28px;
  }

  h1 {
    font-size:36px;
  }

  #footer .footer-logo a {
    bottom:-12px;
  }

  #publications td {
    display:block;
    float:none;
    width:100%;
    max-width:100%;
    overflow:auto;
    margin-bottom:25px;
  }

  #collection-categories, #submenu-items, .employee-list{
    overflow:auto;
    margin-left:-2.5%;
    margin-right:-2.5%;
  }

  .collection-category, .submenu-item, .employee {
    display:inline-block;
    vertical-align: top;
    width:44%;
    margin:2.5%;
    border-bottom:1px solid #d6d1d9;
  }

  #item-details .detail-bar div {
    padding:5px 0;
    text-align: left;
    line-height:1.2;
  }


  table.responsive-2columns td {
      display:block;
      width:100%;
      margin-bottom:25px;
  }

  #footer .footer-logo, #footer .newsletter-container {
    float:none;
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    padding:50px 5%;
    overflow:auto;
  }

  #footer .footer-logo {
    margin-top:-50px;
  }

  #footer .footer-logo a {
    position:relative;
  }

  #footer .newsletter-content {
    padding:0;
  }

  .footer-mid .moduletable_menu {
    display:block;
    width:100%;
    overflow:auto;
  }

  .footer-mid .custom_footerlogos {
    float:none;
    text-align:left;
  }

  .imageRight25{
    width:50%;
  }

}


@media only screen and (max-width: 700px) {

  h1.hp-title {
  	font-size:50px;
  }

  .leftBlock50, .leftBlock75 {
    width:100%;
    margin-right:0;
  }

  .rightBlock50, .rightBlock75 {
    width:100%;
    margin-left:0;
  }

  .imageRight25, .imageRight50{
    width:100%;
    float:none;
    padding:0;
    text-align:center;
  }

  .imageLeft25, .imageLeft50{
    width:100%;
    float:none;
    padding:0;
    text-align:center;
  }

  table.imageRight50 td, table.imageRight25 td,
  table.imageLeft50 td,table.imageLeft25 td{
    display:block !important;
    width:100% !important;
    padding:0 0 20px !important;
  }

  table.imageRight50 td:last-of-type, table.imageRight25 td:last-of-type,
  table.imageLeft50 td:first-of-type,table.imageLeft25 td:first-of-type{
    text-align:center;
  }

  div.banner-slogan span.top-line,
  div.banner-slogan span.bottom-line.big {
    font-size:35px;
  }

  div.banner-slogan span.bottom-line,
  div.banner-slogan span.top-line.small {
    font-size:28px;
  }

  p.cta a.buttonRed{
    min-width:0px;
    width:90%;
    max-width:360px;
    position:relative;
    font-size:10px;
  }

  .item-detail-image-wrapper {
    padding:0;
    height:300px;
    margin-bottom:75px;
    overflow:visible;
  }

  .item-detail-image a.detail-image-link img {
    max-height:300px;
  }

  .item-detail-image-wrapper a.previous-item,
  .item-detail-image-wrapper a.next-item {
    top:320px;
  }

  .item-detail-image-wrapper a.previous-item {
    left:50%;
    margin-left:-75px;
  }

  .item-detail-image-wrapper a.next-item {
    right:50%;
    margin-right: -75px;
  }

  .item-detail-content-wrapper {
    padding:0;
  }

  .container p.cta a.buttonRed{
    width:100%;
  }

  p.cta a.buttonRed:after {
    content:"";
    background:none;
    width:0;
    height:0;
  }

  .footcol {
    display:block;
    width:100%;
    min-height:65px;
  }

  #collection-categories, #submenu-items, .employee-list{
    overflow:auto;
    margin:0px;
  }

  .collection-category, .submenu-item, .employee {
    width:100%;
    margin:25px 0;
  }

  .collection-category .category-description, .submenu-item .submenu-description {
    min-height: 0;
    margin-bottom:15px;
  }

  table.responsive-3columns td {
        display:block;
        width:100%;
        margin-bottom:25px;
  }


  #footer ul.menu > li {
    width:50%;
    margin-bottom:50px;
  }

  #footer .moduletable_footer_address {
    float:none;
  }

  #footer .footer-bottom span.spacer {
    display:block;
    width:100%;
    margin:0;
  }

  #footer .moduletable_footer_socials {
    float:none;
  }

  #footer .moduletable_footer_socials a {
    margin:0 10px;
  }

}

@media only screen and (max-width: 500px) {

  h1.hp-title {
  	font-size:36px;
  }

  #slideMenu {
    width:340px;
    margin-left:-340px;
  }

  #slideMenu #menuButtons, #slideMenu .main-logo {
    width:175px;
  }

  #mobile-menu-button span.menuWord {
  	display:none;
  }

  .shoppingcart {
    left:50px;
  }

  #slideMenu a.menuLink {
    font-size: 26px;
    background-size: 26px 26px;
    padding-left:36px;
    line-height:36px;
    margin-bottom:20px;
  }

  #slideMenu ul.menu > li {
    float:none;
    width:100%;
  }

  #slideMenu .moduletable_search.opened input {
    width: 140px;
  }

  #banner-content {
      height: auto;
      padding-top: 150px;
      padding-bottom: 25px;
  }

  .custom_headerlogos img {
    max-width:50px;
  }

  a.newsletterButton {
    position:relative;
    display:inline-block;
    width: 275px;
    height:auto;
    right:auto;
    top:auto;
    padding: 15px 40px 15px 20px;
    background: #f2ff00 url(../images/snijders-rockoxhuis-next-black.png) no-repeat 250px center;
    margin-bottom:30px;
  }

  a.newsletterButton:hover {
    background: #333 url(../images/snijders-rockoxhuis-next-white.png) no-repeat 250px center;
  }

  div.banner-slogan span.top-line,
  div.banner-slogan span.bottom-line.big {
    font-size:30px;
  }

  div.banner-slogan span.bottom-line,
  div.banner-slogan span.top-line.small {
    font-size:25px;
  }

  #content .container {
    padding-top:30px;
  }

  h1 {
    font-size:32px;
  }

  h2 {
    font-size:28px;
  }

  a.button:hover, a.buttonRed:hover, a.btn:hover, .acymailing_module input.button:hover, .btn:hover {
      background-color: #CC2830;
      text-decoration: none;
      color: #fff;
      border-radius: 0;
      letter-spacing: normal;
  }

  #footer ul.menu > li {
    width:100%;
  }

  #searchForm .btn-toolbar{
    padding-right:0px;
    position:relative;
  }

  #searchForm input{
    width:100%;
    border:1px solid #c4c4c4;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    min-width:0;
  }

  #searchForm button{
    position:relative;
    right:auto;
    top:auto;
    margin-bottom:10px;
  }

  #content .pagination .pagination-prev, #content .pagination .pagination-next {
  	padding:0;
  	display:block;
  	float:none;
  }

  #publications table {
    margin:0;
  }

  #publications td {
    padding:0;
    margin-bottom:50px;
  }

  #publications td img {
    float:none;
    width:100%;
    max-width:250px;
    margin-bottom:25px;
    margin-right:0;
  }

  #publications td a {
    position:relative;
    bottom:auto;
  }

  div.cookieBanner p
  {
    margin-right:0;
  }

  div.cookieBanner div.hideCookieMessage
  {
    position:relative;
    right:auto;
    top:auto;
    margin:25px 10% 15px;
    width:80%;
    float: none;
  }

}


@media only screen and (max-width: 400px) {

  h1.hp-title {
  	font-size:32px;
  }

  #slideMenu {
    width:265px;
    margin-left:-265px;
  }

  #slideMenu a.menuLink {
    font-size: 22px;
    background-size: 22px 22px;
    padding-left: 28px;
  }

  #slideMenu #menuButtons, #slideMenu .main-logo {
  	width:145px;
  }

  #colorbox {
    width:90% !important;
  }

  #colorbox button {
    font-size:14px;
  }

}