html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  margin-bottom: 100px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #5a5a5a;
  text-rendering: optimizelegibility;
  background-color: #95b7c4;
  background-color: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: Oswald,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #005374;
  font-weight: 500;
}
h1 {
  margin-bottom: -5px;
/*  margin-bottom: 40px;  banner groot */
/*  color: #fff;  banner groot */
  text-transform: uppercase;
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);  banner groot */
}
h2, h2 a {
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 1199px) { /* added am */
h2, h2 a {
  font-size: 22px;
}
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
}
a {
  color: #005374;
}
a:hover, a:focus, a:active {
  color: #1a6b8b;
  text-decoration: none;
}


/*** Navigation ***/

#header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75ffffff, endColorstr=#75ffffff); /* IE8 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75ffffff, endColorstr=#75ffffff); /* gt IE8 */
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar .navbar-brand {
  position: absolute;
  margin-right: 28px;
  padding: 3px 0 0;
}
@media (max-width: 1199px) {
#header .navbar .navbar-brand {
  margin-left: 0px;
}
}
#header .navbar .navbar-brand:hover, #footer img:hover {
  -webkit-animation: spin 0.7s infinite linear;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s linear;
  -moz-animation: spin 0.7s linear;
  -o-animation: spin 0.7s linear;
  -ms-animation: spin 0.7s linear;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
#header #mainmenu.navbar-collapse ul {
  margin-right: -6px\9; /* lt IE9 */
}
#header .navbar-collapse {
  padding-left: 70px;
}
#header .navbar-collapse li a {
  padding-left: 8px;
  padding-right: 9px;
  color: #857569;
  font-size: 19px;
  font-size: 18px\9; /* lt IE9 */
  font-weight: 500;
  text-transform: uppercase;
  background: none;
}
#header #mainmenu.navbar-collapse li a {
  padding-top: 11px;
  padding-left: 7px;
  font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-transform: uppercase;
}
#header .navbar-collapse li a:hover {
  color: #1a6b8b;
}
#header .navbar-collapse li.active a {
  color: #1a6b8b;
}
#header .navbar-collapse li.active li a {
  color: #857569;
}
#header .navbar-collapse .navbar-nav {
  padding-top: 5px;
}
#header #mainmenu.navbar-collapse li li a {
  padding-top: 4px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
}
#header #mainmenu.navbar-collapse li li a.highlight {
  font-style: italic;
}
#header .caret {
  margin-top: -4px;
  border-bottom-color: #857569;
  border-top-color: #857569;
  display: none;
}
#header a:hover .caret, #header li.active .caret {
  border-bottom-color: #005374;
  border-top-color: #005374;
}
#header .navbar-collapse li li.active a {
  color: #1a6b8b;
  background: none;
}
#header .navbar-collapse li li .caret {
  display: none;
}
#header .navbar-collapse .dropdown-menu {
  z-index: 2000;
  left: 0; /* needed drop down align left */
  right: auto; /* needed drop down align left */
  margin-top:1px;
  margin-left: -10px;
  border: none;
}
#header .navbar-collapse .dropdown-menu .divider {
  margin: 9px -6px 14px 0;
  margin: 9px 0 14px 0\9; /* lt IE9 */
}
#header .follow p {
  float: right;
  padding: 15px 10px 0 0;
  color: #857569;
  font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
#header .addthis_toolbox {
  float: right;
  padding-top: 10px;
}
#header .navbar {
  display: none; /* display later for performance */
}
/*#header form {  search 
  margin-right: 0;
  padding-right: 0;
}
#header form label {  search 
  display: none;
}
#header .form-control {  search 
  background-color: #eee;
  border: 1px solid #eee;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#header .form-control:focus {  search 
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}*/


/*** Carousel ***/
#carousel .carousel-control {
  display: none;
}
#carousel #myCarousel .item {
  height: 600px; /* needed when no inline image */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#carousel #myCarousel .carousel-caption {
  left: auto;
  right: auto;
  padding-bottom: 34px;
  font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-align: left;
}
#carousel #myCarousel .carousel-caption h1 {
  display: inline;
  float: left;
  clear: both;
  margin: 12px 0 10px;
  padding: 12px 30px 13px 15px;
  color: #fff;
  font-size: 58px;
  background-color: #005374; /* ie8 */
  background-color: rgba(0,83,116,.75);
  border-radius: 4px 4px 4px 4px;
/*  -moz-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  box-shadow: 0 0 50px 50px rgba(0,0,0,.15);*/
}
#carousel #myCarousel .carousel-caption h1:hover {
/*  background-color: #1a6b8b;  ie8 
  background-color: rgba(26,107,139,.75);*/
}
#carousel #myCarousel .carousel-caption .subtitle {
  float: left;
  clear: both;
  padding-left: 15px;
  font-size: 34px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
/*  -moz-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  box-shadow: 0 0 50px 50px rgba(0,0,0,.15);*/
}
#carousel #myCarousel .carousel-caption p {
  float: left;
  clear: both;
  max-width: 600px;
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
  box-shadow: 0 0 50px 50px rgba(0,0,0,.15);
}
/*@media (min-width: 0px) and (max-width:300px) {
#myCarousel .carousel-caption h1 {
  font-size: 40px;
}
}
@media (min-width: 301px) and (max-width:370px) {
#myCarousel .carousel-caption h1 {
  font-size: 50px;
}
}
@media (min-width: 371px) and (max-width:450px) {
#myCarousel .carousel-caption h1 {
  font-size: 60px;
}
}
@media (min-width: 451px) and (max-width:991px) {
#myCarousel .carousel-caption h1 {
  font-size: 70px;
}
}
@media (min-width: 768px) {
#myCarousel .carousel-caption p {
  font-size: 21px;
  line-height: 1.4;
}
}*/
#carousel #myCarousel .carousel-control {
  width: 115px;
}
#carousel #myCarousel .carousel-control span {
  position: absolute;
  top: 47%;
  left: 42%;
}
/*@media (max-width: 1200px) {
#myCarousel .carousel-caption {
  margin-left: 50px;
}
#myCarousel .carousel-control {
  width: 115px;
}
#myCarousel .left span {
  display: none;
}
}*/


/*** Banners ***/

#banners {
  position: absolute;
  z-index: 499;
/*  z-index: 0;  banner groot */
  width: 100%;
}
#banners .random-image {
  height: 80px; /* needed when no inline image / add to #content */
/*  height: 140px;  banner groot */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*** Content ***/

#content {
  padding-top: 105px; /* add to #content.home */
/*  padding-top: 58px;  banner groot */
  padding-bottom: 40px;
/*
  -moz-box-shadow: 0 0 250px 250px rgba(255,255,255,1);
  -webkit-box-shadow: 0 0 250px 250px rgba(255,255,255,1);
  box-shadow: 0 0 250px 250px rgba(255,255,255,1);
*/
  background: #fff;
}
#content.home {
  padding-top: 30px;
}
#content img {
/*  border: 1px solid #ccc;*/
  border-radius: 4px 4px 4px 4px;
/*
  -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
*/
}
#content iframe.soundcloud {
  border-radius: 4px 4px 4px 4px;
/*
  -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
*/
}
#content img:hover {
  filter: alpha(opacity=90); /* IE */
  opacity: 0.90;
}


/*** Component ***/

#component {
  line-height: 21px;
}
@media (max-width: 1199px) { /* added am */
#component .blog.videos {
  font-size: 85%;
}
}
#component .item-page, #component .blog {
  padding-right: 10px;
}
#component .item-page h2 {
  margin-bottom: 14px;
}
#component .item-page .article-info {
  margin-top: -6px;
  margin-bottom: 12px;
}
#component p a,
#contact-form a {
  color: #cc0000;
}
#component p a:hover, #contact-form a:hover,
#component p a:focus, #contact-form a:focus,
#component p a:active, #contact-form a:active {
  color: #1a6b8b;
}
#component a.readmore {
  color: #cc0000;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
}
#component a.readmore:hover {
  color: #1a6b8b;
}
#component strong {
  color: #857569;
/*  display: block;
  padding: 6px 0;
  color: #005374;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;*/
}
#component img {
  float: left;
  max-width: 270px;
  margin: 0 26px 14px 0;
}
#component .wat-we-doen img {
  float: left;
  max-width: 84px;
  margin: 0 26px 14px 0;
}
#component .blog.calendar h1 {
  padding-bottom: 8px; /* see below */
}
#component .blog.calendar .items-row {
  margin-top: -8px; /* see above */
}
#component .blog.calendar img {
  max-width: 84px;
  margin-bottom: 0;
}
#component .item-page.calendar .item-image img {
  display: none;
}
@media (max-width: 1199px) { /* added am */
#component .item-image img {
  margin: 0 19px 8px 0;
}
}
#component .item-page .item-image {
  float: left;
}
#component .videointro {
  float: left;
  margin: 4px 15px 15px 0;
  border-radius: 4px 4px 4px 4px;
}
#component dl.article-info {
  margin: 0 0 7px;
  font-size: 85%;
}
#component dd.published {
  color: #999;
}
#component dd.published:first-letter {
  text-transform: capitalize;
}
#component .items-row {
/*  margin-bottom: -10px;*/
}
#component .items-more .items-more:before, #component ul.nav:before {
/*  content: "Meer artikelen...";
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a6b8b;
  color: #005374;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
#component .items-more ol, #component ul.nav {
  padding: 15px 0 0 31px;
  font-weight: bold;
}
#component .items-more li a {
  color: #857569;
}
#component .items-more li a:before, #component ul.nav li a:before {
  content: "\e0fe";
  margin-top: -1px;
  margin-left: -29px;
  padding-right: 10px;
  color: #1a6b8b;
  font-family: 'icomoon';
  font-weight: normal;*/
}
#component ul.nav {
  padding: 15px 0 25px;
}
#component ul.nav li {
  padding-left: 15px;
}
#component ul.nav li:first-child {
  padding-top: 20px;
}
#component ul.nav li a {
  margin-left: 15px;
  padding: 0;
  font-weight: bold;
  background: none;
}
#content .addthis_toolbox {
  float: left;
  margin: 35px 0;
  margin: 65px 0;
}
#content .contact .addthis_toolbox {
  margin: 5px 0 15px;
}
#content div.share {
  float: left;
  margin: 29px 0;
  margin: 59px 0;
  padding: 6px 0 0 10px;
  padding: 10px 0 0 10px;
  color: #999;
/*  font-size: 85%;*/
  font-style: italic;
}
#content div.share:before {
  content: "Deel deze pagina!";
}
#component #adminForm {
  margin: 0;
  padding: 0;
}
#component .highlights p.description {
/*  display: none;*/
}
#component .contact dt {
  display: none;
}
#component .contact dd {
  margin-left: 0;
}
#component #contact-form legend {
  padding-top: 12px;
  font-size: 100%;
  line-height: 1.42857143 !important;
  border: none;
}
#component #contact-form .control-group {
  clear: both;
  margin-bottom: 4px;
}
#component .form-control {
	height: auto;
}
#component #contact-form label {
  float: left;
  width: 160px;
  padding: 7px 20px 0 0;
  text-align: right;
}
#component #contact-form label#jform_contact_email_copy-lbl,
#jform_com_fields_privacy .checkbox {
  float: right !important;
  width: 455px !important;
  width: 72% !important;
  padding-top: 0 !important;
  text-align: left !important;
  font-weight: normal !important;
  font-style: italic !important;
}
#component #contact-form label span,
#jform_com_fields_privacy-lbl {
  display: none;
}
#component #contact-form input, #component #contact-form textarea {
  width: 460px;
}
#component #contact-form input#jform_contact_email_copy,
#jform_com_fields_privacy0 {
  float: left;
  width: 30px !important;
  margin-left: 140px;
}
#jform_com_fields_privacy0 {
  margin-left: -75.5px;
}
#component #contact-form button {
  margin: 12px 0 0 140px;
}
/*
#component #contact-form iframe {
	margin: -33px 0 0 140px;
	box-shadow: none;
}
*/
#component .list-unstyled li:last-child { /* remove jml nog geen account? */
	display: none;
}
#component .userdata .list-unstyled li:last-child { /* reset linkerkolom */
	display: block;
}


/*** Modules ***/

#content.home #modules {
  padding-top: 1px; /* align module title with article title */
}
#modules {
  padding-top: 14px; /* align module title with article title */
}
#modules .moduletable {
  padding-left: 54px;
  padding-bottom: 20px;
  clear: both;
}
#modules h3 {
  font-size: 20px;
  padding-bottom: 10px;
  color: #857569;
  text-transform: uppercase;
}
#content.home #modules .search {
	margin-top: 17px;
}
#modules .search {
	margin-top: 9px;
}
#modules .search label {
	display: none;
}
#modules .search input {
	width: 85%;
}
#modules .search button {
	min-width: 0;
	width: auto;
/*    background-color: #ddd;
    border-color: #ccc;*/
	float: right;
}
#modules .productshome {
  padding-left: 0;
}
#modules .productshome h3 {
  font-size: 26px;
  padding-left: 54px;
}
#modules .productshome img {
  margin: auto;
  margin-bottom: 8px; /* reveal shadow */
}
#modules .productshome p {
  font-size: 85%;
  padding: 4px 70px;
}
@media (max-width: 1199px) {
#modules .moduletable {
  padding-left: 0;
}
#modules h3 {
  font-size: 18px;
}
#modules .productshome h3 {
  padding-left: 50px;
  font-size: 21px;
}
#modules .productshome img {
  max-width: 200px;
}
}
#modules .productshome .carousel-control { /* bs override */
  filter: alpha(opacity=100); /* IE */
  opacity: 1;
}
#modules .productshome .carousel-control.right, #modules .productshome .carousel-control.left {
  width: 30px;
  font-size: 100px;
  font-weight: 300;
  background: none;
  background: #fff url(../images/arrow.png) center no-repeat;
  text-shadow: none;
} 
#modules .productshome .carousel-control.left {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
} 
#modules .productshome .carousel-control.right:hover, #modules .productshome .carousel-control.left:hover {
  background: #fff url(../images/arrow-hover.png) center no-repeat;
} 
#modules ul {
  list-style-type: none;
}
#modules .videos ul {
  padding-left: 0;
}
#modules li {
  font-size: 85%;
}
#modules li a {
  font-weight: bold;
}
#modules .calendar ul {
  padding-left: 0;
}
#modules .calendar li div {
  float: left;
  margin-left: 12px;
}
#modules .calendar li div.title {
  padding-top: 6px;
  font-size: 14px;
}
#modules .calendar li div.intro {
  color: #5a5a5a;
  font-weight: normal;
  font-style: italic;
}
#modules .calendar li div.readmore {
  margin-left: 0;
  padding: 5px 0 3px;
}
#modules .calendar li .btn {
  min-width: 45px;
  padding: 3px 0 2px;
  color: #5e5e5e;
  font-size: 85%;
  text-transform: uppercase;
  line-height: 1.1;
  border-color: #ddd;
  border-top-width: 5px;
}
#modules .calendar li .btn span {
  color: #1a6b8b;
  font-size: 150%;
  font-weight: bold;
}
#modules .calendar a.readmore {
  color: #999;
  font-size: 85%;
  font-style: italic;
}
#modules .calendar a.readmore:hover {
  color: #cc0000;
}
#modules .videos .videolink, #component .videolink {
  position: absolute;
  z-index: 10;
  width: 264px;
  height: 149px;
}
/*#modules .videos p {
  padding-top: 4px;
}
#modules .populartags li {
  display: inline;
  padding-right: 2px;
}
#modules .related {
  min-height: 70px;
}*/
#modules .aboutus img {
  margin-top: -2px;
  margin-bottom: 14px;
  margin-bottom: 24px;
}
#modules .aboutus img:hover {
  filter: alpha(opacity=100); /* IE */
  opacity: 1;
}
#modules .aboutus p {
  padding-bottom: 14px;
  color: #857569;
  font-size: 85%;
  font-style: italic;
}
#modules .productsmodule h3 {
/*	font-size: 26px;*/
}
#modules .moduletable.contact {
/*	margin-top: 40px;*/
}


/*** Products ***/

.moduletable.products div {
  padding-bottom: 24px;
}
.moduletable.products a h2:hover {
  color: #1a6b8b;
}
.moduletable.products h2 {
  margin-top: 14px;
}
.moduletable.products p {
}
.moduletable.products a.readmore {
  color: #cc0000;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
}
.moduletable.products a.readmore:hover {
  color: #1a6b8b;
}


/*** Footer ***/

#footer {
  padding-top: 20px;
  background: #e5e5e5;
  font-size: 85%;
  text-align: center;
  border-bottom: 8px #005374 solid;
}
#footer img {
  margin: 8px 0;
}


/*** jml global ***/

a:focus {
  outline: none;
}
.page-header {
  margin: 0;
  padding: 0;
  border: none;
}
.article-info-term, .icon-calendar, .icon-chevron-right {
  display: none;
}
dd.published {
  margin-left: 0;
}
.items-more ol {
  list-style-type: none;
  margin: 0 0 16px;
}
.items-more .items-more {
  padding-top: 25px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumb li + li:before {
  /*content: "";*/
}
.breadcrumb li:first-of-type a, .breadcrumb li:first-of-type a:hover {
  text-decoration: none;
}
.breadcrumb .divider img {
  margin: -4px -3px 0 6px;
}
.pagination li span:hover{
  background: none;
}
.pagination li a:hover {
  color: #cc0000;
}
.pagination li.active a, .pagination li.active a:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #999;
}
ul.pagenav {
  margin: 30px 0 0;
}
.tags {
  padding-top: 2px;
  padding-bottom: 17px;
}
.tags a {
  line-height: 25px;
}
.tags span {
  display: inline-table; /* needed when tags take multiple lines */
}
#component .search .btn-toolbar {
  margin-top: 25px;
}
#component .search .btn-toolbar .btn {
	min-width: 0;
	width: auto;
}
#component .search .searchintro {
  padding-top: 15px;
  padding-bottom: 10px;
}
#component .search .phrases legend, label.ordering, #component .search .form-limit label, #component .search .counter {
  display: none;
}
#component .search #ordering, #component .search #limit {
  width: 240px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#component .search #limit {
  margin-top: 0;
  margin-bottom: 25px;
  display: none;
}
#component .search .result-title {
  margin: 12px 0 0;
  color: #005374;
}
#component .search .result-title:hover {
  color: #1a6b8b;
}
#component .search .small {
  color: #999;
}
#component .search .result-text a {
  color: #5a5a5a;
}
#component .search .highlight {
  color: #381b38;
  font-weight: bold;
}
.alert h4 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-transform: none;
}
.alert p {
	padding-right: 40px;
}


/*** jml custom ***/

.img-responsive {
  max-width: 100%;
}
.btn {
	min-width: 140px;
}
.btn-xs, .btn-sm {
	min-width: 0;
}
.btn-warning {
    background-color: #ffc415;
    border-color: #1a6b8b;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ffaf15;
    border-color: #ff9f15;
}
.well {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tags .label-info {
  background-color: #ffc415;
  border-color: #1a6b8b;
}
.tags .label-info[href]:hover, .label-info[href]:focus, .label-info[href]:active {
  background-color: #ffaf15;
  border-color: #ff9f15;
}
.breadcrumb {
  margin-top: 5px;
}
.breadcrumb li {
  color: #bbb;
  font-size: 90%;
}
.breadcrumb li a {
  color: #bbb;
}
.breadcrumb li a:hover {
  color: #999;
}
.pagination {
  margin-bottom: 0;
}
#component .search .result-title {
  font-size: 15px;
}
#component .search .result-text {
  font-size: 85%;
  font-size: 14px;
}


/* Non-responsive overrides */

/* Reset the container */
.container {
  max-width: none !important;
  width: 992px;
  width: 1200px;
/*  padding-left: 115px;
  padding-right: 115px;*/
}
#carousel.container, #banners.container, #footer.container { /* added am */
/*  padding-left: 15px;
  padding-right: 15px;*/
}
@media (max-width: 1199px) { /* added am */
.container {
/*  max-width: none !important;*/
  width: 992px;/**/
/*  padding-left: 15px;
  padding-right: 15px;*/
}
#carousel.container { /* added am 
  max-width: none !important;
  width: 970px;*/
}
}
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
  color: #1a6b8b !important;
  background-color: #fff !important;
}
.navbar .open .dropdown-menu > .disabled > a,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}


/*** fonts ***/


/*** shop ***/

.alert-message p {
	margin-bottom: 0;
}
.hikashop_category_name a {
  font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #005374;
  font-weight: 500;
  font-size: 20px;
  font-size: 26px;
  /*text-transform: uppercase;*/
}
.breadcrumb {
	margin: 0 0 10px -3px;
}
.breadcrumb .active {
	color: #999;
}
.breadcrumb li, .breadcrumb li a {
  /*font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #005374;
  font-weight: bold;
  /*font-size: 20px;
  font-size: 26px;*/
  font-size: 14px;
}
.breadcrumb .divider {
	display: none;
}
.breadcrumb>li:first-child+li:before {
	display: none;
}
.custom p {
	margin: 0;
}
.hikashop_products_pagination {
	display: none;
}


/*** shop category listing ***/

.hikashop_container {
/*	margin: 0 !important;*/
}
.hikashop_category_description h2 {
	font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #857569;
	font-weight: 500;
	font-size: 26px;
	border-bottom: none;
	padding: 0;
/*	text-transform: uppercase;*/
}
.hikashop_category_description {
	margin: 20px 0 10px;
}
.hikashop_subcategories_listing ul.thumbnails,
.hikashop_subcategories_listing {
	margin: 15px 0 0 0;
	margin: 30px 0 0 0;
	padding: 0;
}
.hikashop_products_listing,
.hikashop_product_left_part,
.hikashop_product_right_part {
	margin: 15px 0 0 0 !important;
	padding-left: 0;
}
.hikashop_subcategories_listing .hikashop_category {
	padding: 0;
}
.hikashop_subcontainer br {
	display: none;
}
.hikashop_product_listing_image {
    max-width: 84px !important;
	margin-bottom: 25px !important;
}
.hikashop_category_name {
/*	text-align: left !important;*/
}
.hikashop_category_name a {
	margin-top: 5px;
	position: absolute;
	margin-top: -80px;
}
.hikashop_category_name a:hover {
	color: #1a6b8b;
}
.hikashop_category_description .hikashop_category_image {
	display: none;
}
.hikashop_category_list {
	display: none;
}

#hikashop_order_main fieldset h1 {
    color: #857569;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
	border: none;
	margin-bottom: 10px;
}
#hikashop_order_main .hikashop_order_left_part {
    border: none;
    padding: 0;
	margin-bottom: 30px;
}
#hikashop_order_main #adminForm fieldset {
	margin-bottom: 30px;
}
#hikashop_order_main #hikashop_order_back_button,
#hikashop_order_main .hika_toolbar .hika_toolbar_btn {
	display: none;
}
#hikashop_order_main .hika_toolbar {
	height: 50px;
}
#hikashop_order_main .adminform tr {
	height: 60px;
}
#hikashop_order_main .hikashop_order_item_total_value,
#hikashop_order_main .hikashop_order_subtotal_value,
#hikashop_order_main .hikashop_order_tax_value,
#hikashop_order_main .hikashop_order_total_value {
	font-style: normal;
	color: #5a5a5a;
}
#hikashop_order_main tr.row0, #hikashop_order_main tr.row1 {
	border-bottom: 3px solid white !important;
}
.hikashop_order_item_files_value a {
	margin-bottom: 4px;
}
.hikashop_order_item_files_value div {
	font-size: 12px;
}
.hikashop_order_subtotal_title.key label,
.hikashop_order_total_title.key label,
.hikashop_order_tax_title.key label {
	margin-bottom: 0;
}


/*** shop products category ***/

.hikashop_submodules {
	padding-top: 5px;
}
.hikashop_product {
	width: 100%;
	padding: 0;
}
.hikashop_product_image,
.hikashop_product_image_subdiv {
	clear: none !important;
	width: auto !important;
	height: auto !important;
	text-align: left !important;
}
.hikashop_products li.span2 {
	width: 100%;
	clear: both;
}
.hikashop_products .btn {
	margin-top: 4px;
}
.hikashop_products .thumbnails {
	padding: 0;
}
.hikashop_product_image_subdiv {
	margin-bottom: 0;
}
.hikashop_products .hikashop_product_name a:hover {
  color: #888;
}



/*** shop products listing ***/

#hikashop_category_information_menu_296 .hikashop_category, #hikashop_category_information_menu_299 .hikashop_category {
	display: none;
}
#hikashop_category_information_menu_296 li, #hikashop_category_information_menu_299 li {
	padding-right: 0;
}
#hikashop_category_information_menu_296 img, #hikashop_category_information_menu_299 img {
	margin-right: 15px;
}
#hikashop_category_information_menu_296 .hikashop_product_name, #hikashop_category_information_menu_299 .hikashop_product_name {
	min-height: 30px;
	margin-bottom: 0;
}
#hikashop_category_information_menu_296 .hikashop_product_name a, #hikashop_category_information_menu_296 .hikashop_product_price, #hikashop_category_information_menu_299 .hikashop_product_name a, #hikashop_category_information_menu_299 .hikashop_product_price {
	/*font-weight: normal;*/
	font-size: 85%;
	line-height: normal;
}


#hikashop_category_information_menu_296 .hikashop_products_pagination, #hikashop_category_information_menu_299 .hikashop_products_pagination {
	/*display: block;*/
}
.hikashop_products_pagination {
	margin-top: 20px;
	font-size: 14px;
}
.hikashop_products_pagination .list-footer span.pagenav_text {
/*    display: block;*/
}
.hikashop_products_pagination .list-footer .pagenav {
	padding: 6px 12px;
}
.hikashop_products_pagination .list-footer li span {
	color: #5a5a5a;
}
.hikashop_products_pagination .list-footer li a:hover {
	cursor: pointer;
	cursor: hand;
}



/*** shop single article ***/

.hikashop_product_page .hikashop_product_left_part {
	width: auto;
}
.hikashop_product_page .hikashop_product_right_part {
	margin-left: 26px;
}
.hikashop_product_page .hikashop_product_right_part h2 {
	margin-top: 10px;
}
.hikashop_product_page .hikashop_product_price_main,
.hikashop_product_page .hikashop_product_price_with_options_main,
.hikashop_product_page .hikashop_product_quantity_main {
	/*float: left;*/
	margin-top: 10px;
}
.hikashop_product_quantity_main table {
	float: left;
	width: 50px;
}
.hikashop_product_page #hikashop_product_price_main {
}
.hikashop_product_page .hikashop_product_price_full {
	margin-top: 7px !important;
}
.hikashop_product_page .hikashop_product_price_full .hikashop_product_price.hikashop_product_price_0::after {
	content: 'Euro';
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.hikashop_product_page .hikashop_product_price {
	margin-right: 2px;
	font-size: 16px;
}
.hikashop_product_quantity_table {
	float: left;
}
.hikashop_product_quantity_table input {
	margin-left: 30px;
	margin-right: -15px;
}
.hikashop_product_quantity_field {
	padding: 6px;
}
.hikashop_product_page #hikashop_product_quantity_field_1 {
	margin-right: 10px !important;
}
.hikashop_product_page #hikashop_product_quantity_field_change_plus_1,
.hikashop_product_page #hikashop_product_quantity_field_change_minus_1,
.hikashop_product_quantity_field_change {
	display: none;
}
.hikashop_product_page .hikashop_product_price_per_unit_x {
	font-style: italic;
}
.hikashop_cart_product_quantity_refresh,
.hikashop_cart_product_quantity_delete {
/*	margin-top: -50px;*/
/*	margin-left: -5px;*/
}
.hikashop_cart_product_quantity_refresh {
	margin-left: 15px;
}



/*** shop cart module + login ***/

#hikashop_cart_module .hikashop_product_price {
	font-size: 14px !important;
}
#hikashop_cart_module .btn,
.hikashop_cart .hikabtn {
	margin: -2px 0 0 10px;
}

.moduletable #login-form {
	padding: 0;
}
.moduletable #login-form label.element-invisible {
	display: none;
}
.moduletable #login-form .logout-button {
	padding: 0 0 20px;
}
.moduletable #login-form .login-greeting {
	float: left;
	margin-right: 12px;
}
.moduletable #login-form input.input-small {
/*	margin-bottom: 12px;*/
	width: 100%;
}
.moduletable #form-login-remember {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}
.moduletable #login-form .btn {
	margin: -1px 0 0 0;
	float: left;
}
.moduletable #login-form ul {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
}
.moduletable #login-form ul li:first-child { /* registreer */
	display: none;
}


/*** shop checkout ***/

#hikashop_checkout_page {
	margin-bottom: 90px;
}
.hikashop_wizardbar {
	margin-bottom: 40px;
	border: none;
	box-shadow: none;
	background-color: #fff;
}
.hikashop_wizardbar ul li {
	font-size: 14px;
	color: #5a5a5a;
	color: #aeaeae;
}
.hikashop_wizardbar ul li a {
	color: #aeaeae;
}
.hikashop_wizardbar ul li .hikashop_chevron::before {
	right: 2px;
}
.hikashop_wizardbar ul li .hikashop_chevron {
    border-color: transparent -moz-use-text-color transparent #fff;
	border-left: 14px solid #fff;
}
.hikashop_wizardbar .badge.badge-,
.hikashop_wizardbar .hkbadge {
	margin-top: -2px;
	margin-right: 10px !important;
	background-color: #B7B7B7;
}
.hikashop_wizardbar .badge.badge-info,
.hikashop_wizardbar .hkbadge-current {
	margin-top: -2px;
	background-color: #337ab7;
}
.hikashop_wizardbar .badge.badge-success,
.hikashop_wizardbar .hkbadge-past {
	margin-top: -2px;
	background-color: #5cb85c;
}

.table thead tr th {
	padding: 8px 8px 16px 8px;
    border-bottom: 1px solid #ddd;
}
tr.margin>td {
    border-top: none !important;
}
.table-striped>tbody>tr {
	background-color: white !important;
}
.hikashop_cart_title {
	font-size: 14px;
	color: #5a5a5a;
}
.hikashop_checkout_cart thead th,
.table>tbody>tr:nth-child(3)>td,
.table>tbody>tr>td {
	text-align: right;
	border: none;
}
.hikashop_checkout_cart thead th:nth-child(1),
.table>tbody>tr>td:nth-child(2) {
	text-align: left;
}
.hikashop_checkout_cart .table>tbody>tr:nth-last-child(1)>td,
.hikashop_checkout_cart .table>tbody>tr:nth-last-child(2)>td {
    border-top: 1px solid #ddd;
	padding-top: 12px !important;
	padding-bottom: 11px !important;
}
.hikashop_checkout_cart .table>tbody>tr:nth-last-child(3)>td {
	padding-bottom: 11px !important;
}
.hikashop_checkout_cart .table>tbody>tr>td,
.hikashop_checkout_cart .table>tbody>tr>th,
.hikashop_checkout_cart .table>tfoot>tr>td,
.hikashop_checkout_cart .table>tfoot>tr>th,
.hikashop_checkout_cart .table>thead>tr>td,
.hikashop_checkout_cart .table>thead>tr>th {
	padding-top: 31px;
}
.hikashop_checkout_cart .table>tbody>tr>td:first-child {
	padding-top: 16px;
	padding-bottom: 0;
}
.hikashop_cart_product_name a {
	font-size: 14px;
	color: #005374 !important;
}
span.hikashop_product_price,
.hikashop_checkout_cart_additional,
.hikashop_checkout_cart_payment,
.hikashop_checkout_cart_coupon,
.hikashop_checkout_cart_additional,
.hikashop_checkout_cart_subtotal,
.hikashop_checkout_cart_taxes,
.hikashop_checkout_cart_final_total {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-style: normal !important;
	font-weight: normal !important;
	color: #005374 !important;
}
span.hikashop_product_price {
	/*font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #857569 !important;*/
	font-weight: bold !important;
	/*font-size: 16px !important;*/
}
.hikashop_cart_product_price_value .visible-phone {
	display: none;
}
.hikashop_cart_product_quantity_value {
	padding-top: 24px !important;
}
.table th.hikashop_cart_product_quantity_title {
/*	text-align: left;*/
}
.hikashop_product_quantity_field {
	width: 30px;
/*	margin-top: -6px;*/
}
.hikashop_cart_product_quantity_refresh a,
.hikashop_cart_product_quantity_delete a {
/*	font-size: 15px;*/
	padding: 10px 0 0 2px;
}
.hikashop_cart_product_quantity_refresh a img,
.hikashop_cart_product_quantity_delete a img {
	display: none;
}

#hikashop_checkout_cart .margin {
	display: none;
}
#hikashop_checkout_cart_final_total_title {
	font-size: 14px;
}
#hikashop_checkout_cart_total2_title, #hikashop_checkout_cart_tax_title {
	font-weight: normal !important;
}
.hikashop_cart_subtotal_value, .hikashop_cart_tax_value, .hikashop_cart_total_value {
	text-align: right;
}
.hikashop_checkout_cart_final_total {
	font-weight: bold !important;
}
.hikashop_product_checkout_cart_image {
/*	max-width: 80px !important;*/
}

#hikashop_checkout_shopping_button {
	float: right;
	margin-right: 14px;
}
.hikashop_checkout_buttons .buttons_left {
	width: auto;
	margin: 40px 0;
}
.hikashop_checkout_buttons .buttons_right {
	width: 300px;
	margin: 40px 0;
}
.hikashop_checkout_buttons .buttons_right button {
	float: right;
}
#hikashop_checkout_page h2,
#hikashop_checkout_page h2 a,
.hikashop_checkout_login h2,
.hikashop_chekcout_login h2 a {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
	font-weight: normal;
	color: #5a5a5a;
	line-height: 1.42857143;
}
#hikashop_checkout_page h2 a,
.hikashop_checkout_login h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
#hikashop_checkout_login h3,
.hikashop_checkout_login h3,
#hikashop_checkout_page fieldset legend,
.hikashop_checkout_login fieldset legend {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #005374;
    font-weight: 500;
	font-size: 24px;
	text-transform: none;
}
.hikashop_checkout_login fieldset legend {
	margin-top: 50px;
	font-size: 18px;
    border: none !important;
}
.hikashop_checkout_login {
	width: auto;
}
#hikashop_checkout_login_form .form-inline {
	margin-top: 20px;
}
#hikashop_checkout_login_left_part #form-login-username label,
#hikashop_checkout_login_left_part #form-login-username a, 
#hikashop_checkout_login_left_part #form-login-password label,
#hikashop_checkout_login_left_part #form-login-password a,
#hikashop_checkout_login_form label,
#hikashop_checkout_login_form .hasTooltip,
.hikashop_login_forgot_password_line,
.hikashop_login_forgot_username_line,
#hikashop_register_form_button {
	display: none;
}

#hikashop_checkout_login_left_part #modlgn-username,
#hikashop_checkout_login_left_part #modlgn-passwd,
#hikashop_checkout_login_form #modlgn-username,
#hikashop_checkout_login_form #modlgn-passwd {
	width: 80% !important;
    padding: 6px 12px;
/*	margin: 9px 0 4px;*/
/*	margin: 9px 0 0;*/
}
.hikabtn_checkout_login_form {
	margin-top: 12px;
	padding: 3px;
}
#form-login-submit .list-unstyled li, #form-login-submit .list-unstyled li a {
    color: #005374;
    font-weight: bold;
	line-height: 1.42857143;
}
#form-login-submit .list-unstyled li a {
    font-size: 85%;
}
#form-login-submit .list-unstyled li:first-child {
    display: none;
}
#hikashop_checkout_login_left_part {
    width: 35%;
}
#hikashop_checkout_login_right_part {
    width: 65%;
}
#hikashop_checkout_login_right_part input {
    padding: 6px 12px;
}
#hikashop_checkout_login_right_part .hikashop_registration_required_info_line,
.hikashop_registration_required_info_line .hkc-sm-8 {
	display: none;
}
.hkform-group .recaptcha {
	margin: 30px 0 0 176px;
}
#hikashop_register_form_button {
	max-width: 140px;
	margin-top: 20px !important;
}
#hikashop_checkout_registration .hkform-horizontal {
	margin-top: 13px;
}
.hikashop_checkout_payment .table-bordered {
	margin-top: 50px;
	border: none !important;
}

#hikashop_checkout_page fieldset legend {
	padding-top: 20px;
}
#hikashop_checkout_address_billing_only .hika_edit {
	background-color: #fff;
}
.hika_edit {
	color: #005374;
	text-align: left;
	background-color: white;
}
.hika_edit {
	text-align: left;
}
.hika_edit img, #hikashop_address_billing_0 .hika_edit,
#hikashop_checkout_billing_address_zone .hikashop_field_required {
}
#hikashop_address_billing_15 .hika_edit {
}
#hikashop_checkout_billing_address_zone .hikashop_field_required {
	display: none;
}
#hikashop_checkout_billing_address_zone td {
	display: block;
	width: 100%;
	padding: 0;
}
#hikashop_checkout_billing_address_zone label {
	padding-top: 10px;
}
#hikashop_checkout_billing_address_zone input.inputbox {
	width: 100% !important;
	max-width: 100% !important;
}

.address_selection, #hikashop_checkout_selected_billing_address,
#hikashop_checkout_selected_shipping_address {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
.address_selection:hover, #hikashop_checkout_selected_billing_address:hover,
#hikashop_checkout_selected_shipping_address:hover {
    background: none;
    box-shadow: none;
}
#hikashop_checkout_billing_address_selection .checkout_billing_address_radio {
	margin-bottom: 24px;
}
#hikashop_checkout_billing_address_selection .checkout_billing_address_radio::after {
	content: " Selecteer";
	position: absolute;
	left: 36px;
	font-weight: bold;
	margin-bottom: 24px;
}
#hikashop_checkout_billing_address_selection .hikashop_address_content {
	margin-bottom: 24px;
}
#hikashop_checkout_billing_address_selection .hika_edit {
	margin-left: 100px;
}
#hikashop_checkout_billing_address_selection .hika_edit a {
	padding: 0 0 0 5px;
}
#hikashop_checkout_billing_address_zone .hika_edit,
#hikashop_checkout_billing_address_selection img {
	display: none;
}

#hikashop_checkout_terms {
	margin-bottom: 40px;
}
#hikashop_payment_methods .hikashop_payment_methods_table {
	margin-top: 12px;
}
#hikashop_payment_methods img {
	border: none;
	box-shadow: none;
	margin-right: 14px;
}
.hikashop_checkout_payment_image img {
	display: none;
}
#hikashop_payment_methods img:last-of-type {
	margin-right: 24px;
	display: block;
}
#hikashop_payment_methods tr:first-of-type img:first-of-type {
	margin-top: -6px;
}
#hikashop_payment_methods input {
	display: block;
	width: 30px;
	float: left;
}
#hikashop_payment_methods label {
	display: none;
}
#shop_terms_and_cond {
	font-weight: normal;
	margin-left: 12px;
	color: #5a5a5a;
}

#hikashop_idealcheckoutideal_end,
#hikashop_paypal_end_message {
	margin-top: 20px;
	margin-bottom: 20px;
}
#hikashop_idealcheckoutideal_end span {
	float: left;
	width: 100%;
}
#hikashop_idealcheckoutideal_end img {
	border: none;
	box-shadow: none;
	margin-top: 6px;
}
.hikashop_idealcheckoutideal_end_spinner {
	width: 100%;
	height: 50px;
}
.hikashop_idealcheckoutideal_end_spinner img {
	display: none;
}


/*** shop login ***/

form.form-horizontal {
	padding-top: 40px;
}
form#contact-form.form-horizontal { /* exclude contact form */
	padding-top: 0;
}
form .control-group {
/*	width: ;*/
	margin-top: 7px;
}
#shop form .control-label,
/*form .control-group,*/
#hikashop_checkout_login_form label.control-label,
#hikashop_checkout_login_form #modlgn-remember {
	display: inline-block;
/*	width: 80px;*/
/*	padding-top: 7px;*/
	text-align: left !important;
}
.login #remember,
#hikashop_checkout_login_form #modlgn-remember {
	width: 30px;
	margin: 0 0 20px;
	margin: 0 0 1px;
}
#form-login-remember {
	margin-top: 6px !important;
}
.login ul.list-unstyled li:last-of-type {
	display: none;
}
div ul.list-unstyled {
	margin-top: 20px;
}
.moduletable div ul.list-unstyled li:last-child {
	display: none;
}


/* cookiebar */

@media (min-width: 737px) {
.cc-window.cc-banner {
	padding-top: 0.5em !important;
	padding-bottom: 0.4em !important;
}
.cc-btn {
	padding: 0.3em 0.4em !important;
}
.cc-message {
	padding-right: 20px;
}
}
.cc-btn {
	padding: 0.3em 0.4em !important;
	font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	text-decoration: none !important;
}
.cc-btn:hover {
	background-color: #cc0000 !important;
}
.cc-revoke, .cc-window {
	font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.cc-message {
/*	opacity: 0.8 !important;*/
}
