/* Counter */
.tripbuilder.counter {
  position: absolute;
  z-index: 299;
  top: 40px;
  right: -2px;
  padding: 0px 20px;
  width: 100%;
  min-height: 0px;
  height: 0;
  max-height: 1000000px;
  background-color: #fff;
  background: url("/includes/public/assets/shell/header-bottom-bg.png") top center repeat scroll;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tripbuilder.counter.one-col {
  max-width: 358px;
}
.tripbuilder.counter.two-col {
  max-width: 558px;
}
.tripbuilder.counter.three-col {
  max-width: 758px;
}
.tripbuilder.counter.four-col {
  max-width: 958px;
}
.tripbuilder.counter.open {
  padding: 20px;
  min-height: 534px;
  height: auto;
  max-height: 90vh;
  overflow: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.tripbuilder.counter.empty:after {
  content: "Your Trip Planner is empty";
  position: relative;
  display: block;
  margin-top: 100px;
  width: 100%;
  font-family: 'Motiva Sns W01 Regular', serif;
  font-size: 24px;
  line-height: 26px;
  color: #69a0b9;
  text-align: center;
  opacity: 0.5;
}
.tripbuilder.counter .tb-title {
  padding: 20px 0 20px 0;
  font-family: 'vista-slab', serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  color: #69a0b9;
  text-align: center;
}
.tripbuilder.counter .tb-lead {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: 'Motiva Sns W01 Regular', serif;
  font-size: 18px;
  line-height: 22px;
  color: #323c46;
  text-align: center;
}
.tripbuilder.counter .tb-lead .tb-red{
  color: #e60000;
}

.tripbuilder.counter .postActions {
  margin-bottom: 25px;
  background-image: url("/includes/public/assets/blog/line.png");
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
}
.tripbuilder.counter .postActions .more-wrapper {
  display: inline-block;
  padding: 0 20px;
  width: auto;
  height: 30px;
  background-color: #fff;
  background: url("/includes/public/assets/shell/header-bottom-bg.png") top center repeat scroll;
}
.tripbuilder.counter .postActions a {
  display: inline-block;
  padding: 0 30px;
  width: auto;
  font-family: 'Motiva Sns W01 XBd', serif;
  font-size: 16px;
  line-height: 35px;
  color: #fafafa !important;
  background-color: #e65500;
  text-transform: uppercase;
}

.tripbuilder.counter .multicol.four-col {
  list-style: outside none none;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  margin: 0;
}
.tripbuilder.counter .multicol.three-col {
  list-style: outside none none;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin: 0;
}
.tripbuilder.counter .multicol.two-col {
  list-style: outside none none;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin: 0 0 25px 0;
}
.tripbuilder.counter .multicol.one-col {
  list-style: outside none none;
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 1;
  column-gap: 20px;
  margin: 0;
}
.tripbuilder.counter .multicol li {
  position: relative;
  display: inline-table;
  padding: 12px 10px 12px 41px;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 50px;
  font-family: 'Motiva Sns W01 Regular', serif;
  font-size: 16px;
  line-height: 18px;
  color: #323c46;
  background-color: transparent;
}
.tripbuilder.counter .multicol li.even {
  background-color: rgba(105, 160, 185, 0.3);
}
.tripbuilder.counter .multicol li.li-title {
  padding: 0;
  margin: 20px 0 0 0;
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-family: 'Motiva Sns W01 Md', serif;
  font-size: 22px;
  line-height: 40px;
  color: #fafafa;
  text-align: center;
  background-color: #69a0b9;
}
.tripbuilder.counter .multicol li.li-title:first-of-type {
  margin-top: 0;
}
.tripbuilder.counter .multicol li .tb-remove {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 5px;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("/includes/public/assets/tripbuilder/remove.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .tripbuilder.counter {
    right: 0;
    padding: 0 35px;
    margin: 0 -35px;
    width: 100%;
    box-sizing: content-box;
  }
  .tripbuilder.counter.open {
    padding: 20px 35px;
  }

  .tripbuilder.counter .multicol.four-col,
  .tripbuilder.counter .multicol.three-col,
  .tripbuilder.counter .multicol.two-col {
    list-style: outside none none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin: 0;
  }
  .tripbuilder.counter .multicol.one-col {
    list-style: outside none none;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .tripbuilder.counter {
    padding: 0 14px;
    margin: 0 -14px;
  }
  .tripbuilder.counter.open {
    padding: 20px 14px;
  }

  .tripbuilder.counter .multicol.four-col,
  .tripbuilder.counter .multicol.three-col,
  .tripbuilder.counter .multicol.two-col,
  .tripbuilder.counter .multicol.one-col {
    list-style: outside none none;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    margin: 0;
  }
}

/* Page */
 .reveal-modal-bg { position: fixed !important; }

.tripbuilder .tplShadow h4 {
  font-size: 30px;
  line-height: 30px;
}

 .tripbuilder .compassLink {
 	color: #fff;
 	background-color: #e86000;
 	background-image: url(/includes/public/assets/tripbuilder/item-compass.png);
}

.tripbuilder h5 {
  font-size: 24px;
  line-height: 28px;
}

#tb-directionsForm .prefix { height: 40px; }

#tb-directionsForm .getDirectionsBtn {
  color: #FFF;
  border: none;
  padding: 0;
  width: 190px;
  transition: initial;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  background: #e65500;
  font-family: 'vista-slab', serif;
  font-size: 15px;
  float: right;
}

#tb-directionsForm select {
  -moz-appearance: none;
  background: #fff;
  color: #fff;
  background-image: url(/includes/public/assets/shared/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 7px 10px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background-color: #69a0b9;
  border: none;
  font-family: 'Motiva Sns W01 Lt', serif;
  font-size: 18px;
  cursor: pointer;
}

/* begin: google maps */
.tripbuilder .gMapContainer .showGMap i {
  font-size: 24px;
  color: #e86000;
}
.tripbuilder .gMapContainer .showGMap .isOpen { display:none; }
.tripbuilder .gMapContainer .showGMap .isClosed {
  display:block;
  border: 1px solid #69a0b9;
  background-color: #fff;
  background-image: url(/includes/public/assets/shared/item-pin.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #323c46;
  font-size: 16px;
  font-family: 'Motiva Sns W01 Regular', serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
  height: 40px;
  line-height: 28px;
}

.tripbuilder .gMapContainer.open  .showGMap .isOpen {
  display:block;
  border: 1px solid #69a0b9;
  background-color: #fff;
  background-image: url(/includes/public/assets/shared/item-pin.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #323c46;
  font-size: 16px;
  font-family: 'Motiva Sns W01 Regular', serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
  height: 40px;
  line-height: 28px;
}
.tripbuilder .gMapContainer.open  .showGMap .isClosed { display:none; }

.tripbuilder .gMapContainer .gMapHolder { height:300px;display:none; }
.tripbuilder .gMapContainer.open .gMapHolder { display:block; }

.tripbuilder .gMapContainer .showGMap { margin-bottom:10px;background:#999;text-transform:uppercase;color:#fff;letter-spacing:1px;cursor:pointer;font-size:10px;font-weight:bold;text-align:center; }
.tripbuilder .gMapContainer .showGMap > div { padding:5px 0; }

.tripbuilder .gMapContainer .gMapHolder img { max-width:none; } /* foundation overwrite for info window close button */
/* end: google maps */

.tripbuilder .tplShadow {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: center;
  flex-direction: row;
  align-content: flex-start;
}

.tripbuilder .shared-list .item {
  width: 100%;
}