/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.ma0 {
  margin: 0;
}

.mat30 {
  margin-top: 30px;
}

.pa0 {
  padding: 0;
}

.pat30 {
  padding-top: 30px;
}

.hightlight {
  color: #f8095c;
}

.section-title {
  text-align: center;
  color: #000000;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

.ma0 {
  margin: 0;
}

.mat30 {
  margin-top: 30px;
}

.pa0 {
  padding: 0;
}

.pat30 {
  padding-top: 30px;
}

.hightlight {
  color: #f8095c;
}

.section-title {
  text-align: center;
  color: #000000;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

.sidenav.sidenav-right {
  position: fixed;
  right: 0;
  left: auto;
  background: #d9d9d9;
  width: 23.5%;
}

.sidenav {
  height: auto;
  position: relative;
  z-index: 1;
  left: 0;
  color: #333;
  background-color: #eeecec;
  overflow-x: hidden;
  padding: 20px;
  width: 100%;
  overflow-y: scroll;
}
.sidenav h3.sidebar-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.sidenav a {
  margin-top: 10px;
  padding: 6px 0;
  text-decoration: none;
  font-size: 2rem;
  color: #333;
  display: block;
  font-weight: 500;
}
.sidenav a:hover {
  color: #505ba5;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.btn-reset {
  border: 2px solid #36a9e1;
  margin: 6% 0;
}
.btn-reset a {
  color: #36a9e1;
}
.btn-reset a:hover, .btn-reset a:active, .btn-reset a:focus {
  background: #36a9e1;
  color: #ffffff;
}

body {
  background: white;
}

.product-content {
  margin-left: 110px;
}

.exhibitionVendor .vendor-map-link {
  color: #0498ff;
}
.exhibitionVendor .item-card-container .item-card-container-title {
  font-size: 3.6rem;
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .exhibitionVendor .item-card-container .item-card-container-title {
    text-align: center;
    display: block;
    margin: 3% auto 1%;
  }
}
.exhibitionVendor .item-card {
  margin-bottom: 20px;
}
.exhibitionVendor .item-card .item-card-inner {
  border: #dddddd 1px solid;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media all and (min-width: 1340px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 300px;
    padding: 15px;
  }
}
@media all and (min-width: 960px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 360px;
    padding: 8px;
  }
}
@media all and (min-width: 769px) and (max-width: 959px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 300px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 320px;
  }
}
@media all and (max-width: 480px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 400px;
  }
}
.exhibitionVendor .item-card img {
  width: 100%;
  margin-bottom: 20px;
}
.exhibitionVendor .item-card .item-card-title {
  font-size: 24px;
  margin: 12px 0;
  color: #696969;
}
@media all and (max-width: 1200px) {
  .exhibitionVendor .item-card .item-card-title {
    font-size: 20px;
  }
}
.exhibitionVendor .item-card .item-card-second-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.exhibitionVendor .item-card .item-card-content {
  font-size: 1.6rem;
  color: gray;
}

@media (min-width: 1201px) {
  .col-md-x5 {
    width: 20%;
  }
}

#logo-wall {
  left: 18%;
  width: 80%;
  background-color: #fff;
}

@media (max-width: 992px) {
  #logo-wall {
    width: 100%;
    left: 0;
  }
}
.exhibition-content {
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
}

.item-card-container {
  width: 98%;
  left: 1%;
  position: relative;
}

/*# sourceMappingURL=exhibition_vendor.css.map */
