@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Handlee');
/* general start */


  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:400;
    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  body {
    font-family: 'Montserrat','Open Sans', sans-serif;
    font-size:15px;
    margin: 0px;
  }

  .row {
    width:100%;
    clear:both;
  }

  .container {
    width:100%;
    max-width:1010px;
    padding:15px;
    margin:0 auto;
    position:relative;
  }

  a {
    text-decoration:none;
  }

  h3 {
    color:#444;
    font-size:25px;
    font-weight:600;
  }

  .handwritten {
    font-family: 'Handlee', cursive;
    font-size:22px;
  }

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

  .visually-hidden {
    display:none !important;
  }

/* Top bar */

#top-bar .mod-languages {
  position:absolute;
  left:15px;
  top:15px;
}

div.mod-languages a {
  color:#ffcc00;
  font-weight:700;
}

div.mod-languages a:hover, div.mod-languages .lang-active a {
  color:#ff0000;
}

#top-bar .mod-languages img {
  width:27px;
  height:18px;
}

#top-bar .container {
  padding:0;
}

#top-bar .custom {
  float:right;
  padding-right:45px;
  text-align:right;
  background:url('../images/antwerp-citytourbus-pijl.png') no-repeat right 22px;
}

#top-bar .custom h3 {
  margin:14px 0 0;
  font-family: 'Handlee', cursive;
  font-size:25px;
  font-weight:normal;
}

#top-bar .custom p, #top-bar .custom a {
  margin:0;
  font-size:20px;
  font-weight:600;
  color:#ffcc00;
}

#top-bar .custom a {
  margin-left:25px;
}

#top-bar .custom a:hover {
  color:#ff0000;
}

/* menu start */

#main-menu {
  overflow:auto;
  padding:10px 0;
}

#main-menu a.logo {
  font-size:36px;
  line-height:1.1;
  color:#ffcc00;
  text-decoration:none;
  font-weight:700;
  float:left;
}

#main-menu a.logo span {
  color:#ff0000;
  font-weight:700;
}

#main-menu ul.nav {
  float:right;
  list-style:none;
  margin:50px 0 0;
}

#main-menu ul.nav li {
  display:inline-block;
  margin-left:20px;
}

#main-menu ul.nav li a {
  color:#444;
  font-weight:600;
  font-size:16px;
  text-transform:uppercase;
}

#main-menu ul.nav li a:hover {
  color:#ed1c24;
}

/* banner start */

  /* Banner slogan */

  div#banner {
    min-height:375px;
    padding:40px 0 10px;
    background: #CCC url('../images/antwerp-citytourbus-banner.jpg') no-repeat center top;
  }

  div#banner h2 {
    color:#444;
    font-size:25px;
  }

  div#banner h2 strong {
    font-size:50px;
    font-weight:600;
  }

  /* Banner languages */

  div#banner .moduletable-banner-languages {
    display:inline-block;
    position:absolute;
    min-height:110px;
    right:0;
    top:25px;
    padding-right:70px;
    background: url('../images/antwerp-citytourbus-languages.png') no-repeat right top;
  }

  div#banner .custom-banner-languages {
    padding-top:65px;
    background: url('../images/antwerp-citytourbus-headphones.png') no-repeat right top;
    color:#444;
    font-size:20px;
    text-align:right;
  }

/*  */
:is(
    #mod-custom120,
    #mod-custom123,
    #mod-custom113
  ) {
    display: none;
  }

@media screen and (min-width: 940px) {
  :is(
    #mod-custom120,
    #mod-custom123,
    #mod-custom113
  ) {
    display: block;
  }
  :is(
    #mod-custom120,
    #mod-custom123,
    #mod-custom113
  ) p {
    translate: 0 -100%; 
    text-align:right; 
    margin-bottom: 0px;
  }
}

/* CTA BLOCKS */

#cta-blocks .container {
  background:#fff;
  margin-top:-100px;
}

#cta-blocks table {
  width:100%;
}

#cta-blocks table td {
  display:block;
  float:left;
  vertical-align: top;
  width:49%;
  margin-left:2%;
  border-left:1px solid #f4f4f4;
  border-right:1px solid #f4f4f4;
}

#cta-blocks table td:first-of-type {
  margin-left:0;
}

#cta-blocks img {
  width:100%;
  position:relative;
}

#cta-blocks a:hover img {
  opacity:0.75;
}

#cta-blocks ul {
  list-style:none;
  margin:20px 0;
  padding-left:20px;
  min-height:100px;
}

#cta-blocks ul li {
  padding-left:25px;
  margin-bottom:10px;
  background:url('../images/antwerp-citytourbus-check.png') no-repeat left top;
}

#cta-blocks a.button {
  display:block;
  text-align:center;
  padding:10px;
  background:#ffcc00;
  color:#111;
  font-size:18px;
  font-weight:600;
}

#cta-blocks a.button:hover {
  background:#111;
  color:#FFF;
}

/* Message */

#message .custom {
  padding: 30px 5%;
  background-color:#1D398D;
  color:#fff;
}

#message h2 {
  margin-bottom:20px;
}

#message p {
  margin-bottom:20px;
}

#message ul {
  margin:20px 0;
}

#message ul li {
  margin-left:30px;
  margin-bottom:10px;
}

#message a {
  color:#fff;
  text-decoration: underline;
}

#message a:hover {
  opacity:0.5;
}

/* Special */

#special {
  min-height:225px;
  padding: 25px 0;
  margin-top:25px;
  background: #f0f0f0;
}

#special img:first-of-type {
  position:absolute;
  left:0;
  top:0;
}

#special a:hover img {
  opacity:0.75;
}

#special h2, #special h3, #special p {
  margin-left:200px;
}

#special h2 {
  font-size:45px;
  color:#E11C1C;
  font-weight:400;
}

#special h3 {
  font-size:30px;
  color:#E11C1C;
  font-weight:400;
  margin-bottom:10px;
}

#special p {
  font-size:20px;
  font-weight:400;
  margin-bottom:0;
}

#special a {
  color:#E11C1C;
  font-weight:600;
}

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


/* Main content */

#main-content {
  padding:50px 0 50px;
}

#main-content a {font-weight:600;text-decoration:none; color:#ed1c24;}
#main-content a:hover {color:#1d398d;}

#main-content ol { padding-left:35px;margin-bottom:35px}
#main-content ol li{ margin-bottom:15px;}

#main-content ul {list-style:none; padding-left:15px;margin-bottom:35px}
#main-content ul li {padding-left:25px; background: url('../images/list-icon.png') no-repeat left 2px;margin-bottom:15px;}

#main-content h1 {font-weight:700;margin-top:0px;margin-bottom:30px;color:#1d398d;}
#main-content h2 {font-weight:600;margin-top:0px;margin-bottom:30px;color:#a0a2cd;}
#main-content h3 {font-size:20px;margin-top:0px;margin-bottom:30px;color:#a0a2cd;}

#main-content h3.red {font-size:30px; color:#ed1c24;font-weight:600;}

#adminForm {
  margin-top:25px;
}


.carousel {
  margin:30px 0 60px;
}

.pricetable td {
  padding:0 25px;
  text-align:center;
}

.pricetable td:first-of-type {
  text-align:left;
  padding-left:0;
}

/* kaart start */

div#kaart {
  position: relative;
  max-width: 980px;
  display: block;
  margin-bottom: 20px;
  margin: 0 auto;
}

#kaart img {
  display: block;
  box-sizing: border-box;
  max-width:100%;
  height:auto;
}

#kaart .kaartinfo {
position: absolute;
top: 90px;
left: 40px;
width: 215px;
font-size: 11px;
color: #fff;
background-color: #1D398D;
padding: 14px;
}

span.legend {
  display:block;
  padding:10px;
  background:rgba(255,255,255,0.9);
  margin-top:15px;
}

span.legend span.blue-line {
  display:block;
  margin-bottom:10px;
  color:#1d398d;
  font-size:16px;
  font-weight:600;
}

span.legend span.green-line {
  display:block;
  margin-bottom:2px;
  color:#4CB848;
  font-size:16px;
  font-weight:600;
}

span.legend span.blue-line span.stripe {
  display:inline-block;
  vertical-align:middle;
  height:5px;
  width:15px;
  background-color:#1d398d;
  margin-right:10px;
}

span.legend span.green-line span.stripe {
  display:inline-block;
  vertical-align:middle;
  height:5px;
  width:15px;
  background-color:#4CB848;
  margin-right:10px;
}


/* kaart end */

/* haltes start */

div#haltes {
  max-width: 980px;
  margin: 0 auto;
}

#haltes p {
  margin: 0px;
  font-size: 14px;
}

#haltes .leftcolumn, #haltes .rightcolumn {
  width: 48%;
  float: left;
  margin-top: 20px;
}

#haltes .locationinfo {
  padding-left: 25px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  overflow:auto;
}

#haltes .sights {
  color:#ed1c24;
}

#haltes .locationinfo p {
  margin-bottom: 10px;
}

#haltes .locationinfo img {
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

#haltes .leftcolumn .locationinfo:last-child,
#haltes .rightcolumn .locationinfo:last-child {
  border: none;
}

#haltes p.locationtitle {
  color: #1d398d;
  font-size: 16px;
  font-weight: bold;
}

#haltes .locationimages {
  float: left;
}

div.locationimages img {
  max-width: 85px;
}

#haltes div.locationimages p.stop {
  background: url('../images/stop_empty.png') no-repeat left top;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align:center;
  padding-top: 10px;
  margin-bottom: 10px;
}

#haltes .rightcolumn {
  margin-left: 4%;
}

div#haltes:after,
#schedule:after,
#diamandland:after,
#download:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

/* haltes end */

/* uurrooster start */

div#schedule {
  background-color: #dfdfef;
}

div#schedule .container {
  padding:25px 15px;
  overflow: auto;
}

div#schedule h3 {
  color: #1d398d;
  margin-bottom:10px;
}

div#schedule h4 {
  color: #1d398d;
  font-weight:600;
  font-size:18px;
  margin-bottom:10px;
}


#schedule table {
  width: 760px;
  border-collapse: collapse;
}

#schedule table td {
  font-size: 12px;
  font-weight:600;
}

#schedule table tr:nth-child(even) {
  background-color: #dfdfef;
}

#schedule table tr:nth-child(odd) {
  background-color: #9596c7;
}

#schedule table td.haltenr {
  width: 30px;
  line-height:25px;
  text-align: center;
  color: #fff;
  background: url('../images/stop_empty_small.png') no-repeat center center;
}

#schedule table td.haltenaam {
  width: 310px;
}

#schedule p.tablefooter {
  font-size: 14px;
  color: #89171a;
  font-weight: bold;
  margin-top: 0px;
  float: right;
}

#schedule .custom-geen-dienst {
  width: 200px;
  float: right;
  font-size: 12px;
  margin-left: 20px;
  margin-top:60px;
}

#schedule .custom-geen-dienst img {
  float: left;
}

#schedule .custom-geen-dienst p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#schedule .custom-geen-dienst p.rood {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #89171a;
}

div#schedule2 {
  background-color: #EBF5E8;
}

div#schedule2 .container {
  overflow: auto;
  padding:25px 15px 50px;
}

div#schedule2 h3 {
  text-align:right;
  color: #4CB848;
  margin-bottom:10px;
}

div#schedule2 h4 {
  text-align:right;
  color: #4CB848;
  font-weight:600;
  font-size:18px;
  margin-bottom:10px;
}


#schedule2 table {
  width: 760px;
  float:right;
  border-collapse: collapse;
}

#schedule2 table td {
  font-size: 12px;
  font-weight:600;
}

#schedule2 table tr:nth-child(even) {
  background-color: #EBF5E8;
}

#schedule2 table tr:nth-child(odd) {
  background-color: #C3E1B8;
}

#schedule2 table td.haltenr {
  width: 30px;
  line-height:25px;
  text-align: center;
  color: #fff;
  background: url('../images/stop_empty_small.png') no-repeat center center;
}

#schedule2 table td.haltenaam {
  width: 310px;
}

td.rood {
  color: #e91340;
}

/* uurrooster end */

/* download start */

#downloads {
  background: #f0f0f0;
  height:275px;
  margin-bottom:125px;
}

#downloads .custom {
  margin-top:-100px;
  text-align:center;
}

#downloads .custom:first-of-type {
  margin-top:-50px;
}

#downloads .custom a {
  font-size:22px;
  font-weight:600;
  color: #163793;
}

#downloads .custom a:hover {
  color: #444;
}

#downloads .custom img {
  vertical-align: middle;
}

#downloads .custom a:hover img {
  opacity:0.5;
}

/* Partners */

#partners {
  background: #DFDEF0;
  height:auto;
  margin:50px 0;
}

#partners .container {
  max-width:980px;
}

#partners h3 {
  color:#444;
  margin:-65px 0 0;
  line-height:50px;
  font-size:22px;
  font-weight:600;
}

#partners p {
  text-align:justify;
  line-height:150px;
  margin:0;
  padding:0;
  text-align:center;
}

#partners p img {
  vertical-align: middle;
  margin:0 25px;
}



/* To Top */

#totop a {
  position: fixed;
  top: 90%;
  left: 0px;
  text-decoration: none;
  padding:5px;
  background-color: #1d398d;
  color:#fff;
}


/*******************************
            OVERRIDE
*******************************/
#eb-categories .eb-box-heading,
#eb-events .eb-box-heading,
#eb-event-page .eb-box-heading,
#eb-event-properties-heading,
#eb-event-group-rates-heading,
#eb-share-text,
.eb-container h1 {
  padding-top: 24px;
  color: #1D398D !important;
}

#main-content .eb-container ul li {
  padding-left:0;
  background:none;
}

#main-content .eb-container a {
  color:#29363e;
}

#main-content .eb-container a.eb_event_link {
  color:#fff;
}

#main-content .eb-container .eb-register-button {
	color:#fff;
}

#main-content .eb-container .eb-register-button:hover {
	background:#1d398d;
	color:#fff;
}

h1 #pop-print {
	display:none;
}

#eb-event-page .eb-box-heading {
  margin-top: 18px;
}

.wraptable_calendar {
  margin-bottom: 24px;
}

a.eb_event_link {
	margin-top:5px;
	text-decoration:none;
}

a.eb_event_link:hover {
	background-color: #ccc;
}

.regpro-calendarDay:hover {
	background-color:#efefef;
}

#eb-event-info table tr {
	display:none;
}

#eb-event-info table tr:first-of-type {
	display:table-row;
}

#eb-individual-registration-page .eb-message {
	display:none;
}

#eb-individual-registration-page .eb-page-heading {
	margin-bottom:20px !important;
}

#eb-individual-registration-page .eb-heading {
	margin-bottom:20px !important;
}


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

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

	#cta-blocks .container {
		margin-top:0;
	}

	#cta-blocks {
		text-align:center;
	}

	#cta-blocks table td {
		width:90%;
		margin:20px 5% !important;
		padding-bottom:40px;
		border:none;
		border-bottom: 1px solid #ddd;
	}

	#cta-blocks ul {
		text-align:left;
	}

	#cta-blocks a.button {
		max-width:350px;
		margin: 0 auto;
	}
}

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

	#main-menu a.logo {
		float:none;
	}

	#main-menu ul.nav {
		margin:10px 0;
		text-align:left;
		float:none;
	}

	#main-menu ul.nav li {
		display:block;
		padding:5px 0;
		margin:5px 0;
	}

	div#banner .moduletable-banner-languages {
		position:relative;
		float:right;
		margin-top:10px;
		background:rgba(255,255,255,0.7) url(../images/antwerp-citytourbus-languages.png) no-repeat right 10px top 10px;;
		border-radius:5px;
		padding:10px 80px 10px 10px;
	}

	#kaart .kaartinfo {
		position:relative;
		width:100%;
		margin-bottom:10px;
		top:auto;
		left:auto;
	}

	#haltes .leftcolumn, #haltes .rightcolumn {
	  width: 100%;
	  float: none;
	  margin: 20px 0;
	}

	#schedule .custom-geen-dienst {
		float:none;
		width:100%;
		text-align: left;
		margin:10px 0;
	}

	#schedule table, #schedule2 table {
		width:auto;
		float:none;
	}

	#schedule table td, #schedule2 table td {
		padding:0 10px;
	}

	#downloads {
		height:auto;
	}

	#downloads .custom {
		margin:10px 0 !important;
	}

	#partners {
		height:auto;
	}
}

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

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

	div#banner h2 strong {
		font-size:40px;
	}

	#special img:first-of-type {
		position:relative;
		float:none !important;
		display:block;
		margin:0 auto;
	}

	#special h2, #special h3, #special p {
		margin-left:0;
	}

}