/*
  Variable Grid System.
  Learn more ~ http://www.spry-soft.com/grids/
  Based on 960 Grid System - http://960.gs/
  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.
  Note: IE6 works fine without this fix.
*/

@import url('all.grid.system.css');
@import url('all.clear.reset.css');
@import url('all.header.css');
@import url('all.layouts.css');
@import url('all.body.elements.css');
@import url('all.bulletlists.css');
@import url('all.tables.css');
@import url('all.buttons.css');
@import url('all.filter.css');
@import url('all.large.slideshow.css');
@import url('all.slideshow700.css');
@import url('all.tooltip.css');
@import url('all.pagination.css');
@import url('all.show.info.css');
@import url('all.company.info.css');
@import url('all.footer.css');
@import url('all.print.css');

#scheduleTabSectionResponsive,
#responsive, #responsive-filter, #responsive-left-navigation, .mobile {
  display: none;
}

body {
  position: static !important;
}

/* MAIN */

#main {
  padding: 0 0 20px;
}

.main-alt #content {
  float: left;
}

#content {
  float: right;
  margin: 0;
}

  #content .grid_12,
  #content .grid_8,
  #content .grid_6,
  #content .grid_4,
  #content .grid_3,
  #content .grid_2 {
    padding: 0 0 19px;
  }

/* ASIDE */

.media-aside {
  float: right;
  width: 20.83333%; /*200px*/
  min-width: 200px;
}

  .media-aside > div {
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
  }

.aside-group-header {
  margin: 5px 0;
}

.top-group-separator {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
}

.aside-module {
  margin-bottom: 15px;
}

.media-col-double h3 {
  margin: 0 0 10px;
}

#content .top-group-separator {
  visibility: hidden;
}

h3.aside-group-header {
  margin: 5px 0;
}

.feature-image figure {
  margin: 0;
}

.grid_12.feature-image {
  padding-top: 10px !important;
}

  .grid_12.feature-image .alignleft {
    float: left;
    padding: 10px 10px 0 0;
  }

  .grid_12.feature-image .description {
    float: left;
    width: 570px;
  }

.hidden {
  display: none;
}

/* ===== SIDEBAR ====== */
#sidebar {
  display: block;
  float: left;
  width: 21.875%;
  min-width: 210px;
  margin: 1px 0 0 0;
  background: url(../images/bg-sidebar.png) no-repeat 100% 0;
  position: relative;
}

.main-alt #sidebar {
  float: right;
  width: 200px;
  padding: 0 10px;
  margin: 0 -10px 0 0;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: -7px 5px 15px #ededed;
  -webkit-box-shadow: -7px 5px 15px #ededed;
  -moz-box-shadow: -7px 5px 15px #ededed;
}

.main-alt .filter-block {
  width: 200px;
  margin: 0;
}

.main-alt .filter-list ul {
  width: 164px;
}

/* ===== FILTER ====== */
.filter-block {
  width: 100%;
  margin: 0 -2px 0 auto;
}

.filter-title {
  margin: 0 0 5px;
  display: block;
  text-transform: uppercase;
  font: bold 10px/12px Arial, Helvetica, sans-serif;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

  .filter-list li {
    padding: 9px 11px 8px;
    border-top: 1px solid #dfdfdf;
  }

  .filter-list ul {
    display: none;
    margin: 0 -9px 0 0;
    padding: 8px 10px 0;
    list-style: none;
    font-weight: normal;
    width: 177px;
  }

  .filter-list .active ul {
    display: block;
  }

  .filter-list ul li {
    border: 0;
    padding: 0 15px 0 0;
    background: url(../images/bullet-filter-list.png) no-repeat 100% 50%;
  }

/* ===== GRID BOX ====== */

.grid-box {
  background: #fff;
  border: 1px solid #d2c8c7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

  .grid-box p {
    margin: 0;
    padding: 3px 0 12px;
  }

  .grid-box a {
    font-weight: bold;
  }


/* FORM STRUCTURE */

form {
  margin: 0;
}

fieldset {
  border: 0 none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ===== CATEGORY BOX ====== */
.category-box {
  background: #fff;
  padding: 12px 0 3px 20px;
  border: 1px solid #d1c8c8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: both;
}

.category-block {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  padding: 0 14px 12px 0;
}

#content .category-block h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 1em;
  line-height: 1.154em;
}

.category-block .bullet-list {
  padding: 0 0 5px 11px;
}

  .category-block .bullet-list li {
    padding: 3px 0 3px 20px;
    text-align: left;
    font-size: 0.9em;
  }

    .category-block .bullet-list li input {
      margin-left: 0px;
    }


/* BLOCKQUOTE-BLOCK */

.blockquote-block {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 2px 0 32px;
}

  .blockquote-block blockquote {
    margin: -4px 0 0;
    padding: 6px 0 0 50px;
    background: url(../images/bg-blockquote.gif) no-repeat 20px 0;
  }

  .blockquote-block q {
    padding: 0 0 8px;
    font-style: italic;
    display: block;
    quotes: none;
  }

    .blockquote-block q:before,
    .blockquote-block q:after {
      content: "";
    }

  .blockquote-block cite {
    color: #666666;
    display: block;
    font-style: normal;
  }

.pre-box {
  font-family: Monaco, "Lucida Console", monospace;
  line-height: 1.154em;
  color: #666666;
  margin: -2px 0 28px;
  padding: 20px 30px 17px 39px;
  width: 630px;
  border: 1px solid #d2c8c7;
  background: #f2f2f2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



/* ===== DETAILS HOLDER ===== */
.details-holder {
  clear: both;
  display: block;
  overflow: hidden;
}

  .details-holder .item-details {
    text-align: center;
  }

    .details-holder .item-details.grid_3 {
      height: 150px;
    }

      .details-holder .item-details.grid_3 > a {
        display: block;
        height: 150px;
        overflow: hidden;
        text-align: center;
        line-height: 1em;
      }

/* ===== PANEL ====== */
.panel {
  overflow: hidden;
  height: 1%;
  margin: 0;
  padding: 0 0 29px;
  list-style: none;
  font: bold 14px/16px Helvetica, Arial, sans-serif;
}

  .panel li {
    margin: -2px 0 2px;
    padding: 2px 0;
    background: url(../images/separator-panel.gif) repeat-x;
  }

  .panel a {
    display: block;
    overflow: hidden;
    height: 27px;
    padding: 11px 11px 0;
  }

    .panel a:hover,
    .panel .active a {
      text-shadow: 0 1px 0 #677c26;
      color: #ffffff;
      background: url(../images/bg-panel-hover.gif) no-repeat;
      text-decoration: none;
    }

.panel-ico {
  margin: 1px 14px 0 0;
  float: left;
  vertical-align: top;
}

.panel-ico11 {
  margin: 1px 8px 0 6px;
  float: left;
  vertical-align: top;
}

/* ===== DOUBLE FORM ====== */
.double-form {
  width: 338px;
  border-top: 1px solid #8fb635;
  background: #efefef;
  padding: 9px 0 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

  .double-form fieldset {
    overflow: hidden;
    width: 100%;
    background: url(../images/separator-double-form.gif) repeat-y 152px 0;
  }

.checkbox-list {
  float: left;
  margin: 0;
  padding: 0 9px 0 10px;
  list-style: none;
  width: 147px;
}

  .checkbox-list li {
    padding: 0 0 9px;
    overflow: hidden;
    width: 100%;
  }

  .checkbox-list input,
  .contact-form-list input {
    float: left;
    margin: 1px 6px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
  }

  .checkbox-list label {
    font-size: 1em;
    line-height: 1.154em;
    display: block;
    overflow: hidden;
    height: 1%;
  }

    .checkbox-list label strong {
      color: #000000;
      display: block;
      font-size: 0.769em;
      line-height: 1.154em;
      margin: -2px 0 0;
    }

.edit-link {
  text-transform: uppercase;
  color: #ffffff;
  font: bold 10px/12px Arial, Helvetica, sans-serif;
  min-width: 20px;
  margin: 2px 0 1px;
  padding: 0 8px 1px;
  float: left;
  background: #74a402;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* ===== CONTACT ====== */
.contact .arrow {
  left: 281px;
}

.contact-block {
  width: 327px;
  padding: 10px 10px 11px;
}

.contact-list {
  line-height: 1.077em;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}

  .contact-list li {
    padding: 4px 0 0;
    width: 100%;
  }

    .contact-list li:after {
      content: "";
      display: block;
      clear: both;
    }

  .contact-list strong {
    margin: 0 0 0 -2px;
    text-align: right;
    float: left;
    width: 94px;
    padding: 0 17px 0 0;
  }

  .contact-list address,
  .contact-list span {
    display: block;
    color: #666;
    overflow: hidden;
    height: 1%;
    font-style: normal;
  }

.contact-form {
  width: 327px;
  border-top: 1px solid #8fb635;
  background: #efefef;
  padding: 6px 10px 4px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

  .contact-form strong {
    display: block;
    padding: 0 0 6px;
  }

.contact-form-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

  .contact-form-list li {
    float: left;
    width: 158px;
    padding: 0 2px 7px 0;
  }

  .contact-form-list .label {
    display: block;
    overflow: hidden;
    height: 1%;
  }

.outtaHere {
  position: absolute;
  left: -3000px;
}

.checkboxArea,
.checkboxAreaChecked {
  float: left;
  width: 16px !important;
  height: 14px;
  overflow: hidden;
  margin: 1px 5px 0 1px;
  background: url(../images/bg-checkbox.png) no-repeat;
}

.checkboxAreaChecked {
  background-position: 0 -14px;
}
/* ===== PUBLISH FORM STATUS ====== */
.publish-form .status {
  font-size: 1.077em;
  line-height: 1.231em;
  display: block;
}

  .publish-form .status span {
    font-size: 0.923em;
    color: #666;
    font-weight: normal;
  }
/* ===== PAGE TITLE ====== */
.page-title > h2 {
  margin: 0;
}

  .page-title > h2 span {
    /*text-decoration: underline;*/
  }

/* ===== PAY BLOCK ====== */
.pay-block {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  width: 429px;
  margin: 0 0 20px 2px;
}

  .pay-block:after {
    position: absolute;
    width: 90%;
    height: 25px;
    content: ' ';
    left: 5%;
    bottom: 5px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  }

  .pay-block table {
    width: 100%;
    border-collapse: collapse;
  }

    .pay-block table th {
      text-align: left;
      background: #fbfbfb;
      background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      border-bottom: 1px solid #ddd;
    }

    .pay-block table .name {
      width: 99px;
      border-right: 1px solid #e3e3e3;
      padding: 7px 10px;
    }

    .pay-block table .amount {
      width: 91px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 9px 7px;
    }

    .pay-block table .due {
      width: 43px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 11px 7px;
    }

    .pay-block table .status {
      width: 116px;
      padding: 6px 4px 7px 14px;
    }

      .pay-block table .status span {
        float: left;
      }

  .pay-block .btn-pay-now {
    float: right;
    padding: 0 4px;
    line-height: 2em;
    margin: -2px 0 -2px;
    border-top: 1px solid #b7b7b7;
    height: 23px;
  }

    .pay-block .btn-pay-now span {
      display: block;
      background: url(../images/btn-pay.png) 100% 0 no-repeat;
      padding: 0 22px 0 4px;
      white-space: nowrap;
      margin: -1px 0 0;
    }

  .pay-block td {
    border-bottom: 1px solid #c9c9c9;
  }

  .pay-block .total td {
    background: #ddd;
    font-weight: bold;
  }



/* ===== INFO FORM ====== */
.info-form {
  width: 700px;
  margin: 0 0 6px;
  border-top: 1px solid #eaebed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

  .info-form table td {
    padding: 6px 10px 7px;
  }

  .info-form .checkboxArea,
  .info-form .checkboxAreaChecked {
    background: url(../images/bg-checkbox2.png) no-repeat;
    height: 16px;
  }

  .info-form table {
    width: 100%;
    border-collapse: collapse;
  }

    .info-form table th {
      text-align: left;
      background: #f7f7f7;
      background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      border-bottom: 1px solid #ddd;
      -pie-background: linear-gradient(#fbfbfb, #f7f7f7);
    }

    .info-form table .checkbox {
      width: 24px;
      border-right: 1px solid #e3e3e3;
      padding: 4px 0 7px 9px;
    }

    .info-form table th.checkbox {
      -moz-border-radius-topleft: 4px;
      -webkit-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0;
    }

    .info-form table .name {
      width: 212px;
      padding: 6px 12px 7px;
      border-right: 1px solid #e3e3e3;
    }

      .info-form table .name strong {
        background: url(../images/arrow-name.gif) no-repeat 100% 50%;
        padding: 0 18px 0 0;
      }

    .info-form table .job-title {
      width: 106px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 2px 7px 10px;
    }

    .info-form table .company {
      width: 91px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 9px 7px;
    }

    .info-form table .match {
      width: 80px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 10px 7px;
    }

    .info-form table .messaged {
      width: 81px;
      padding: 6px 9px 7px;
    }

    .info-form table th.messaged {
      -moz-border-radius-topright: 4px;
      -webkit-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0;
    }

  .info-form .dark td {
    background: #ddd;
  }

  .info-form td {
    border-bottom: 1px solid #c9c9c9;
  }

.contact-form-list .checkboxArea,
.contact-form-list .checkboxAreaChecked {
  margin: 0 3px 0 1px;
}

.info-form .checkboxAreaChecked {
  background-position: 0 -19px;
}

.slide {
  width: 197px;
  margin: 0 -9px 0 0;
  overflow: hidden;
  position: relative;
}

  .slide ul li a {
    font-size: 0.9em;
  }

.box.grid_16.brought-holder {
  padding: 10px;
}

.box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  margin: 0 0 20px;
  -pie-background: linear-gradient(#fefefe, #f7f7f7);
}

  .box:after {
    position: absolute;
    width: 90%;
    height: 25px;
    content: ' ';
    left: 5%;
    bottom: 5px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  }

.box-info {
  padding: 23px 0 5px;
}

  .box-info .alignleft {
    float: left;
    margin: 0 10px;
  }

  .box-info .description {
    overflow: hidden;
    padding: 2px 10px 20px;
  }

  .gallery-holder .gallery blockquote,
  .box-info blockquote {
    margin: 0;
  }

    .gallery-holder .gallery q,
    .box-info blockquote q {
      display: block;
      margin: 0 0 17px;
    }

.gallery-holder .gallery q {
  margin: 0 0 24px;
}

.gallery-holder .gallery cite strong,
.box-info blockquote cite strong {
  display: block;
  font-style: normal;
}

.gallery-holder .gallery cite,
.box-info blockquote cite {
  display: block;
}

.gallery-holder .gallery cite {
  padding: 0 0 0 1px;
}

.box-info .signature {
  display: block;
}

.gallery-holder {
  width: 245px;
  float: left;
  margin: 0 22px 0 -20px;
  padding: 17px 5px 0 10px;
}

.switcher {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
}

  .switcher li {
    float: left;
    margin: 0 0 0 5px;
  }

  .switcher a {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/bg-switcher.gif) no-repeat -12px 0;
    width: 7px;
    height: 8px;
    outline: none;
  }

    .switcher .active a,
    .switcher a:hover {
      background-position: 0 0;
    }

.gallery-holder .gallery {
  width: 100%;
  overflow: hidden;
}

  .gallery-holder .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 9999px;
    overflow: hidden;
  }

  .gallery-holder .gallery li {
    width: 220px;
    float: left;
  }

#content .gallery-holder h3 {
  padding: 0;
  margin: 0 0 12px;
}

.box-2 {
  width: 257px;
  float: left;
  background: #fff;
  padding: 17px 0 0;
}

  .box-2 .publish-form {
    padding: 0 17px;
  }

#content .publish-form h3 {
  padding: 0;
}

.publish-form .progress-bar {
  width: 218px;
  height: 27px;
  position: relative;
  border: 1px solid #c1c1c1;
  background: #f8f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 22px;
}

.publish-form .progress {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-progress.gif) no-repeat;
  height: 27px;
  width: 0px;
  text-indent: -9999px;
  overflow: hidden;
}

.publish-form .form-area {
  background: #f0f0f0;
  padding: 11px 17px;
  margin: 0 -17px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  min-height: 154px;
}

  .publish-form .form-area .row {
    width: 100%;
    overflow: hidden;
    padding: 0 0 4px;
  }

  .publish-form .form-area label {
    float: left;
    line-height: 1.231em;
  }

.publish-form .checkboxAreaCheckedLabel {
  text-decoration: line-through;
}

.publish-form .btn-submit {
  width: 87px;
  border: none;
  margin: 13px 0 13px;
  padding: 0;
  cursor: pointer;
  display: block;
  float: none;
}

* + html .publish-form .btn-submit {
  margin: 14px 0 10px 17px;
  line-height: 1.692em;
}

/* Exhibitor > Services */
.exhibitor_services_modal > h3 {
  padding-top: 10px;
}

.exhibitor_services_modal + p {
  padding-bottom: 10px;
}

#editModal,
#selectEacContactModal {
  overflow: hidden;
}

  #editModal .video-holder,
  #selectEacContactModal .video-holder {
    border-bottom: 1px solid #E1E1E1;
    display: block;
    height: 400px;
    margin-bottom: 20px;
    overflow-y: scroll;
    padding-bottom: 20px;
  }

/***  Additions ***/

/* Added to gorilla-widgets.html content*/
.gallery-holder {
  margin: 0 12px 0 -20px;
}

.box-2 {
  margin: 0 7px 0 0px;
}

.media-column {
  float: left;
  padding: 0 5px 0 10px;
  width: 174px;
}

.media-share {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 37px;
  overflow: hidden;
}

  .media-share h3 {
    line-height: 0.769em;
  }

  .media-share a {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/ico-social-16x16.gif) no-repeat;
    margin-right: 5px;
  }

  .media-share .twitter-16 {
    background-position: -22px 0;
  }

  .media-share .youtube-16 {
    background-position: -43px 0;
  }

  .media-share .linkedin-16 {
    background-position: -65px 0;
  }

  .media-share .flickr-16 {
    background-position: -86px 0;
  }

.youtube-sample {
  margin-bottom: 19px;
}

.media-ad {
  margin-bottom: 30px;
}

.media-column-gallery {
  margin-bottom: 22px;
}

.leaderboard-ad {
  width: 728px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}

.media-materials {
  margin-top: -6px;
  color: #666666;
  font: 12px/15px Helvetica, Arial;
}

.pdf-ico-marketing {
  width: 18px;
  height: 19px;
  margin-bottom: -5px;
}

.media-thumb-history {
  margin-bottom: 0px;
}

.media-thumb-holder {
  width: 174px;
  margin-bottom: 22px;
}

.media-thumb-column {
  width: 52px;
  float: left;
  margin-bottom: 20px;
}

.media-thumb-middle {
  margin: 0 8px 0 9px;
}

.media-thumb {
  margin-bottom: 9px;
}

.media-pavillion {
  margin-top: -10px;
}

.media-thumb-small {
  width: 52px;
  float: left;
  margin-bottom: 0px;
}

.media-col-double {
  margin: 0 8px 0 9px;
  float: left;
}

  .media-col-double ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
  }

  .media-col-double li {
    float: left;
  }

  .media-col-double a {
    font-weight: bold;
  }

#content .media-col-double h3 {
  padding-top: 2px;
  margin-bottom: 0;
}

.small-li-separator img {
  width: 2px;
  height: 17px;
  margin: 0 4px;
}

.box-520 {
  float: left;
  width: 520px;
}

.box-180 {
  float: left;
  width: 180px;
}

.faq-holder {
  margin: 16px 0 0 -20px;
}

.faq-list {
  padding: 0;
  margin: 0 0 20px 20px;
  list-style: none;
  overflow: hidden;
}

  .faq-list li {
    padding: 3px 0 2px 20px;
    background: url('../images/bullet-faq.gif') no-repeat;
    background-position-y: 7px;
  }

  .faq-list a {
    font-weight: bold;
  }

.faq-all {
  margin-left: 20px;
}

.action-favorite-add {
  background: url('../images/award_star_add.png') no-repeat;
  padding-left: 20px;
  background-position: 0;
  font-weight: bold;
}

/* Flyout menu */

.flyout-master {
  position: absolute;
  left: 362px;
  top: 829px;
  z-index: 1000;
  display: none;
}

  .flyout-master .bullet-list li {
    list-style-type: none;
    background: none;
    padding-left: 0px;
    font-size: 0.9em;
  }

    .flyout-master .bullet-list li input[type='checkbox'] {
      float: left;
    }

.flyout-holder {
  height: 117px;
  border: 1px solid #00539b;
  background: #f8f8f8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

  .flyout-holder div.flyout-col-first {
    width: 180px;
  }

  .flyout-holder .flyout-col {
    width: 170px;
  }

.alpha-search .flyout-col-holder a {
  font-size: 1.1em;
}

.flyout-holder.alpha-search .flyout-col-holder {
  padding-left: 15px;
}

  .flyout-holder.alpha-search .flyout-col-holder .col1,
  .flyout-holder.alpha-search .flyout-col-holder .col2 {
    margin-right: 27px;
  }

.flyout-holder.alpha-search .bullet-list li {
  background: none;
  padding: 0 0 3px;
}


.full-height {
  display: block;
  height: 100%;
  overflow: hidden;
}

.flyout-col-holder .category-block {
  float: left;
  width: 50%;
  padding: 0;
  margin-bottom: 10px;
}

  .flyout-col-holder .category-block .bullet-list {
    padding: 0 5px 0 0;
  }

    .flyout-col-holder .category-block .bullet-list span {
      margin-left: 5px;
    }

div.flyout-holder h3 {
  font-size: 0.9em;
  margin: 0;
}

div.flyout-col-first {
  float: left;
  margin-top: 13px;
  margin-left: -19px;
}

div.flyout-col {
  float: left;
  margin-top: 13px;
}

div.flyout-arrow-left {
  background: url('../images/arrow-flyout-left.png');
  width: 13px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: -12px;
}

div.flyout-arrow-right {
  background: url('../images/arrow-flyout-right.png');
  width: 13px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: -12px;
}

.filter-list li:hover {
  background: #fff6d1;
}

.filter-list ul li:hover {
  background: url(../images/bullet-filter-list.png) no-repeat 100% 5px;
}

.filter-list-show {
  background: #fff6d1;
}

.single-category .category-block {
  width: 100%;
  margin-bottom: 0;
}

/* Added to gorilla-tabs-tooltips.html content */

.columns-5-holder {
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
}

.columns-5-col,
.columns-5-col-last {
  float: left;
  text-align: center;
  width: 20%;
}

  .columns-5-col a, .columns-5-col-last a {
    display: block;
    font-weight: bold;
  }

.columns-2-left {
  float: left;
  width: 540px !important;
  margin-bottom: 19px;
}

.columns-2-right {
  text-align: center;
  float: left;
}

/* Alternative toolbars */

.alt-header {
  margin-top: -156px;
}

.alt-header-sample {
  padding: 35px 0 15px;
}

  .alt-header-sample #nav .btn-register a {
    z-index: 10;
    background: url(../images/btn-register-lr.png) no-repeat;
    text-shadow: 1px 1px 1px #a02626;
    margin: -8px -13px 0 -15px;
    padding: 0;
  }

    .alt-header-sample #nav .btn-register a:hover {
      color: #fff;
      text-decoration: underline;
    }

      .alt-header-sample #nav .btn-register a:hover em {
        text-decoration: underline;
      }

.toolbar-no-separator {
  background: none !important;
}

.count-balloon {
  background: url('../images/count-balloon.png') no-repeat;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 0.769em;
  font-weight: bold;
  text-align: center;
}

  .count-balloon.myevent-count {
    margin-left: 5px;
    position: relative;
    top: -15px;
    float: left;
    padding-left: 70px;
    background-position: 69px;
  }

.toolbar-schedule {
  background: url('../images/ico-tools.png') no-repeat;
  width: 16px;
  height: 18px;
  background-position: 0 0;
}

.toolbar-screens {
  background: url('../images/ico-tools.png') no-repeat;
  width: 26px;
  height: 19px;
  background-position: -24px 0;
}

.toolbar-cart {
  background: url('../images/ico-tools.png') no-repeat;
  width: 16px;
  height: 18px;
  background-position: -60px 0;
}

.toolbar-icons-set {
  background: none !important;
  padding-left: 0 !important;
}

.count-balloon-anchor:hover {
  text-decoration: none;
}

.count-balloon.schedule-count {
  position: relative;
  top: -10px;
  padding-left: 1px;
  background-position: 0px;
  margin-left: -3px;
}

.count-balloon.screens-count {
  position: relative;
  top: -10px;
  padding-left: 1px;
  background-position: 0px;
  margin-left: 2px;
}

.text-block.tooltip-cart {
  min-width: 40px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Schedule */
.tabset.tab-schedule {
  margin-bottom: -2px;
}

#module_suggested_exhibitors .bullet-list {
  margin: 15px 0;
}

.filter-header {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-right: 10px;
}

#exhibitors-filter {
  height: 19px;
  padding: 20px 0;
}

.sort-by {
  float: right;
  line-height: 1.462em;
  vertical-align: middle;
}

  .sort-by select {
    margin: 0 0 0 10px;
  }

.grid_11.schedule-table {
  width: 699px;
  margin: 0 0 -7px;
  border-top: 1px solid #cfcfcf;
  background: #fff;
}

.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  border-right: none;
}

  .schedule-table table th {
    text-align: center;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    border-bottom: 1px solid #ddd;
    -pie-background: linear-gradient(#fbfbfb, #f7f7f7);
    width: 106px;
    border-right: 1px solid #cfcfcf;
    padding: 6px 2px 7px 10px;
    color: #00539B;
  }

  .schedule-table table tr {
    height: 32px;
    border-bottom: 1px solid #cfcfcf;
  }

  .schedule-table table td {
    border-right: 1px solid #cfcfcf;
    vertical-align: bottom;
    padding-left: 10px;
  }

.schedule-table .schedule-last-row {
  border-bottom: none;
}

.schedule-hours {
  list-style-type: none;
  margin: -525px 0 0 -33px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 901;
  width: 32px;
}

  .schedule-hours li {
    height: 32px;
  }

  .schedule-hours .icon, .schedule-hours .icon-black {
    width: 31px;
    height: 23px;
    text-align: center;
    padding-top: 5px;
    background: url('../images/ico-hour.gif') no-repeat;
  }

  .schedule-hours .icon-black {
    background: url('../images/ico-hour-black.gif') no-repeat !important;
  }

  .schedule-hours span {
    color: #8EB13A;
    display: block;
    margin-top: 2px;
    width: 26px;
  }

.schedule-event {
  background-color: #fff9d5;
  margin-left: -11px;
  height: 12px;
  border-top: 1px solid #cfcfcf;
  position: relative;
  top: -11px;
  left: 1px;
  z-index: 900;
}

.schedule-event-content {
  background: #FFF9D5;
  padding: 0 5px 5px;
  border-bottom: 1px solid #CFCFCF;
}

.schedule-time {
  font-style: italic;
  margin-right: 5px;
}

.schedule-event:hover, .schedule-event-content:hover {
  background: #0E3C92;
  color: #ffffff;
  cursor: pointer;
}

.schedule-event-content > a {
  color: #ffffff;
}

.schedule-time:focus, .schedule-time:hover, .schedule-title:focus, .schedule-title:hover {
  color: #ffffff;
}

/* Buttons */

.btn-icon {
  margin-left: -8px;
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
}

.point-to-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  margin-right: 1px;
  padding: 0px 6px 0px 8px;
}

.point-to-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  margin-left: 1px;
  padding: 0 6px 0 8px;
}

.point-to-left img {
  margin-bottom: -5px;
  width: 9px;
  height: 13px;
}

.point-to-right img {
  margin-bottom: -5px;
  width: 9px;
  height: 13px;
}

.sidebar-typography {
  margin-left: 1px;
  margin-right: 14px;
}

.ico-schedule {
  margin-top: -1px;
}

.dropdown-btn {
  padding: 0 4px;
  line-height: 1.846em;
  margin: -2px 0 -2px;
  border-top: 1px solid #b7b7b7;
  height: 23px;
}

  .dropdown-btn span {
    display: block;
    background: url(../images/btn-pay.png) 100% 0 no-repeat;
    padding: 0 22px 0 4px;
    white-space: nowrap;
    margin: -1px 0 0;
  }

/* ellipsis plugin */
.jq-ellipsis {
  visibility: hidden;
}

.anchor-btn {
  display: inline-block;
  height: 17px;
  line-height: 1.308em;
  background: #E8E8E7 url(../images/arrow.gif) no-repeat 12px 50%;
  color: #5B5B5B;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  font-size: 0.769em;
  font-weight: bold;
  margin: 0;
  padding: 0 12px 0 21px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
}

/* hr */
.media-aside .hairline {
  margin-top: 10px;
}

.hairline {
  border: 1px solid #F8F8F8;
}

.tabcontent.scheduler {
  padding: 18px 0 21px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* forms */
.hw-select, .hw-textarea, .hw-textinput {
  border: 1px solid #D1C8C8;
  padding: 5px 7px;
  color: #444;
  margin: 0;
  background-color: white;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -o-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -khtml-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  resize: none;
  overflow: hidden;
}

.form-area.hw-checklist {
  padding: 11px 17px;
  margin: -10px -17px 0;
  background: transparent;
  min-height: 0;
}

.form-area label {
  float: left;
  line-height: 1.231em;
}

.form-area .row {
  width: 100%;
  overflow: hidden;
  padding: 0 0 4px;
}

.hw-form-row {
  margin: 10px 0;
  clear: both;
}

.hw-form-label {
  display: inline-block;
  float: left;
  margin-right: 16px;
  padding-top: 9px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.077em;
  width: 22%;
}

.form-comment {
  font-style: italic;
}

.hw-form-item {
  height: 34px;
  height: auto !important;
  margin-top: 1px;
  width: 74%;
  float: left;
  padding: 4px 0;
}

.hw-input-line {
  width: 700px;
  margin: 0 -4px 22px -10px;
  padding: 8px 10px 4px;
}

.hw-button {
  border: 0;
  outline: none;
  padding: 6px 9px;
  margin: -1px 0;
  cursor: pointer;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
}

  .hw-button.gray {
    background-color: #E0E0E0;
    color: #444;
    text-shadow: none;
    border: 1px solid #ABABAB;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E8E5E5), color-stop(100%, #E0E0E0));
    background-image: -webkit-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: -moz-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: -o-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: linear-gradient(#E8E5E5,#E0E0E0);
  }

.input-file-wrapper {
  border: 1px solid #C5C5C5;
  padding: 5px 7px 6px;
  color: #323232;
  margin: 0;
  background-color: white;
  background-image: none;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -o-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -khtml-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
}

.input-file-button {
  outline: none;
  float: right;
  padding: 6px 9px;
  margin: -7px -8px -7px 2px;
  cursor: pointer;
  z-index: 9999;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  background-color: #E0E0E0;
  color: #666 !important;
  border: 1px solid #ABABAB;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E8E5E5), color-stop(100%, #E0E0E0));
  background-image: -webkit-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: -moz-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: -o-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: linear-gradient(#E8E5E5,#E0E0E0);
}

.input-file-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  text-shadow: 0px 0px 0px white;
  color: #999;
}

.radioArea, .radioAreaChecked {
  float: left;
  width: 16px !important;
  height: 14px;
  overflow: hidden;
  margin: 1px 5px 0 1px;
  background: url(../images/bg-radiobox.png) no-repeat;
}

.radioAreaChecked {
  background-position: 0 -14px;
}

.radioAreaCheckedLabel {
  font-weight: bold;
}

.hw-form-row .chzn-container {
  width: 525px !important;
  /*top: -27px !important;*/
}

.hw-form-row .chzn-search input {
  width: 488px !important;
}

.hw-form-row .chzn-single {
  border-radius: 0 !important;
  height: 25px !important;
}

.hw-form-row .chzn-drop {
  width: 523px !important;
}

.optionsDivInvisible {
  display: none !important;
}

.columns-holder .btn-see-all {
  color: #00539B !important;
}

/*DISABLED A HREF*/
.disabled {
  pointer-events: none;
  cursor: default;
}


/* LIST ITEM WITH RED X BACKGROUND */

/*.ULfilter {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.LIFilter {
    background-image: url('../images/btn-close-checkout.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}*/


/* ===== SAMPLE LISTS ====== */
.sample-lists {
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px;
}

#content .sample-lists h2 {
  margin: 0 0 4px;
}

.sample {
  float: left;
  width: 230px;
  padding: 0 11px 0 0;
}


/* CONFERENCE CSS */
.show-info-footer {
  line-height: 1.846em;
  margin-top: 20px;
}

  .show-info-footer .btn {
    margin-right: 5px;
    margin-bottom: -0.7em;
  }

#module_conference_details {
  padding-top: 19px;
}

  #module_conference_details .grid_6 {
    height: 150px;
  }

    #module_conference_details .grid_6 p, #module_conference_details .grid_4 p {
      padding-bottom: 10px;
    }

  #module_conference_details .col-left {
    margin-left: 0;
  }

  #module_conference_details .col-right {
    margin: 0 0 0 10px;
  }

  #module_conference_details .col-title {
    font-size: 1.077em;
    font-weight: bold;
  }

  #module_conference_details .col-left p,
  #module_conference_details .col-right p {
    height: auto;
    overflow: hidden;
    display: block;
  }


/* SCHEDULE SEARCH */
.schedule-search {
  margin: 10px 0;
}

  .schedule-search img {
    margin-bottom: -3px;
  }

#products-filter {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}

#pavilions-filter {
  display: block;
  margin-bottom: -8px;
  overflow: hidden;
  padding-top: 15px;
}

#exhibitors-filter .filter-header,
#exhibitors-filter .schedule-search,
#products-filter .filter-header,
#products-filter .schedule-search {
  vertical-align: middle;
  height: 19px;
}

#exhibitors-filter .schedule-search,
#products-filter .schedule-search {
  float: left;
  margin: 0;
}

#search-schedule-form {
  margin: 10px 0 0;
}

.search-schedule {
  width: 244px;
  margin: 0px -4px 0 0;
  padding: 0;
}

.text-search-schedule {
  width: 164px;
  height: 27px;
  padding: 1px;
  background: url(../images/bg-text-search.png) no-repeat;
}

  .text-search-schedule input {
    line-height: 1.154em;
    color: #bdbec0;
    float: left;
    margin: 0;
    padding: 7px 0 5px 8px;
    border: 0;
    background: none;
    width: 157px;
    height: 15px;
    outline: none;
  }

.text-active {
  color: #444;
}

.schedule-event-content {
  padding: 0;
}

  .schedule-event-content .tooltip {
    text-decoration: none;
    display: block;
    padding: 5px;
  }

.event-details-holder {
  margin-top: 20px;
}

.evt-column-left {
  width: 76%;
  float: left;
}

.evt-column-right {
  float: left;
}

  .evt-column-right figure {
    margin: 0;
  }

.double-form .evt-req {
  line-height: 1.846em;
  padding-left: 10px;
}

  .double-form .evt-req .btn {
    margin-right: 10px;
  }

.evt-schedule span {
  color: #666;
  font-style: italic;
}

/* MODULE FEATURE SPACE */
#module_feature_space {
  margin-bottom: 19px;
}

.schedule-time, .schedule-title {
  color: #666;
}

.event-info-footer {
  line-height: 1.846em;
  margin: 19px 0 0;
}

  .event-info-footer a {
    margin-right: 10px;
  }

.holder .holder-col-left {
  float: left;
  width: 521px;
}

.holder .holder-col-right {
  float: left;
}

.holder-col-right .alignleft {
  margin: 0 0 0 25px;
  height: 75px;
}

.page-title {
  margin: -10px 0 0 0px;
}

.schedule .title .time {
  width: 65px;
}

/* OTHER */

#module_best_products, #module_suggested_sessions {
  margin-bottom: 10px;
}

.pavillion-info-footer {
  line-height: 1.846em;
}

  .pavillion-info-footer a {
    margin-right: 5px;
  }

.action-email {
  margin-left: 0;
}

.exhibitor-action {
  visibility: hidden;
}

  .exhibitor-action .action-list {
    float: left;
    margin-right: 15px;
  }

  .exhibitor-action.icon-list {
    padding: 10px 0 20px;
  }

#module_leaderboard {
  padding: 10px 0 19px;
  text-align: center;
}

#module_popular_events .btn {
  margin-bottom: 20px;
  margin-top: 10px;
}

.grid_2.exhibitor-first {
  margin-left: 0;
}

.grid_2.exhibitor-last {
  margin-right: 0;
}

.grid_2.exhibitor figure {
  margin: 0;
}

/* TABS CONTENT STYLES */
.winners-left {
  float: left;
  width: 527px;
}

.winners-right {
  float: left;
  padding: 37px 0 0 10px;
  width: 160px;
}

  .winners-right .video-box {
    cursor: pointer;
    margin-bottom: 19px;
  }

  .winners-right .video-box-thumb {
    height: 132px;
    width: 160px;
  }

  .winners-right .video-box-info {
    background: none repeat scroll 0 0 #333333;
    color: white;
    line-height: 1.538em;
    margin-top: -34px;
    opacity: 0.7;
    padding: 5px;
  }

figure.alignleft {
  margin: 0;
}

.session-header {
  margin-bottom: 19px;
}

.description_padded {
  width: 100%;
  max-width: 939px;
  padding: 10px 5px 10px 3px;
  margin-bottom: 10px;
}

.button_AlignRight {
  float: right;
  margin: -3px 15px 0 0;
}

.reveal-modal .tab-block {
  margin: 0;
}

.grid_12.overview {
  padding: 0 !important;
}

  .grid_12.overview figure {
    margin: 0;
  }

  .grid_12.overview .grid_8 {
    padding: 0 !important;
    width: 440px;
  }

#module_suggested_products .bullet-list {
  margin: 15px 0;
}

.awarded-icon {
  height: 16px;
  margin-bottom: -4px;
  width: 16px;
}

#quote-box {
  margin-left: 10px;
  padding-right: 0px;
}

  #quote-box .grid_13, #quote-box .grid_3 {
    margin: 1.04166%;
  }

  #quote-box figure {
    margin: 0;
  }

.news-about-event-holder {
  margin-left: 10px;
}

/* TRAVEL INFORMATION PAGE */
#module_best_products, #module_suggested_sessions {
  margin-bottom: 10px;
}

.travel-info-footer {
  line-height: 1.846em;
}

  .travel-info-footer a {
    margin-right: 5px;
  }

#venue-address {
  margin: 0 15px 10px 0;
  padding: 10px !important;
  float: left;
}

  #venue-address > p {
    margin: 0.5em 0;
  }

.no-padding {
  margin-top: 10px;
  padding: 0px;
}

#module_exhibitors_list {
  margin-bottom: 20px;
}

/* Exhibitor > Opportunities for Exposure */
.exposureOps .image.left {
  min-width: 110px;
  width: 16.666%;
}

/* ************ Added By KD */

a#browse_exh, .content_wrap {
  margin-top: 10px;
}

@import url('all.grid.system.css');
@import url('all.clear.reset.css');
@import url('all.header.css');
@import url('all.layouts.css');
@import url('all.body.elements.css');
@import url('all.bulletlists.css');
@import url('all.tables.css');
@import url('all.buttons.css');
@import url('all.large.slideshow.css');
@import url('all.slideshow700.css');
@import url('all.tooltip.css');
@import url('all.pagination.css');
@import url('all.show.info.css');
@import url('all.company.info.css');
@import url('all.footer.css');


#responsive, #responsive-filter, #responsive-left-navigation, .mobile {
  display: none;
}

/* MAIN */

#main {
  padding: 0 0 20px;
}

.main-alt #content {
  float: left;
}

#content {
  float: right;
  margin: 0;
}

  #content .grid_12,
  #content .grid_8,
  #content .grid_6,
  #content .grid_4,
  #content .grid_3,
  #content .grid_2 {
    padding: 0 0 19px;
  }

/* ASIDE */

.media-aside {
  float: right;
  width: 20.83333%; /*200px*/
  min-width: 200px;
}

  .media-aside > div {
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
  }

.aside-group-header {
  margin: 5px 0;
}

.top-group-separator {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
}

.aside-module {
  margin-bottom: 15px;
}

.media-col-double h3 {
  margin: 0 0 10px;
}

#content .top-group-separator {
  visibility: hidden;
}

h3.aside-group-header {
  margin: 5px 0;
}

.feature-image figure {
  margin: 0;
}

.grid_12.feature-image {
  padding-top: 10px !important;
}

  .grid_12.feature-image .alignleft {
    float: left;
    padding: 10px 10px 0 0;
  }

  .grid_12.feature-image .description {
    float: left;
    width: 570px;
  }

.hidden {
  display: none;
}

/* ===== SIDEBAR ====== */
#sidebar {
  display: block;
  float: left;
  width: 21.875%;
  min-width: 210px;
  margin: 1px 0 0 0;
  background: url(../images/bg-sidebar.png) no-repeat 100% 0;
  position: relative;
}

.main-alt #sidebar {
  float: right;
  width: 200px;
  padding: 0 10px;
  margin: 0 -10px 0 0;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: -7px 5px 15px #ededed;
  -webkit-box-shadow: -7px 5px 15px #ededed;
  -moz-box-shadow: -7px 5px 15px #ededed;
}

.main-alt .filter-block {
  width: 200px;
  margin: 0;
}

.main-alt .filter-list ul {
  width: 164px;
}

/* ===== FILTER ====== */
.filter-block {
  width: 100%;
  margin: 0 -2px 0 auto;
}

.filter-title {
  margin: 0 0 5px;
  display: block;
  text-transform: uppercase;
  font: bold 10px/12px Arial, Helvetica, sans-serif;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

  .filter-list li {
    padding: 9px 11px 8px;
    border-top: 1px solid #dfdfdf;
  }

  .filter-list ul {
    display: none;
    margin: 0 -9px 0 0;
    padding: 8px 10px 0;
    list-style: none;
    font-weight: normal;
    width: 177px;
  }

  .filter-list .active ul {
    display: block;
  }

  .filter-list ul li {
    border: 0;
    padding: 0 15px 0 0;
    background: url(../images/bullet-filter-list.png) no-repeat 100% 50%;
  }

/* ===== GRID BOX ====== */

.grid-box {
  background: #fff;
  border: 1px solid #d2c8c7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

  .grid-box p {
    margin: 0;
    padding: 3px 0 12px;
  }

  .grid-box a {
    font-weight: bold;
  }


/* FORM STRUCTURE */

form {
  margin: 0;
}

fieldset {
  border: 0 none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ===== CATEGORY BOX ====== */
.category-box {
  background: #fff;
  padding: 12px 0 3px 20px;
  border: 1px solid #d1c8c8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: both;
}

.category-block {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  padding: 0 14px 12px 0;
}

#content .category-block h3 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 1em;
  line-height: 1.154em;
}

.category-block .bullet-list {
  padding: 0 0 5px 11px;
}

  .category-block .bullet-list li {
    padding: 3px 0 3px 20px;
    text-align: left;
    font-size: 0.9em;
  }

    .category-block .bullet-list li input {
      margin-left: 0px;
    }


/* BLOCKQUOTE-BLOCK */

.blockquote-block {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 2px 0 32px;
}

  .blockquote-block blockquote {
    margin: -4px 0 0;
    padding: 6px 0 0 50px;
    background: url(../images/bg-blockquote.gif) no-repeat 20px 0;
  }

  .blockquote-block q {
    padding: 0 0 8px;
    font-style: italic;
    display: block;
    quotes: none;
  }

    .blockquote-block q:before,
    .blockquote-block q:after {
      content: "";
    }

  .blockquote-block cite {
    color: #666666;
    display: block;
    font-style: normal;
  }

.pre-box {
  font-family: Monaco, "Lucida Console", monospace;
  line-height: 1.154em;
  color: #666666;
  margin: -2px 0 28px;
  padding: 20px 30px 17px 39px;
  width: 630px;
  border: 1px solid #d2c8c7;
  background: #f2f2f2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



/* ===== DETAILS HOLDER ===== */
.details-holder {
  clear: both;
  display: block;
  overflow: hidden;
}

  .details-holder .item-details {
    text-align: center;
  }

    .details-holder .item-details.grid_3 {
      height: 150px;
    }

      .details-holder .item-details.grid_3 > a {
        display: block;
        height: 150px;
        overflow: hidden;
        text-align: center;
        line-height: 1em;
      }

/* ===== PANEL ====== */
.panel {
  overflow: hidden;
  height: 1%;
  margin: 0;
  padding: 0 0 29px;
  list-style: none;
  font: bold 14px/16px Helvetica, Arial, sans-serif;
}

  .panel li {
    margin: -2px 0 2px;
    padding: 2px 0;
    background: url(../images/separator-panel.gif) repeat-x;
  }

  .panel a {
    display: block;
    overflow: hidden;
    height: 27px;
    padding: 11px 11px 0;
  }

    .panel a:hover,
    .panel .active a {
      text-shadow: 0 1px 0 #677c26;
      color: #ffffff;
      background: url(../images/bg-panel-hover.gif) no-repeat;
      text-decoration: none;
    }

.panel-ico {
  margin: 1px 14px 0 0;
  float: left;
  vertical-align: top;
}

.panel-ico11 {
  margin: 1px 8px 0 6px;
  float: left;
  vertical-align: top;
}

/* ===== DOUBLE FORM ====== */
.double-form {
  width: 338px;
  border-top: 1px solid #8fb635;
  background: #efefef;
  padding: 9px 0 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

  .double-form fieldset {
    overflow: hidden;
    width: 100%;
    background: url(../images/separator-double-form.gif) repeat-y 152px 0;
  }

.checkbox-list {
  float: left;
  margin: 0;
  padding: 0 9px 0 10px;
  list-style: none;
  width: 147px;
}

  .checkbox-list li {
    padding: 0 0 9px;
    overflow: hidden;
    width: 100%;
  }

  .checkbox-list input,
  .contact-form-list input {
    float: left;
    margin: 1px 6px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
  }

  .checkbox-list label {
    font-size: 1em;
    line-height: 1.154em;
    display: block;
    overflow: hidden;
    height: 1%;
  }

    .checkbox-list label strong {
      color: #000000;
      display: block;
      font-size: 0.769em;
      line-height: 1.154em;
      margin: -2px 0 0;
    }

.edit-link {
  text-transform: uppercase;
  color: #ffffff;
  font: bold 10px/12px Arial, Helvetica, sans-serif;
  min-width: 20px;
  margin: 2px 0 1px;
  padding: 0 8px 1px;
  float: left;
  background: #74a402;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* ===== CONTACT ====== */
.contact .arrow {
  left: 281px;
}

.contact-block {
  width: 327px;
  padding: 10px 10px 11px;
}

.contact-list {
  line-height: 1.077em;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}

  .contact-list li {
    padding: 4px 0 0;
    width: 100%;
  }

    .contact-list li:after {
      content: "";
      display: block;
      clear: both;
    }

  .contact-list strong {
    margin: 0 0 0 -2px;
    text-align: right;
    float: left;
    width: 94px;
    padding: 0 17px 0 0;
  }

  .contact-list address,
  .contact-list span {
    display: block;
    color: #666;
    overflow: hidden;
    height: 1%;
    font-style: normal;
  }

.contact-form {
  width: 327px;
  border-top: 1px solid #8fb635;
  background: #efefef;
  padding: 6px 10px 4px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

  .contact-form strong {
    display: block;
    padding: 0 0 6px;
  }

.contact-form-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

  .contact-form-list li {
    float: left;
    width: 158px;
    padding: 0 2px 7px 0;
  }

  .contact-form-list .label {
    display: block;
    overflow: hidden;
    height: 1%;
  }

.outtaHere {
  position: absolute;
  left: -3000px;
}

.checkboxArea,
.checkboxAreaChecked {
  float: left;
  width: 16px !important;
  height: 14px;
  overflow: hidden;
  margin: 1px 5px 0 1px;
  background: url(../images/bg-checkbox.png) no-repeat;
}

.checkboxAreaChecked {
  background-position: 0 -14px;
}
/* ===== PUBLISH FORM STATUS ====== */
.publish-form .status {
  font-size: 1.077em;
  line-height: 1.231em;
  display: block;
}

  .publish-form .status span {
    font-size: 0.923em;
    color: #666;
    font-weight: normal;
  }
/* ===== PAGE TITLE ====== */
.page-title > h2 {
  margin: 0;
}

  .page-title > h2 span {
    /*text-decoration: underline;*/
  }

/* ===== PAY BLOCK ====== */
.pay-block {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  width: 429px;
  margin: 0 0 20px 2px;
}

  .pay-block:after {
    position: absolute;
    width: 90%;
    height: 25px;
    content: ' ';
    left: 5%;
    bottom: 5px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  }

  .pay-block table {
    width: 100%;
    border-collapse: collapse;
  }

    .pay-block table th {
      text-align: left;
      background: #fbfbfb;
      background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      border-bottom: 1px solid #ddd;
    }

    .pay-block table .name {
      width: 99px;
      border-right: 1px solid #e3e3e3;
      padding: 7px 10px;
    }

    .pay-block table .amount {
      width: 91px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 9px 7px;
    }

    .pay-block table .due {
      width: 43px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 11px 7px;
    }

    .pay-block table .status {
      width: 116px;
      padding: 6px 4px 7px 14px;
    }

      .pay-block table .status span {
        float: left;
      }

  .pay-block .btn-pay-now {
    float: right;
    padding: 0 4px;
    line-height: 2em;
    margin: -2px 0 -2px;
    border-top: 1px solid #b7b7b7;
    height: 23px;
  }

    .pay-block .btn-pay-now span {
      display: block;
      background: url(../images/btn-pay.png) 100% 0 no-repeat;
      padding: 0 22px 0 4px;
      white-space: nowrap;
      margin: -1px 0 0;
    }

  .pay-block td {
    border-bottom: 1px solid #c9c9c9;
  }

  .pay-block .total td {
    background: #ddd;
    font-weight: bold;
  }



/* ===== INFO FORM ====== */
.info-form {
  width: 700px;
  margin: 0 0 6px;
  border-top: 1px solid #eaebed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

  .info-form table td {
    padding: 6px 10px 7px;
  }

  .info-form .checkboxArea,
  .info-form .checkboxAreaChecked {
    background: url(../images/bg-checkbox2.png) no-repeat;
    height: 16px;
  }

  .info-form table {
    width: 100%;
    border-collapse: collapse;
  }

    .info-form table th {
      text-align: left;
      background: #f7f7f7;
      background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      border-bottom: 1px solid #ddd;
      -pie-background: linear-gradient(#fbfbfb, #f7f7f7);
    }

    .info-form table .checkbox {
      width: 24px;
      border-right: 1px solid #e3e3e3;
      padding: 4px 0 7px 9px;
    }

    .info-form table th.checkbox {
      -moz-border-radius-topleft: 4px;
      -webkit-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0;
    }

    .info-form table .name {
      width: 212px;
      padding: 6px 12px 7px;
      border-right: 1px solid #e3e3e3;
    }

      .info-form table .name strong {
        background: url(../images/arrow-name.gif) no-repeat 100% 50%;
        padding: 0 18px 0 0;
      }

    .info-form table .job-title {
      width: 106px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 2px 7px 10px;
    }

    .info-form table .company {
      width: 91px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 9px 7px;
    }

    .info-form table .match {
      width: 80px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 10px 7px;
    }

    .info-form table .messaged {
      width: 81px;
      padding: 6px 9px 7px;
    }

    .info-form table th.messaged {
      -moz-border-radius-topright: 4px;
      -webkit-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0;
    }

  .info-form .dark td {
    background: #ddd;
  }

  .info-form td {
    border-bottom: 1px solid #c9c9c9;
  }

.contact-form-list .checkboxArea,
.contact-form-list .checkboxAreaChecked {
  margin: 0 3px 0 1px;
}

.info-form .checkboxAreaChecked {
  background-position: 0 -19px;
}

.slide {
  width: 197px;
  margin: 0 -9px 0 0;
  overflow: hidden;
  position: relative;
}

  .slide ul li a {
    font-size: 0.9em;
  }

.box.grid_16.brought-holder {
  padding: 10px;
}

.box {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  background: linear-gradient(top, #fefefe 0%,#f7f7f7 100%);
  margin: 0 0 20px;
  -pie-background: linear-gradient(#fefefe, #f7f7f7);
}

  .box:after {
    position: absolute;
    width: 90%;
    height: 25px;
    content: ' ';
    left: 5%;
    bottom: 5px;
    background: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  }

.box-info {
  padding: 23px 0 5px;
}

  .box-info .alignleft {
    float: left;
    margin: 0 10px;
  }

  .box-info .description {
    overflow: hidden;
    padding: 2px 10px 20px;
  }

  .gallery-holder .gallery blockquote,
  .box-info blockquote {
    margin: 0;
  }

    .gallery-holder .gallery q,
    .box-info blockquote q {
      display: block;
      margin: 0 0 17px;
    }

.gallery-holder .gallery q {
  margin: 0 0 24px;
}

.gallery-holder .gallery cite strong,
.box-info blockquote cite strong {
  display: block;
  font-style: normal;
}

.gallery-holder .gallery cite,
.box-info blockquote cite {
  display: block;
}

.gallery-holder .gallery cite {
  padding: 0 0 0 1px;
}

.box-info .signature {
  display: block;
}

.gallery-holder {
  width: 245px;
  float: left;
  margin: 0 22px 0 -20px;
  padding: 17px 5px 0 10px;
}

.switcher {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
}

  .switcher li {
    float: left;
    margin: 0 0 0 5px;
  }

  .switcher a {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/bg-switcher.gif) no-repeat -12px 0;
    width: 7px;
    height: 8px;
    outline: none;
  }

    .switcher .active a,
    .switcher a:hover {
      background-position: 0 0;
    }

.gallery-holder .gallery {
  width: 100%;
  overflow: hidden;
}

  .gallery-holder .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 9999px;
    overflow: hidden;
  }

  .gallery-holder .gallery li {
    width: 220px;
    float: left;
  }

#content .gallery-holder h3 {
  padding: 0;
  margin: 0 0 12px;
}

.box-2 {
  width: 257px;
  float: left;
  background: #fff;
  padding: 17px 0 0;
}

  .box-2 .publish-form {
    padding: 0 17px;
  }

#content .publish-form h3 {
  padding: 0;
}

.publish-form .progress-bar {
  width: 218px;
  height: 27px;
  position: relative;
  border: 1px solid #c1c1c1;
  background: #f8f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 22px;
}

.publish-form .progress {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-progress.gif) no-repeat;
  height: 27px;
  width: 0px;
  text-indent: -9999px;
  overflow: hidden;
}

.publish-form .form-area {
  background: #f0f0f0;
  padding: 11px 17px;
  margin: 0 -17px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  min-height: 154px;
}

  .publish-form .form-area .row {
    width: 100%;
    overflow: hidden;
    padding: 0 0 4px;
  }

  .publish-form .form-area label {
    float: left;
    line-height: 1.231em;
  }

.publish-form .checkboxAreaCheckedLabel {
  text-decoration: line-through;
}

.publish-form .btn-submit {
  width: 87px;
  border: none;
  margin: 13px 0 13px;
  padding: 0;
  cursor: pointer;
  display: block;
  float: none;
}

* + html .publish-form .btn-submit {
  margin: 14px 0 10px 17px;
  line-height: 1.692em;
}

/* Exhibitor > Services */
.exhibitor_services_modal > h3 {
  padding-top: 10px;
}

.exhibitor_services_modal + p {
  padding-bottom: 10px;
}

#editModal,
#selectEacContactModal {
  overflow: hidden;
}

  #editModal .video-holder,
  #selectEacContactModal .video-holder {
    border-bottom: 1px solid #E1E1E1;
    display: block;
    height: 400px;
    margin-bottom: 20px;
    overflow-y: scroll;
    padding-bottom: 20px;
  }

/***  Additions ***/

/* Added to gorilla-widgets.html content*/
.gallery-holder {
  margin: 0 12px 0 -20px;
}

.box-2 {
  margin: 0 7px 0 0px;
}

.media-column {
  float: left;
  padding: 0 5px 0 10px;
  width: 174px;
}

.media-share {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 37px;
  overflow: hidden;
}

  .media-share h3 {
    line-height: 0.769em;
  }

  .media-share a {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/ico-social-16x16.gif) no-repeat;
    margin-right: 5px;
  }

  .media-share .twitter-16 {
    background-position: -22px 0;
  }

  .media-share .youtube-16 {
    background-position: -43px 0;
  }

  .media-share .linkedin-16 {
    background-position: -65px 0;
  }

  .media-share .flickr-16 {
    background-position: -86px 0;
  }

.youtube-sample {
  margin-bottom: 19px;
}

.media-ad {
  margin-bottom: 30px;
}

.media-column-gallery {
  margin-bottom: 22px;
}

.leaderboard-ad {
  width: 728px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}

.media-materials {
  margin-top: -6px;
  color: #666666;
  font: 12px/15px Helvetica, Arial;
}

.pdf-ico-marketing {
  width: 18px;
  height: 19px;
  margin-bottom: -5px;
}

.media-thumb-history {
  margin-bottom: 0px;
}

.media-thumb-holder {
  width: 174px;
  margin-bottom: 22px;
}

.media-thumb-column {
  width: 52px;
  float: left;
  margin-bottom: 20px;
}

.media-thumb-middle {
  margin: 0 8px 0 9px;
}

.media-thumb {
  margin-bottom: 9px;
}

.media-pavillion {
  margin-top: -10px;
}

.media-thumb-small {
  width: 52px;
  float: left;
  margin-bottom: 0px;
}

.media-col-double {
  margin: 0 8px 0 9px;
  float: left;
}

  .media-col-double ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
  }

  .media-col-double li {
    float: left;
  }

  .media-col-double a {
    font-weight: bold;
  }

#content .media-col-double h3 {
  padding-top: 2px;
  margin-bottom: 0;
}

.small-li-separator img {
  width: 2px;
  height: 17px;
  margin: 0 4px;
}

.box-520 {
  float: left;
  width: 520px;
}

.box-180 {
  float: left;
  width: 180px;
}

.faq-holder {
  margin: 16px 0 0 -20px;
}

.faq-list {
  padding: 0;
  margin: 0 0 20px 20px;
  list-style: none;
  overflow: hidden;
}

  .faq-list li {
    padding: 3px 0 2px 20px;
    background: url('../images/bullet-faq.gif') no-repeat;
    background-position-y: 7px;
  }

  .faq-list a {
    font-weight: bold;
  }

.faq-all {
  margin-left: 20px;
}

.action-favorite-add {
  background: url('../images/award_star_add.png') no-repeat;
  padding-left: 20px;
  background-position: 0;
  font-weight: bold;
}

/* Flyout menu */

.flyout-master {
  position: absolute;
  left: 362px;
  top: 829px;
  z-index: 1000;
  display: none;
}

  .flyout-master .bullet-list li {
    list-style-type: none;
    background: none;
    padding-left: 0px;
    font-size: 0.9em;
  }

    .flyout-master .bullet-list li input[type='checkbox'] {
      float: left;
    }

.flyout-holder {
  height: 117px;
  border: 1px solid #00539b;
  background: #f8f8f8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

  .flyout-holder div.flyout-col-first {
    width: 180px;
  }

  .flyout-holder .flyout-col {
    width: 170px;
  }

.alpha-search .flyout-col-holder a {
  font-size: 1.1em;
}

.flyout-holder.alpha-search .flyout-col-holder {
  padding-left: 15px;
}

  .flyout-holder.alpha-search .flyout-col-holder .col1,
  .flyout-holder.alpha-search .flyout-col-holder .col2 {
    margin-right: 27px;
  }

.flyout-holder.alpha-search .bullet-list li {
  background: none;
  padding: 0 0 3px;
}


.full-height {
  display: block;
  height: 100%;
  overflow: hidden;
}

.flyout-col-holder .category-block {
  float: left;
  width: 50%;
  padding: 0;
  margin-bottom: 10px;
}

  .flyout-col-holder .category-block .bullet-list {
    padding: 0 5px 0 0;
  }

    .flyout-col-holder .category-block .bullet-list span {
      margin-left: 5px;
    }

div.flyout-holder h3 {
  font-size: 0.9em;
  margin: 0;
}

div.flyout-col-first {
  float: left;
  margin-top: 13px;
  margin-left: -19px;
}

div.flyout-col {
  float: left;
  margin-top: 13px;
}

div.flyout-arrow-left {
  background: url('../images/arrow-flyout-left.png');
  width: 13px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: -12px;
}

div.flyout-arrow-right {
  background: url('../images/arrow-flyout-right.png');
  width: 13px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: -12px;
}

.filter-list li:hover {
  background: #fff6d1;
}

.filter-list ul li:hover {
  background: url(../images/bullet-filter-list.png) no-repeat 100% 5px;
}

.filter-list-show {
  background: #fff6d1;
}

.single-category .category-block {
  width: 100%;
  margin-bottom: 0;
}

/* Added to gorilla-tabs-tooltips.html content */

.columns-5-holder {
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
}

.columns-5-col,
.columns-5-col-last {
  float: left;
  text-align: center;
  width: 20%;
}

  .columns-5-col a, .columns-5-col-last a {
    display: block;
    font-weight: bold;
  }

.columns-2-left {
  float: left;
  width: 540px !important;
  margin-bottom: 19px;
}

.columns-2-right {
  text-align: center;
  float: left;
}

/* Alternative toolbars */

.alt-header {
  margin-top: -156px;
}

.alt-header-sample {
  padding: 35px 0 15px;
}

  .alt-header-sample #nav .btn-register a {
    z-index: 10;
    background: url(../images/btn-register-lr.png) no-repeat;
    text-shadow: 1px 1px 1px #a02626;
    margin: -8px -13px 0 -15px;
    padding: 0;
  }

    .alt-header-sample #nav .btn-register a:hover {
      color: #fff;
      text-decoration: underline;
    }

      .alt-header-sample #nav .btn-register a:hover em {
        text-decoration: underline;
      }

.toolbar-no-separator {
  background: none !important;
}

.count-balloon {
  background: url('../images/count-balloon.png') no-repeat;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 0.769em;
  font-weight: bold;
  text-align: center;
}

  .count-balloon.myevent-count {
    margin-left: 5px;
    position: relative;
    top: -15px;
    float: left;
    padding-left: 70px;
    background-position: 69px;
  }

.toolbar-schedule {
  background: url('../images/ico-tools.png') no-repeat;
  width: 16px;
  height: 18px;
  background-position: 0 0;
}

.toolbar-screens {
  background: url('../images/ico-tools.png') no-repeat;
  width: 26px;
  height: 19px;
  background-position: -24px 0;
}

.toolbar-cart {
  background: url('../images/ico-tools.png') no-repeat;
  width: 16px;
  height: 18px;
  background-position: -60px 0;
}

.toolbar-icons-set {
  background: none !important;
  padding-left: 0 !important;
}

.count-balloon-anchor:hover {
  text-decoration: none;
}

.count-balloon.schedule-count {
  position: relative;
  top: -10px;
  padding-left: 1px;
  background-position: 0px;
  margin-left: -3px;
}

.count-balloon.screens-count {
  position: relative;
  top: -10px;
  padding-left: 1px;
  background-position: 0px;
  margin-left: 2px;
}

.text-block.tooltip-cart {
  min-width: 40px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Schedule */
.tabset.tab-schedule {
  margin-bottom: -2px;
}

#module_suggested_exhibitors .bullet-list {
  margin: 15px 0;
}

.filter-header {
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-right: 10px;
}

#exhibitors-filter {
  height: 19px;
  padding: 20px 0;
}

.sort-by {
  float: right;
  line-height: 1.462em;
  vertical-align: middle;
}

  .sort-by select {
    margin: 0 0 0 10px;
  }

.grid_11.schedule-table {
  width: 699px;
  margin: 0 0 -7px;
  border-top: 1px solid #cfcfcf;
  background: #fff;
}

.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  border-right: none;
}

  .schedule-table table th {
    text-align: center;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
    border-bottom: 1px solid #ddd;
    -pie-background: linear-gradient(#fbfbfb, #f7f7f7);
    width: 106px;
    border-right: 1px solid #cfcfcf;
    padding: 6px 2px 7px 10px;
    color: #00539B;
  }

  .schedule-table table tr {
    height: 32px;
    border-bottom: 1px solid #cfcfcf;
  }

  .schedule-table table td {
    border-right: 1px solid #cfcfcf;
    vertical-align: bottom;
    padding-left: 10px;
  }

.schedule-table .schedule-last-row {
  border-bottom: none;
}

.schedule-hours {
  list-style-type: none;
  margin: -525px 0 0 -33px;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 901;
  width: 32px;
}

  .schedule-hours li {
    height: 32px;
  }

  .schedule-hours .icon, .schedule-hours .icon-black {
    width: 31px;
    height: 23px;
    text-align: center;
    padding-top: 5px;
    background: url('../images/ico-hour.gif') no-repeat;
  }

  .schedule-hours .icon-black {
    background: url('../images/ico-hour-black.gif') no-repeat !important;
  }

  .schedule-hours span {
    color: #8EB13A;
    display: block;
    margin-top: 2px;
    width: 26px;
  }

.schedule-event {
  background-color: #fff9d5;
  margin-left: -11px;
  height: 12px;
  border-top: 1px solid #cfcfcf;
  position: relative;
  top: -11px;
  left: 1px;
  z-index: 900;
}

.schedule-event-content {
  background: #FFF9D5;
  padding: 0 5px 5px;
  border-bottom: 1px solid #CFCFCF;
}

.schedule-time {
  font-style: italic;
  margin-right: 5px;
}

.schedule-event:hover, .schedule-event-content:hover {
  background: #0E3C92;
  color: #ffffff;
  cursor: pointer;
}

.schedule-event-content > a {
  color: #ffffff;
}

.schedule-time:focus, .schedule-time:hover, .schedule-title:focus, .schedule-title:hover {
  color: #ffffff;
}

/* Buttons */

.btn-icon {
  margin-left: -8px;
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
}

.point-to-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  margin-right: 1px;
  padding: 0px 6px 0px 8px;
}

.point-to-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  margin-left: 1px;
  padding: 0 6px 0 8px;
}

.point-to-left img {
  margin-bottom: -5px;
  width: 9px;
  height: 13px;
}

.point-to-right img {
  margin-bottom: -5px;
  width: 9px;
  height: 13px;
}

.sidebar-typography {
  margin-left: 1px;
  margin-right: 14px;
}

.ico-schedule {
  margin-top: -1px;
}

.dropdown-btn {
  padding: 0 4px;
  line-height: 1.846em;
  margin: -2px 0 -2px;
  border-top: 1px solid #b7b7b7;
  height: 23px;
}

  .dropdown-btn span {
    display: block;
    background: url(../images/btn-pay.png) 100% 0 no-repeat;
    padding: 0 22px 0 4px;
    white-space: nowrap;
    margin: -1px 0 0;
  }

/* ellipsis plugin */
.jq-ellipsis {
  visibility: hidden;
}

.anchor-btn {
  display: inline-block;
  height: 17px;
  line-height: 1.308em;
  background: #E8E8E7 url(../images/arrow.gif) no-repeat 12px 50%;
  color: #5B5B5B;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  font-size: 0.769em;
  font-weight: bold;
  margin: 0;
  padding: 0 12px 0 21px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
}

/* hr */
.media-aside .hairline {
  margin-top: 10px;
}

.hairline {
  border: 1px solid #F8F8F8;
}

.tabcontent.scheduler {
  padding: 18px 0 21px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* forms */
.hw-select, .hw-textarea, .hw-textinput {
  border: 1px solid #D1C8C8;
  padding: 5px 7px;
  color: #444;
  margin: 0;
  background-color: white;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -o-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -khtml-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  resize: none;
  overflow: hidden;
}

.form-area.hw-checklist {
  padding: 11px 17px;
  margin: -10px -17px 0;
  background: transparent;
  min-height: 0;
}

.form-area label {
  float: left;
  line-height: 1.231em;
}

.form-area .row {
  width: 100%;
  overflow: hidden;
  padding: 0 0 4px;
}

.hw-form-row {
  margin: 10px 0;
  clear: both;
}

.hw-form-label {
  display: inline-block;
  float: left;
  margin-right: 16px;
  padding-top: 9px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 1.077em;
  width: 22%;
}

.form-comment {
  font-style: italic;
}

.hw-form-item {
  height: 34px;
  height: auto !important;
  margin-top: 1px;
  width: 74%;
  float: left;
  padding: 4px 0;
}

.hw-input-line {
  width: 700px;
  margin: 0 -4px 22px -10px;
  padding: 8px 10px 4px;
}

.hw-button {
  border: 0;
  outline: none;
  padding: 6px 9px;
  margin: -1px 0;
  cursor: pointer;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
}

  .hw-button.gray {
    background-color: #E0E0E0;
    color: #444;
    text-shadow: none;
    border: 1px solid #ABABAB;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E8E5E5), color-stop(100%, #E0E0E0));
    background-image: -webkit-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: -moz-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: -o-linear-gradient(#E8E5E5,#E0E0E0);
    background-image: linear-gradient(#E8E5E5,#E0E0E0);
  }

.input-file-wrapper {
  border: 1px solid #C5C5C5;
  padding: 5px 7px 6px;
  color: #323232;
  margin: 0;
  background-color: white;
  background-image: none;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -o-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  -khtml-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
  box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.1);
}

.input-file-button {
  outline: none;
  float: right;
  padding: 6px 9px;
  margin: -7px -8px -7px 2px;
  cursor: pointer;
  z-index: 9999;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  background-color: #E0E0E0;
  color: #666 !important;
  border: 1px solid #ABABAB;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E8E5E5), color-stop(100%, #E0E0E0));
  background-image: -webkit-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: -moz-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: -o-linear-gradient(#E8E5E5,#E0E0E0);
  background-image: linear-gradient(#E8E5E5,#E0E0E0);
}

.input-file-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  text-shadow: 0px 0px 0px white;
  color: #999;
}

.radioArea, .radioAreaChecked {
  float: left;
  width: 16px !important;
  height: 14px;
  overflow: hidden;
  margin: 1px 5px 0 1px;
  background: url(../images/bg-radiobox.png) no-repeat;
}

.radioAreaChecked {
  background-position: 0 -14px;
}

.radioAreaCheckedLabel {
  font-weight: bold;
}

.hw-form-row .chzn-container {
  width: 525px !important;
  /*top: -27px !important;*/
}

.hw-form-row .chzn-search input {
  width: 488px !important;
}

.hw-form-row .chzn-single {
  border-radius: 0 !important;
  height: 25px !important;
}

.hw-form-row .chzn-drop {
  width: 523px !important;
}

.optionsDivInvisible {
  display: none !important;
}

.columns-holder .btn-see-all {
  color: #00539B !important;
}

/*DISABLED A HREF*/
.disabled {
  pointer-events: none;
  cursor: default;
}


/* LIST ITEM WITH RED X BACKGROUND */

.ULfilter {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.LIFilter {
  background-image: url('../images/btn-close-checkout.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 14px;
}


/* ===== SAMPLE LISTS ====== */
.sample-lists {
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px;
}

#content .sample-lists h2 {
  margin: 0 0 4px;
}

.sample {
  float: left;
  width: 230px;
  padding: 0 11px 0 0;
}


/* CONFERENCE CSS */
.show-info-footer {
  line-height: 1.846em;
  margin-top: 20px;
}

  .show-info-footer .btn {
    margin-right: 5px;
    margin-bottom: -0.7em;
  }

#module_conference_details {
  padding-top: 19px;
}

  #module_conference_details .grid_6 {
    height: 150px;
  }

    #module_conference_details .grid_6 p, #module_conference_details .grid_4 p {
      padding-bottom: 10px;
    }

  #module_conference_details .col-left {
    margin-left: 0;
  }

  #module_conference_details .col-right {
    margin: 0 0 0 10px;
  }

  #module_conference_details .col-title {
    font-size: 1.077em;
    font-weight: bold;
  }

  #module_conference_details .col-left p,
  #module_conference_details .col-right p {
    height: auto;
    overflow: hidden;
    display: block;
  }


/* SCHEDULE SEARCH */
.schedule-search {
  margin: 10px 0;
}

  .schedule-search img {
    margin-bottom: -3px;
  }

#products-filter {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}

#pavilions-filter {
  display: block;
  margin-bottom: -8px;
  overflow: hidden;
  padding-top: 15px;
}

#exhibitors-filter .filter-header,
#exhibitors-filter .schedule-search,
#products-filter .filter-header,
#products-filter .schedule-search {
  vertical-align: middle;
  height: 19px;
}

#exhibitors-filter .schedule-search,
#products-filter .schedule-search {
  float: left;
  margin: 0;
}

#search-schedule-form {
  margin: 10px 0 0;
}

.search-schedule {
  width: 244px;
  margin: 0px -4px 0 0;
  padding: 0;
}

.text-search-schedule {
  width: 164px;
  height: 27px;
  padding: 1px;
  background: url(../images/bg-text-search.png) no-repeat;
}

  .text-search-schedule input {
    line-height: 1.154em;
    color: #bdbec0;
    float: left;
    margin: 0;
    padding: 7px 0 5px 8px;
    border: 0;
    background: none;
    width: 157px;
    height: 15px;
    outline: none;
  }

.text-active {
  color: #444;
}

.schedule-event-content {
  padding: 0;
}

  .schedule-event-content .tooltip {
    text-decoration: none;
    display: block;
    padding: 5px;
  }

.event-details-holder {
  margin-top: 20px;
}

.evt-column-left {
  width: 76%;
  float: left;
}

.evt-column-right {
  float: left;
}

  .evt-column-right figure {
    margin: 0;
  }

.double-form .evt-req {
  line-height: 1.846em;
  padding-left: 10px;
}

  .double-form .evt-req .btn {
    margin-right: 10px;
  }

.evt-schedule span {
  color: #666;
  font-style: italic;
}

/* MODULE FEATURE SPACE */
#module_feature_space {
  margin-bottom: 19px;
}

.schedule-time, .schedule-title {
  color: #666;
}

.event-info-footer {
  line-height: 1.846em;
  margin: 19px 0 0;
}

  .event-info-footer a {
    margin-right: 10px;
  }

.holder .holder-col-left {
  float: left;
  width: 521px;
}

.holder .holder-col-right {
  float: left;
}

.holder-col-right .alignleft {
  margin: 0 0 0 25px;
  height: 75px;
}

.page-title {
  margin: -10px 0 0 0px;
}

.schedule .title .time {
  width: 65px;
}

/* OTHER */

.new-product-img {
  width: 15%;
}

#module_best_products, #module_suggested_sessions {
  margin-bottom: 10px;
}

.pavillion-info-footer {
  line-height: 1.846em;
}

  .pavillion-info-footer a {
    margin-right: 5px;
  }

.action-email {
  margin-left: 0;
}

.exhibitor-action {
  visibility: hidden;
}

  .exhibitor-action .action-list {
    float: left;
    margin-right: 15px;
  }

  .exhibitor-action.icon-list {
    padding: 10px 0 20px;
  }

#module_leaderboard {
  padding: 10px 0 19px;
  text-align: center;
}

#module_popular_events .btn {
  margin-bottom: 20px;
  margin-top: 10px;
}

.grid_2.exhibitor-first {
  margin-left: 0;
}

.grid_2.exhibitor-last {
  margin-right: 0;
}

.grid_2.exhibitor figure {
  margin: 0;
}

/* TABS CONTENT STYLES */
.winners-left {
  float: left;
  width: 527px;
}

.winners-right {
  float: left;
  padding: 37px 0 0 10px;
  width: 160px;
}

  .winners-right .video-box {
    cursor: pointer;
    margin-bottom: 19px;
  }

  .winners-right .video-box-thumb {
    height: 132px;
    width: 160px;
  }

  .winners-right .video-box-info {
    background: none repeat scroll 0 0 #333333;
    color: white;
    line-height: 1.538em;
    margin-top: -34px;
    opacity: 0.7;
    padding: 5px;
  }

figure.alignleft {
  margin: 0;
}

.session-header {
  margin-bottom: 19px;
}

.description_padded {
  width: 100%;
  max-width: 939px;
  padding: 10px 5px 10px 3px;
  margin-bottom: 10px;
}

.button_AlignRight {
  float: right;
  margin: -3px 15px 0 0;
}

.reveal-modal .tab-block {
  margin: 0;
}

.grid_12.overview {
  padding: 0 !important;
}

  .grid_12.overview figure {
    margin: 0;
  }

  .grid_12.overview .grid_8 {
    padding: 0 !important;
    width: 440px;
  }

#module_suggested_products .bullet-list {
  margin: 15px 0;
}

.awarded-icon {
  height: 16px;
  margin-bottom: -4px;
  width: 16px;
}

#quote-box {
  margin-left: 10px;
  padding-right: 0px;
}

  #quote-box .grid_13, #quote-box .grid_3 {
    margin: 1.04166%;
  }

  #quote-box figure {
    margin: 0;
  }

.news-about-event-holder {
  margin-left: 10px;
}

/* TRAVEL INFORMATION PAGE */
#module_best_products, #module_suggested_sessions {
  margin-bottom: 10px;
}

.travel-info-footer {
  line-height: 1.846em;
}

  .travel-info-footer a {
    margin-right: 5px;
  }

#venue-address {
  margin: 0 15px 10px 0;
  padding: 10px !important;
  float: left;
}

  #venue-address > p {
    margin: 0.5em 0;
  }

.no-padding {
  margin-top: 10px;
  padding: 0px;
}

#module_exhibitors_list {
  margin-bottom: 20px;
}

/* Exhibitor > Opportunities for Exposure */
.exposureOps .image.left {
  min-width: 110px;
  width: 16.666%;
}

/* ************ Added By KD */

a#browse_exh, .content_wrap {
  margin-top: 10px;
}


.action-btn:link,
.action-btn:active,
.action-btn:hover,
.action-btn:visited {
  margin: 0 5px 0 0;
}

.regCode {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.code {
  font-weight: normal;
}

.displayNone {
  display: none;
}

.session-handout {
  width: 700px;
  margin: 0 0 6px;
  border-top: 1px solid #eaebed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

  .session-handout table {
    width: 100%;
    border-collapse: collapse;
  }

    .session-handout table th {
      text-align: left;
      background: #f7f7f7;
      background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      background: linear-gradient(top, #fbfbfb 0%,#f7f7f7 100%);
      border-bottom: 1px solid #ddd;
      -pie-background: linear-gradient(#fbfbfb, #f7f7f7);
    }

    .session-handout table .checkbox {
      width: 24px;
      border-right: 1px solid #e3e3e3;
      padding: 4px 0 7px 9px;
    }

    .session-handout table th.checkbox {
      -moz-border-radius-topleft: 4px;
      -webkit-border-radius: 4px 0 0 0;
      border-radius: 4px 0 0 0;
    }

    .session-handout table .name {
      width: 212px;
      padding: 6px 12px 7px;
      border-right: 1px solid #e3e3e3;
    }

      .session-handout table .name strong {
        background: url(../images/arrow-name.gif) no-repeat 100% 50%;
        padding: 0 18px 0 0;
      }

    .session-handout table .job-title {
      width: 106px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 2px 7px 10px;
    }

    .session-handout table .company {
      width: 91px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 9px 7px;
    }

    .session-handout table .match {
      width: 80px;
      border-right: 1px solid #e3e3e3;
      padding: 6px 10px 7px;
    }

    .session-handout table .messaged {
      width: 81px;
      padding: 6px 9px 7px;
    }

    .session-handout table th.messaged {
      -moz-border-radius-topright: 4px;
      -webkit-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0;
    }

  .session-handout th.codeField {
    text-align: center;
    width: 60px;
    border-right: 1px solid #c9c9c9;
  }

  .session-handout td.codeField {
    text-align: center;
    width: 60px;
    border-right: 1px solid #c9c9c9;
  }

  .session-handout td.sessionField {
    text-align: left;
    width: 440px;
    border-right: 1px solid #c9c9c9;
    padding-left: 10px;
  }

  .session-handout th.download {
    text-align: left;
    width: 200px;
    padding-left: 10px;
  }

  .session-handout td.download {
    text-align: left;
    width: 200px;
    padding-left: 10px;
  }

  .session-handout td {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 5px;
    padding-bottom: 5px;
  }

/* ************ Added By KD */

a#browse_exh, .content_wrap {
  margin-top: 10px;
}

table.hwe_software {
  width: 100%;
  border-collapse: collapse;
}

  table.hwe_software tr {
    border-bottom: 1px dotted #999999;
  }

    table.hwe_software tr:last-child {
      border: 0 none;
    }

    table.hwe_software tr td {
      padding: 15px 0;
      vertical-align: middle !important;
    }

      table.hwe_software tr td:nth-child(1) {
        width: 160px;
      }

      table.hwe_software tr td:nth-child(2) {
        width: 385px;
        padding-right: 15px;
      }

        table.hwe_software tr td:nth-child(2) strong {
          font-size: 16px;
        }

table.hwe_shows {
  width: 100%;
  border-collapse: collapse;
}

  table.hwe_shows tr td {
    padding: 10px 0;
  }

    table.hwe_shows tr td:nth-child(1),
    table.hwe_shows tr td:nth-child(3) {
      width: 120px;
    }

    table.hwe_shows tr td:nth-child(2),
    table.hwe_shows tr td:nth-child(4) {
      width: 228px;
    }

/* Error Message for Sponsorship Gallery if browser is IE11 */
.ie11ErrorMessage {
  height: 65px;
  padding: 10px 0;
  width: 100%;
  background-color: #fdeca4;
  background: url('../images/browser-version-bg.jpg');
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeca4), to(#fae693));
  background: -webkit-linear-gradient(top, #fdeca4, #fae693);
  background: -moz-linear-gradient(top, #fdeca4, #fae693);
  background: -ms-linear-gradient(top, #fdeca4, #fae693);
  background: -o-linear-gradient(top, #fdeca4, #fae693);
  border-top: 2px solid #b3a569;
  border-bottom: 2px solid #b3a569;
  position: relative;
  top: 45%;
}

  .ie11ErrorMessage .message {
    display: block;
    overflow: hidden;
    width: 730px;
    height: 65px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    background: url('https://gocms.informacre.com/GAL/Icons/exclamation-point.png') no-repeat 0 50% transparent;
    padding-left: 70px;
  }

    .ie11ErrorMessage .message p {
      padding-top: 15px;
    }
/* End of Error Message for Sponsorship Gallery if browser is IE11 */

/* Print Adjustments */
#printQrCode {
  display: none;
}
/* End of Print Adjustments */
#attendeelist {
}

  #attendeelist #controls {
    text-align: left;
    clear: both;
    display: block;
    overflow: hidden;
  }

    #attendeelist #controls .grid_11 {
      padding: 0 0 20px;
    }

      #attendeelist #controls .grid_11 ul {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: 25px;
      }

        #attendeelist #controls .grid_11 ul li {
          float: left;
          padding: 0 10px 0 0;
        }

          #attendeelist #controls .grid_11 ul li.label {
            font-weight: bold;
          }

    #attendeelist #controls .grid_5 {
      text-align: right;
      margin: 0;
      padding: 0 0 20px;
      float: right;
    }

  #attendeelist #display .two-column-layout.holder {
    width: 88%;
    padding: 2.5% 6%;
  }

@media screen and (max-width: 640px) {
  #attendeelist #controls .grid_5 {
    width: 100%;
    clear: both;
    float: none;
  }

  #attendeelist #display .two-column-layout.holder {
    width: 88%;
    padding: 2.5% 6% !important;
  }
}
/* Lead Retrieval styles */

/* End of Lead Retrieval styles*/

/* Registration Form Not Open Styles */
.regBg {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

#regNotOpenModal {
  display: block;
  overflow: hidden;
  padding: 10px;
  width: 600px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -40px;
  z-index: 1000;
  -moz-box-shadow: 2px 2px 7px 3px #333333;
  -webkit-box-shadow: 2px 2px 7px 3px #333333;
  box-shadow: 2px 2px 7px 3px #333333;
}

  #regNotOpenModal #regNotOpen {
    padding: 10px;
    background: #fcf8c5;
    padding: 15px;
    border: 1px solid #eae283;
    display: block;
    overflow: hidden;
  }

/* Sessions List */
#sessionsList {
  display: block;
  overflow: hidden;
  clear: both;
}

#navigationResponsiveCntr {
  display: block;
  overflow: hidden;
  clear: both;
}

/* Video Box */
a.video-box {
  display: block;
  overflow: hidden;
  position: relative;
}

  a.video-box.desktop:after {
    background: url("/Content/Images/play-button.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 100%;
    left: 36%;
    position: absolute;
    top: 25%;
    width: 100%;
  }

/* New registration page: 05/11/2015 */
#regFormClosed {
  font-size: 1.15em;
}

a.btn-loginreg:link, a.btn-loginreg:active, a.btn-loginreg:hover, a.btn-loginreg:visited,
a.btn-pressreg:link, a.btn-pressreg:active, a.btn-pressreg:hover, a.btn-pressreg:visited,
a.btn-largereg:link, a.btn-largereg:active, a.btn-largereg:hover, a.btn-largereg:visited {
  padding: 0 15px 0 10px;
  display: inline-block;
  background: #666666;
  color: #ffffff;
  line-height: 2em;
  text-shadow: none;
  text-decoration: none;
}

a.btn-largereg:link, a.btn-largereg:active, a.btn-largereg:hover, a.btn-largereg:visited {
  font-size: 1.57em;
  padding-right: 70px;
  width: 170px;
}

a.btn-loginreg:after,
a.btn-pressreg:after,
a.btn-largereg:after {
  position: relative;
  font-family: FontAwesome;
  top: 0;
  left: 7px;
  content: "\f105";
}

a.btn-largereg:after {
  left: 100px;
}

.media-aside > .reg-right-info {
  border: 1px solid #dadada;
  padding: 5%;
  width: 89%;
  margin-top: 45px;
  background-color: #ffffff;
  font-size: .885em;
}

  .media-aside > .reg-right-info h3 {
    background: none;
    color: #444444;
    padding: 0;
  }

/* jGrowl */
body > div.jGrowl {
  z-index: 9999999;
}