header {
  box-shadow: 15px 0 50px rgba(0, 0, 0, .25);
}
.exibitor-sidebar {
  background: #cccccc;
  height: 1024px;
}
/*----------------Start of exibitors css-------------------*/

.exibitors h2 {
  color: #006db0;
  font: 24px/26px 'HelveticaNeuebold';
  padding-bottom: 20px;
  border-bottom: 1px solid #006db0;
  margin-top: 50px;
}
.exibitors h3 {
  color: #000000;
  font: 18px/22px 'HelveticaNeuelight';
}
.exibitors h4 {
  color: #000000;
  font: 16px/22px 'HelveticaNeue';
  margin: 0;
  display: inline-block;
}
.exibitors p,
.exibitors h5 {
  color: #000000;
  font: 16px/22px 'HelveticaNeuelight';
  margin: 0;
}
.media-body-left {
  width: 70%;
  float: left;
}
.media-body-right {
  width: 30%;
  float: right;
  margin-top: 15px;
}
.exibitors h5 span {
  font-family: 'HelveticaNeue';
}
.exibitors a {
  color: #016eb0;
  font: 16px/22px 'HelveticaNeuelight';
}
.exibitor-search h3 {
  margin:0 0 20px 0;
  padding-left: 20px;
}
.exibitor-search-item h3,
.exibitor-search-category h3 {
padding-bottom: 5px;
border-bottom: 1px solid #016eb0;
}
.exibitor-search-item {
  float: left;
  width: 68%;
  margin-right: 4%;
}
.exibitor-search-category {
  float: right;
  width: 28%;
}
.exibitor-search-category {
  margin-bottom: 50px;
}
.multiselect {
  color: #000000;
  font: 18px/22px 'HelveticaNeuelight';
  text-align: left;
  width: 240px;
  padding: 10px 20px 7px;
  border-radius: 50px;
  margin-right: 15px;
}
.multiselect .caret {
  border: none;
}
.multiselect .caret::after {
  color: #555555;
  content:"\f107";
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 11px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.btn-group {
  margin-bottom: 30px;
}
.search-now {
  color: #ffffff !important;
  background: #016eb0 !important;
  width: auto !important;
  border: 1px solid #016eb0;
  margin: 0 !important;
  padding: 0 8px !important;
  float: right;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.search-now:hover,
.search-now:focus {
  color: #016eb0 !important;
  background: #ffffff !important;
}
.exibitor-search-category .search-now {
  padding: 0 20px !important;
}
.multiselect-container {
  width: 100%;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #ffffff !important;
    box-shadow: none !important;
}
.exibitors .media {
  margin-top: 20px;
}
.exibitors .media-left {
  padding-right: 30px;
}
.exibitors .media-left a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.exibitors .media-left a::before {
  color: #ffffff;
  background: #88c717;
  height: 100%;
  width: 100%;
  content: "\f1d8";
  font-family: FontAwesome;
  font-size: 36px;
  text-align: center;
  padding: 60px 0 0;
  position: absolute;
  bottom: -100%;
  left: 0;
  border-radius: 10px;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  transform:rotateY(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.exibitors .media-left a:hover::before {
  bottom: 0;
}
.exibitors .media-object {
  max-width: 170px;
}
.exibitors .media-body {
  position: relative;
}
.exibitors .btn-exibitor {
  display: block;
  padding: 0 30px;
  margin-top: 30px;
}
.btn-load-more {
  color: #555555;
  font: 16px/36px 'HelveticaNeuebold';
  background: #eceff1;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  margin: 40px 0 80px;
}
.exibitors h3 span {
  font-family: 'HelveticaNeue';
}
.search-result {
  margin-bottom: 80px;
}
.search-result h3 span {
  float: right;
}

/*----------------End of exibitors css-------------------*/

/*----------------Start of floor-plan css-------------------*/

.floor-plan .media-left,
.floor-plan .media-body {
  width: 50%;
}
.floor-plan .media-left {
  padding-right: 28px;
}
.floor-plan .media-left img {
  width: 100%;
}
.media-heading {
  color: #016eb1 !important;
  font: 24px/26px 'HelveticaNeue' !important;
  margin: 7px 0 15px !important;
}
.floor-plan h4 {
  color: #000000;
  font: 18px/22px 'HelveticaNeue';
  margin-bottom: 25px;
}
.btn-exibitor {
  color: #016eb0;
  background: #ffffff;
  font: 16px/40px 'helveticaneuebold';
  border: 1px solid #006db0;
  border-radius: 50px;
  padding: 0 38px;
}
.btn-exibitor:hover {
  color: #ffffff;
  background: #016eb0;
}

/*----------------End of floor-plan css-------------------*/

/*----------------Start of open-hour css-------------------*/

.open-hour {
  padding: 57px 0 0;
}
.exibitor-info h2 {
  color: #016eb1;
  font: 24px/26px 'HelveticaNeue';
  padding-bottom: 20px;
  border-bottom: 1px solid #006db0;
  margin-bottom: 17px;
}
.exibitor-info p {
  color: #555555;
  font: 18px/22px 'HelveticaNeue';
}

/*----------------End of open-hour css-------------------*/

/*----------------Start of entrance-fee css-------------------*/

.entrance-fee {
  padding: 60px 0 0;
}
.exibitor-info h3 {
  color: #000000;
  font: 18px/22px 'HelveticaNeuebold';
  margin-bottom: 23px;
}
.entrance-fee .btn-exibitor {
  margin-top: 28px;
}
.entrance-fee-details {
  min-height: 350px;
}
.entrance-fee .btn-exibitor {
  margin-bottom: 50px;
}

/*----------------End of entrance-fee css-------------------*/

/*----------------Start of kids-corner css-------------------*/

.kids-corner {
  padding: 30px 0 0;
}

/*----------------End of kids-corner css-------------------*/

/*----------------Start of accessibility css-------------------*/

.accessibility {
  padding: 60px 0 100px;
}
.accessibility .btn-exibitor {
  margin: 30px 0 0;
}

/*----------------End of accessibility css-------------------*/

/*----------------Start of responsive css-------------------*/

@media (max-width:1199px) {
  .multiselect {
    margin: 0;
    width: 210px;
  }
}
@media (max-width:991px) {
  .exibitor-search-item {
    margin-bottom: 30px;
  }
  .exibitor-search-category {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
  }
  .exibitor-search-item {
    width: 100%;
    margin-right: 0;
  }
  .search-now {
    margin-bottom: 0;
  }
  .exibitor-search-category .search-now {
    width: auto !important;
  }
}
@media (max-width:767px) {
  .other-header {
    margin-bottom: 35px;
  }
  .floor-plan .media-left,
  .floor-plan .media-body {
    width: 100%;
    float: left;
  }
  .entrance-fee-details {
    min-height: auto;
    margin-bottom: 30px;
  }
  .entrance-fee-ruls h3 {
    margin: 0;
  }
  .accessibility .btn-exibitor {
    margin-bottom: 50px;
  }
  .exibitor-search-item,
  .exibitor-search-category {
    text-align: center;
  }
  .exibitor-search-item .search-now,
  .exibitor-search-category .search-now {
    float: none;
    display: block;
    margin: 0 auto !important;
  }
}
@media (max-width:640px) {
  .exibitors .media-left {
    width: 100%;
    float: left;
  }
  .media-body-left,
  .media-body-right {
    width: 100%;
    float: left;
  }
  .media-body-right {
    margin-bottom: 15px;
  }
}

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

.modal-title {
  color: #016eb1 !important;
  font: 26px/28px 'HelveticaNeue' !important;
  margin: 7px 0 15px !important;
}