/*@import url(//fonts.googleapis.com/css?family=Roboto:400,500);*/
/*-------------------font-family: 'Roboto', sans-serif;------------------*/
/*
@font-face {
    font-family: 'helveticaneuelight';
    src: url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.eot');
    src: url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.woff') format('woff'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.ttf') format('truetype'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.eot');
    src: url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.woff') format('woff'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.ttf') format('truetype'),
         url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/helvetica_neu_bold-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
   font-family: 'HelveticaNeue';
   src: url('http://www.vakantiesalon-vlaanderen.be/wp-content/themes/vlaanderen/fonts/HelveticaNeue.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
 }*/
/*@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);*/
/*---------------font-family: 'Source Sans Pro', sans-serif;---------------*/
/*-------------------Start of global css------------------*/
body {
	font-family: 'Source Sans Pro', sans-serif;
}
.block {
	width:100%;
	float:left;
}
.container {
	max-width:1200px;
	margin:0 auto;
}
a, button {
	text-decoration:none !important;
	outline:none !important;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin:0;
	padding:0;
}
.btn-exibitor,
.language li a,
.menu li a,
.btn-buy-now,
.search-box button,
.footer-menu li a {
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
/*-------------------End of global css------------------*/

/*-------------------Start of top-header css------------------*/
header {
  background: rgba(255, 255, 255, 0.85);
}
.other-header {
  position: relative;
}
.logo {
  margin: 35px 0 0 55px;
  display: block;
}
.lang {
  float: right;
}
.exhib,
.language {
  float: left;
}
.exhib li {
  padding: 0 8px;
}
.exhib li a {
  color: #ffffff;
  background: #273582;
  font: 18px/20px 'Source Sans Pro', sans-serif;
  font-weight:700;
  padding: 15px 33px 18px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-block;
}
.language {
  margin: 0 0 0 10px;
}
.language li {
  padding: 12px 8px;
}
.language li a {
  color: #5dbcf7;
  font: 18px/20px 'Source Sans Pro', sans-serif;
  font-weight:700;
  text-transform: uppercase;
  display: inline-block;
}
.language li a:hover {
  color: #273582;
}
.antwerp {
  margin-top: 62px;
}
.antwerp h2,
.antwerp a {
  color: #273582;
  font: 500 36px/36px 'Source Sans Pro', sans-serif;
  float: left;
}
.antwerp a {
  margin: 0 0 0 119px;
}

/*-------------------End of top-header css------------------*/

/*-------------------Start of bottom-header css------------------*/
.bottom-header {
  position: relative;
  top: 70px;
}
.bottom-header .container {
  overflow: hidden;
}
.menu {
  background: #2cae80;
  width: 100%;
  border-radius:40px;
  box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.menu li {
  border-right: 1px solid #86d849;
}
.menu li a {
  color: #ffffff;
  font: 18px/20px 'Source Sans Pro', sans-serif;
  font-weight:700;
  padding: 30px 25px;
}
.tickets a {
  padding: 2px 0 !important;
}
.menu li a:hover,
.menu li a:focus,
.menu li a.active {
  color: #273582;
  background: none;
}
.bottom-header .navbar-collapse {
  position: relative;
}/*
.btn-search a {
  color: #ffffff;
  padding: 30px 27px;
  position: relative;
  background: none;
  border: none;
}
.btn-search a:hover,
.btn-search a:focus {
  color: #ffffff !important;
}
.btn-search a::before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 22px;
  position: absolute;
  top: 23px;
  right: 0;
}
.btn-search.btn-search-close a::before {
  content: "\f00d";
}*/
.search-box {
  width: 89%;
  position: absolute;
  top: 0px;
  left: 110%;
  transition: all 0.4s;
}
.search-box input {
  color: #273582;
  background: #a6efd5;
  font: 22px/45px 'Source Sans Pro', sans-serif;
  font-weight:700;
  height: auto;
  border: 1px solid #273582;
  border-radius: 40px 0 0 40px;
  padding: 18px;
}
.search-box button {
  color: #ffffff;
  background: #273582;
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px;
  border-radius: 0;
}
.search-box button:hover,
.search-box button:focus {
  color: #ffffff;
  background: #009fe3;
}
.search-box.show {
  left: 15px;
}
/*-------------------End of bottom-header css------------------*/

/*-------------------Start of banner css------------------*/
.banner {
  margin-bottom: 100px;
}
.banner-slider img {
  position: relative;
}
.slider-count {
  position: absolute;
  top: 366px;
  margin-left: 9%;
}
.banner h1 {
  color: #ffffff;
  font-size: 94px;
  line-height: 76px;
}
.banner h1 span.ex-small {
  font-size: 47px;
}
.banner-slider div h1:nth-child(1) {
  text-indent: 187px;
}
.banner-slider div h1:nth-child(2) {
  text-indent: 133px;
}
.banner-slider div h1:nth-child(4) {
  text-indent: 22px;
}
.banner .slick-dots {
  bottom: -40px;
  display : none;
}
.banner-slider .slick-dots {
  display : none;
}
.banner .slick-dots li {
  height: 12px;
  width: 12px;
}
.banner .slick-dots li button::before {
  background: #273582;
  height: 12px;
  width: 12px;
  content: "" !important;
  border-radius: 50%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.banner .slick-dots li.slick-active button::before {
  background: #d3031d;
}
/*-------------------End of banner css------------------*/

/*-------------------Start of buy now css------------------*/
.buy-now {
  padding-bottom: 50px;
}
.btn-buy-now {
  color: #ffffff;
  background: #273582;
  font: 24px/40px 'Source Sans Pro', sans-serif;
  font-weight:700;
  text-transform: capitalize;
  height: 80px;
  width: 260px;
  padding: 12px 26px;
  border-radius: 50px;
  margin-bottom: 50px;
}
.btn-buy-now:hover,
.btn-buy-now:focus {
  color: #ffffff;
  background: #009fe3;
}


/*-------------------End of buy now css------------------*/

/*-------------------Start of subscribesubscribe css------------------*/
.subscribe {
}
.subscribe h2 {
  color: #273582;
  font: 28px/28px 'Source Sans Pro', sans-serif;
  font-weight:700;
}
.subscribe input {
  color: #003A5E;
  height: auto;
  width: 100%;
  background: #a6efd5;
  font: 24px/70px  'Source Sans Pro', sans-serif;
  padding: 0 35px;
  border-radius: 40px;
  position: relative;
  bottom: -35px;
  border: none;
}
.subscribe button {
   color: #ffffff !important;
   background: #2cae80;
   font:22px/68px 'Source Sans Pro', sans-serif;
  font-weight:700;
   border-radius: 0;
   border-top-right-radius: 40px;
   border-bottom-right-radius: 40px;
   padding: 0 60px 0 50px;
   position: absolute;
   top: 35px;
   right: 15px;
}




/*-------------------End of subscribe css------------------*/

/*-------------------Start of Footer css------------------*/
.footer {
  background: #003a5e;
  padding: 92px 0 52px;
}
.fb-connect {
  text-align: center;
  margin-bottom: 62px;
}
.fb-connect a {
  color: #ffffff !important;
  background: #706dee;
  font: 18px/28px 'Source Sans Pro', sans-serif;
  padding: 12px 38px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
}
.fb-connect i {
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.fb-connect .fb-text {
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:700;
}
.footer-logo {
  display: inline-block;
}
.footer-logo img {
  max-width: 100%;
}
.footer p {
  color: #ffffff;
  font: 14px/24px 'Source Sans Pro', sans-serif;
}
.footer ul {
  list-style: none;
}
.footer h4,
.footer-menu li, .footer-widget li {
  margin-bottom: 22px;
}
.footer h4,
.footer-menu li a, .footer-widget li a{
  color: #ffffff;
  font: 18px/18px 'Source Sans Pro', sans-serif;
  font-weight:700;
}
.footer-menu li a, .footer-widget li a {
  font-family: 'Source Sans Pro', sans-serif;
}
.footer-menu li a:hover, .footer-widget li a:hover {
  color: #2cae80;
}
.copyright {
  background: #00273f;
  padding: 20px;
}
.copyright p {
  color: #1077a7;
  font: 14px/20px 'Source Sans Pro', sans-serif;
  font-weight:300;
}




/*-------------------End of Footer css------------------*/

/*-------------------Start of responsive css------------------*/
@media (max-width:1199px) {
  .logo {
    margin-left: 0;
  }
  .antwerp {
    margin-top: 35px;
  }
  .antwerp a {
    margin: 0 0 0 50px;
  }
  .menu li a {
    font-size: 18px;
    padding: 30px 16px;
  }
  .btn-search button::before {
    right: 10px;
  }
  .slider-count {
    margin-left: 6%;
  }
}
@media (max-width:992px) {
  .lang {
      text-align: center;
      width: 100%;
  }
  .exhib, .language {
    float: none;
    margin: 0 !important;
  }
  .antwerp {
    margin: 0;
    text-align: center;
  }
  .antwerp h2 {
    font-size: 28px;
  }
  .antwerp h2, .antwerp a {
    float: none;
  }
   .antwerp a {
     margin: 0;
   }
}
@media (max-width:992px) and (min-width:768px) {
  .menu li a {
    font-size: 16px;
    padding: 20px 12px;
  }
  .tickets a {
    padding: 7px 0 !important;
  }
  .tickets a img {
    width: 100px;
  }
  .search-box input {
    line-height: 24px;
    width: 100%;
  }
  .search-box button {
    line-height: 39px;
  }
  .btn-buy-now {
    width: 230px;
    padding: 15px 20px;
  }
  .btn-search button {
    padding: 30px 20px;
  }
  .btn-search button::before {
    right: 8px;
    top: 14px;
  }
  .slider-count {
    margin-left: 3%;
  }
}
@media (max-width:767px) {
  .logo {
    display: table;
    margin: 35px auto 15px;;
  }
   .antwerp {
     margin-top: 30px;
   }
   .navbar-toggle,
   .icon-bar {
     border: 1px solid #ffffff;
   }
   .bottom-header {
     background: #2cae80;
     padding: 15px 0;
     margin-top: 30px;
     top: 0;
   }
   .menu {
     margin: 0;
     border-radius: 0;
     box-shadow: none;
   }
   .menu li {
     text-align: center;
     border: none;
   }
   .menu li a {
     text-align: center;
     padding: 15px 0;
   }
   .bottom-header .navbar-collapse {
     overflow: hidden;
     padding-bottom: 25px;
   }
   .search-box {
     width: 100%;
     position: relative;
     left: 0 !important;
     right: 0;
     top: 80px;
   }
   .search-box.show {
     top: 20px;
   }
   .search-box input {
     font-size: 14px;
     line-height: 16px;
     padding: 8px 22px;
     border-radius: 0;
   }
   .search-box button {
     font-size: 14px;
     line-height: 16px;
   }
   .banner-slider div .slider-count {
     float: none;
   }
   .banner h1 {
     font-size: 56px;
     line-height: 42px;
     text-indent: 0 !important;
     text-align: center;
   }
   .slider-count {
     top: 560px;
     margin-left: 2%;
   }
   .footer {
     text-align: center;
   }
   .footer h4 {
     margin-top: 40px;
   }
}
@media (max-width:640px) {
  .subscribe .row figcaption {
    max-height: 50px;
  }
  .subscribe input {
    font-size: 16px;
    line-height: 40px;
    top: 20px;
  }
  .subscribe button {
    font-size: 16px;
    line-height: 48px;
    position: relative;
    top: 23px;
    right: inherit;
    border-radius: 40px;
  }
  .footer {
    padding-top: 150px;
  }
}
@media (max-width:420px) {
  .exhib li a {
    font-size: 14px;
    line-height: 14px;
  }
  .logo img {
    width:100%;
  }
  .banner h1 {
    font-size: 38px;
    line-height: 34px;
  }
  .fb-connect a {
    padding: 12px 22px;
    font-size: 16px;
  }
  .fb-connect a span.fb-text {
    font-size: 18px !important;
  }
}

/*-------------------End of responsive css------------------*/

/*---------Start of header update css--------*/

header {
  position:relative;
  padding-bottom:60px;
  box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.25);
}
.bottom-header {
  position:absolute;
  top: auto;
  bottom:-70px;
}
.metaslider {
  overflow:hidden;
}

/*---------End of header update css--------*/

/*---------Start of 404 css--------*/
.error-page {
  background: #fffab0;
  padding: 137px 0 100px;
}
.error-page img {
  display: inline-block;
}
.error-page h2 {
  color: #3d6dac;
  font: 28px/28px 'Source Sans Pro', sans-serif;
  font-weight:300;
  margin: 38px 0 2px;
}
.error-page h3 {
  color: #000000;
  font: 22px/22px 'Source Sans Pro', sans-serif;
  margin-bottom: 53px;
}
.error-page label {
  width: 100%;
  max-width: 500px;
	position:relative;
}
.error-page label::after {
  color: #3d6dac;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 18px;
  font-weight:300;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index:11;
}
.error-page-search {
  border-radius: 50px;
  color: #000000;
  font: 18px/22px 'Source Sans Pro', sans-serif;
  font-style: italic;
  border: 1px solid #ccc;
  margin-right: 15px;
  padding: 10px 36px 10px 18px;
  text-align: left;
  width: 100%;
}
.error-page-button {
  background:none;
  border:none;
  width:40px;
  height:40px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index:111;
  border-radius:0 50px 50px 0;
}
@media (max-width:640px) {
  .error-page {
    padding: 80px 0 60px;
  }
  .error-page h2 {
    font-size: 22px;
  }
  .error-page h3 {
    font-size: 16px;
  }
}

/*---------End of 404 css--------*/

.bottom-header .container {
  overflow: visible;
}
.search-box {
  left: 10%;
  opacity: 0;
  z-index: -1;
}
.search-box.show {
  left: 15px;
  opacity: 1;
  z-index: auto;
}