@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
  }
  
  #menu, #footer,#patros,#copyright,#submit,#toppart,.oldlegend {
    display: none;
  }
  
  #template, .content {
    padding-top: 0 !important;
  }
  
  .newlegend {
    display: inline !important;
  }
  
  #talkto {
    display: none;
  }
  
}


body {
  background: #191B1A;
  color: #191B1A;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing:antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  text-align: center;
  margin-bottom: 25px;
}

h2 {
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}

ol {
  font-size: 16px;
}

li {
  text-align: left;
  padding-bottom: 3px;
}

label {
  cursor: pointer;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select {
  -webkit-appearance: none;
  -moz-apperance: none;
}

.clear {
  clear: both;
  height: 1px;
}

#superover {
  cursor: pointer;
  background: #FFF;
  font-size: 30px;
  position: fixed;
  padding: 20px;
  top: 20px;
  left: 20px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  
  z-index: 200;
}

#video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  background: transparent url(/img/bgshow.jpg) no-repeat;
  background-size: cover;
  margin-top: -100px;
  object-fit: cover;
}

video {
  display: block;
}


/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
  display: inline;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #CCC;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.05);
}
.squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredFour */

#menu {
  background: #191B1A;
  border-top: 30px solid #f4bd47;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

#menucont {
  position: relative;
}

#whatis {
  color: #3e2c06;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -275px;
  text-align: center;
  width: 550px;
  z-index: 101;
}

#phone {
  color: #3e2c06;
  position: absolute;
  top: -27px;
  right: 42px;
  z-index: 101;
}

#links {
  position: absolute;
  right: 0;
  top: 14px;
  width: 100%;
  text-align: center;
}

#menu a {
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  -webkit-transition: padding .3s;
  transition: padding .3s;
  -webkit-transition: color .2s;
  transition: color .2s;
  
  text-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

#menu a:hover {
  color: #DDD;
}

#menu a.curr {
  border-bottom: 2px solid #FFF;
  color: #e2e8e7;
}

#logo {
  height: 100px;
  margin-top: -25px;
  position: relative;
  z-index: 1100;
  border: 0;
  
  -webkit-filter: drop-shadow(0 5px 8px rgba(0,0,0,.3));
}

#template {
  min-height: calc(100%-90px);
  position: relative;
  margin-top: 90px;
}

#topbar {
  text-align: center;
  position: relative;
}

#topbar.main {
  height: 500px;
}

#callus {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
}

#dates {
  padding-top: 25px;
  color: #FFF;
  
  text-shadow: 0px 0px 15px rgba(0,0,0,.7);
}

.main #dates {
  padding-top: 50px;
}

#what {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}

.main #what {
  font-size: 55px;
}

#when {
  letter-spacing: 3px;
  font-size: 45px;
}

#where {
  font-size: 20px;
  padding-top: 10px;
}

#desc {
  font-size: 30px;
  padding-bottom: 10px;
}

.main #desc {
  opacity: 1;
}

#bg {	
  /* Set up proportionate scaling */
  height: 100%;
  width: 100%;
  text-align: center;
  
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#bg img{
  height: auto;
  width: 100%;
  margin-top: -50px;
}

.main #bg img {
  margin: 0;
}

#faderbg {
  background: rgba(27,25,26,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#cta {
  display: none;
}

.main #cta {
  font-size: 28px;
  padding: 20px 40px;
  background: #F4BD47;
  text-decoration: none !important;
  color: #FFF !important;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  
  text-shadow: 0px 0px 10px rgba(0,0,0,.3);
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#cta:hover {
  background: #efb540;
  opacity: 1;
}

#mcta {
  border: 1px solid #FFF;
  border-radius: 2px;
  position: absolute;
  top: 14px;
  right: 36px;
  
  color: #FFF !important;
  text-shadow: 0 !important;
  -webkit-transition: background .3 !important;
}

#mcta:hover {
  background: rgba(255,255,255,.2);
}

.content {
  background: #FFF;
  clear: both;
  padding: 20px 0;
  min-height: 360px;
}
.content.register{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width:900px){
  .content.register{
    flex-direction: column;
  }
}
#partners {
  background: #DDD;
  clear: both;
  padding: 20px 0;
}

#partners img{
  border: 0;
}

.halfcont {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: center;
}

.halfborder {
  border-left: 1px solid #EEE;
}

.ttlbig {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2em;
  font-weight: bold;
}

.seccdesc {
  margin-bottom: 25px;
  text-align: center;
}

.scta {
  background: #F4BD47;
  cursor: pointer;
  color: #FFF !important;
  font-size: 20px;
  margin: 0 auto;
  display: inherit;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0px 0px 15px rgba(0,0,0,.2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scta:hover {
  background: #efb540;
}

#schedule {
  background: #f6f6f6;
  border: 1px solid #EEE;
  border-left: 0;
  border-right: 0;
  font-size: 12px;
  padding: 5px 0;
  min-height: auto !important;
}

.schedules {
  display: inline-block;
  text-align: left;
}

.col25 {
  float: left;
  width: 25%;
  text-align: center;
}

.col20 {
  float: left;
  width: 20%;
  text-align: center;
}

.col {
  float: left;
  width: 33.33%;
  text-align: center;
}

.onlyexh {
  font-size: 12px;
  text-align: center;
  color: #F44335;
}

.day {
  display: inline-block;
  width: 44px;
  font-size: 16px;
  font-weight: bold;
}

.extras {
  width: 100%;
  padding-top: 20px;
  font-size: 12px;
  margin: 0 auto;
}

.extras td {
  padding-left: 45px;
  padding-top: 25px;
}

.extrattl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

a, a:visited {
  color: #e09c14;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hotelicn {
  background: url(/icn/hotel.png) no-repeat 2px 22px;
}

.boothicn {
  background: url(/icn/booth.png) no-repeat 2px 27px;
}

.contractoricn {
  background: url(/icn/contractor.png) no-repeat 2px 29px;
}

.electricalicn {
  background: url(/icn/electrical.png) no-repeat 2px 29px;
}

.sponsoricn {
  background: url(/icn/sponsor.png) no-repeat 2px 27px;
}

.scheduleicn {
  background: url(/icn/schedules.png) no-repeat 2px 29px;
}

.seminarsicn {
  background: url(/icn/seminars.png) no-repeat 2px 28px;
}

.admissionicn {
  background: url(/icn/admission.png) no-repeat 2px 29px;
}

.parkingicn {
  background: url(/icn/truck-parking.png) no-repeat 2px 29px;
}

.venueicn {
  background: url(/icn/venue.png) no-repeat 2px 29px;
}

#ontariocc,
#radisson {
  overflow: hidden;
}

#review {
  background: #fff;
  color: #191B1A;
  border-radius: 3px;
  padding: 12px;
  margin-right: 225px;
  position: absolute;
  text-align: left;
  left: 15px;
  bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
}

#revlink {
  margin-top: 10px;
}

#associations {
  color: #FFF;
  background: rgba(238,241,252,.5);
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.hotel {
  text-align: left !important;
}

#hotel {
  border-bottom: 1px solid #EEE;
}

#bookroom {
  margin: 0;
  margin-top: 30px;
  font-size: 14px;
  width: 220px;
}

.smallerl {
  top: 20px !important;
}

.association {
  text-align: center;
  margin-top: 10px;
  /*width: 50%;
  float: left;*/
}

.association img {
  border: 0;
  padding: 5px;
}

#wsta {
  height: 100px;
  padding: 25px 0;
}

.venueinfo {
  clear: both;
  text-align: center;
}

#footer {
  height: 100px;
  position: relative;
  padding: 10px 20px;
}

#footer img {
  opacity: .5;
}

.footersm {
  color: #FFF;
  float: right;
  height: 100%;
  margin-top: 8px;
  margin-left: 50px;
  margin-right: 80px;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
}

.footersm a {
  text-decoration: none;
  display: block;
  margin-top: 3px;
}

#privacy{
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  background: #e09c14;
}

#privacy a {
  color: #333;
}

/* Floor plan */

#floorplan {
  padding: 30px;
}

#frameMap {
    background: #FFF;
    border: 1px solid #EEE;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fptopbar {
  background: #4C7CE5;
  height: 40px;
  position: relative;
  border-radius: 3px 3px 0 0;
}

#fpexhlst {
  background: #1976D2;
  border-radius: 3px 0 0 0;
  cursor: pointer;
  width: 25%;
  height: 100%;
  position: relative;
  
  transition: width .3s;
}

#fpexhlistttl {
  color: #FFF;
  font-size: 20px;
  padding-top: 6px;
}

#fpexhlsthide {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 10px;
}

#fpexhlsthidetxt {
  color: #FFF;
  position: absolute;
  top: 25px;
  right: 6px;
  font-size: 10px;
}

#fpprint {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  visibility: hidden;
}

#fpbtnprint {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}

#fpbtnprint:hover {
  background: #1976D2;
}

#fpbtnprintimg{
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 10px;
}

#fpbtnprinttxt {
  color: #FFF;
  position: absolute;
  top: 24px;
  right: 5px;
  font-size: 10px;
}

.fpshow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Floorplan map */

#floorplan {
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;

}

#container {
  position: relative;
  z-index: 1;
}

.logotip {
  text-align: center;
  padding: 5px;
}

.logotip img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 130px;
  padding: 10px;
}

#list {
  height: 100%;
  border-radius: 0 0 0 3px;
  background: #EFEFEF;
  color: #111;
  width: 25%;
  float: left;
  border: 1px solid #EFEFEF;
  display: none;
  margin-top: 55px;
  padding: 0 10px;
  font-size: 12px;
  overflow: auto;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list #list {
  display: inherit !important;
}

.list #mapcont{
  float: left;
  width: 75%;
  z-index: 20;
  position: relative;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#listsearch {
  background: #1976D2;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 55px;
  z-index: 10;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08), 0 2px 10px 0 rgba(0,0,0,0.08);
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#listsearch input {
  background: #FFF url(/img/search.png) no-repeat 99% 5px;
  border: 1px solid #2660E0;
  padding: 10px;
  border-radius: 3px;
  height: 33px;
  width: 100%;
  outline: 0;
  text-transform: uppercase;
}

.company {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  cursor: pointer;
  padding: 1.2vw 10px;
  text-align: left;
  position: relative;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.company:hover {
  background: #FAFAFA;
}

.companysel {
  color: #FFF;
  background: #F44335 !important;
}

.companyn {
  font-size: .9vw;
}

.boothn {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: .7vw;
}

#map {
  height: 300px;
  width: 100%;
  border-radius: 0 0 3px 0;
}

/* Checkbox */
.checkbox {
  width: 20px;
  position: relative;
  margin: 20px auto;
  display: inline;
}

.checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #CCC;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.05);
}

.checkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:hover::after {
  opacity: 0.5;
}

.checkbox input[type=checkbox] {
  visibility: hidden;
}

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* Floorplan modal reserve */

#fade {
  background: rgba(27,25,26,.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#modalreserve {
  background: #FFF;
  color: #111;
  border-radius: 3px;
  height: 600px;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  z-index: 6;
  
  transition: margin .3s;
  
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 20px rgba(0,0,0,.7);
}

.modaltopbar {
  background: #EEE;
  border-bottom: 1px solid #DDD;
  border-radius: 3px 3px 0 0;
  position: absolute;
  height: 30px;
  left: 0;
  top: 0;
  width: 100%;
}

#modalbottombar {
  background: #EEE;
  border-top: 1px solid #DDD;
  border-radius: 0 0 3px 3px;
  position: absolute;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.modaltopttl {
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align: center;
}

.close {
  background: url(/img/close.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 11px;
  height: 11px;
  opacity: .6;
}

.close:hover {
  opacity: 1;
}

#modalcontent {
  height: 500px;
  width: 100%;
  padding: 10px;
  position: relative;
}

#steps {
  cursor: default;
  padding-top: 8px;
  margin: 0 auto;
  width: 420px;
  text-align: center;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.step, .line {
  color: #666;
  font-size: 10px;
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;  
}

.step .color {
  border-radius: 2px;
  background: #CCC;
  height: 22px;
  width: 22px;
  padding-top: 4px;
}

.steptitle{
  color: #999;
  position: absolute;
  bottom: -18px;
  width: 80px;
  margin-left: -30px;
  text-align: center;
}

.line {
  border-radius: 0;
  border-color: transparent !important;
  background: transparent;
  width: 55px !important;
}

.line .color {
  background: #CCC;
  width: 100%;
  padding: 0 !important;
  height: 6px;
  font-size: 1px;
  
  position: absolute;
  top: 16px;
}

.done .color {
  color: #FFF;
  background: #4CAF50 !important;
}

.done .steptitle {
  color: #4CAF50;
}

#nextbtn {
  position: absolute;
  bottom: 9px;
  right: 10px;
  width: 175px;
}

#modalorder {
  background: #FFF;
  border-radius: 0 3px 3px 0;
  color: #111;
  padding: 20px 20px;
  padding-top: 40px;
  position: fixed;
  width: 230px;
  min-height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: 140px;
  z-index: 5;
  
  transition: margin .3s;
  
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 20px rgba(0,0,0,.7);
}

.orderelement {
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px solid #EEE;
}

.elementprice {
  text-align: right;
}

#ordertotal {
  padding-top: 10px;
  text-align: right;
}

/* Modal step 1 */

#modalmap {
  width: 400px;
  height: 479px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#minimap {
  width: 100%;
  height: 100%;
  
  background: #F8F8F8;
  border: 1px solid #DDD;
  border-radius: 3px;
}

.modalhalf {
  height: 50%;
  width: 370px;
  height: 240px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #DDD;
}

#modalinstr{
  margin-bottom: 30px;
}

.modalttl {
  background: #1976D2;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 15px;
  height: 54px;
}

#boothtypes {
  padding: 20px 10px;
  position: absolute;
  top: 50px;
  left: 10px;
}

#boothsizes {
  padding: 20px 10px;
  position: absolute;
  top: 50px;
  left: 180px;
}

.boothttl {
  font-size: 16px;
  padding-left: 0;
  padding-bottom: 5px;
}

.boothrow {
  font-size: 12px;
  padding: 12px;
  padding-top: 8px;
  position: relative;
}

#boothsizes .boothrow {
  padding-left: 40px;
}

#boothtypes .boothrow {
  padding-left: 32px;
}

.radius {
  border-radius: 3px;
}

.squareexample {
  border: 1px solid #bde2fc;
  text-align: center;
  font-size: 8px;
  color: #002472;
  position: absolute;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
}

.s10x10 {
  height: 16px;
  width: 16px;
  
  top: 8px;
  left: 8px;
}

.s10x20 {
  height: 32px;
  width: 16px;
  top: 0;
  left: 8px;
}

.s20x20 {
  height: 32px;
  width: 32px;
  
  top: 0;
  left: 0;
}

.available {
  border: 1px solid #bde2fc;
  background: #FFF;
}

.hold {
  background: #B0C5F4;
  border-color: #80A2ED;
}

.taken {
  color: #FFF;
  background: #4C7CE5;
  border-color: #2660E0;
}

#boothincludes {
  background: #F8F8F8;
  border-top: 1px solid #DDD;
  padding: 3px 10px;
  font-size: 9px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#selecteddetails {
  margin-top: 15px;
}

#selecteddetails div {
  font-size: 32px;
  padding-left: 40px;
  text-align: left;
  padding-bottom: 5px;
}


/* Modal step 2 */

#reservationform {
  border-radius: 3px !important;
}

.halfrightbordered {
  width: 400px;
  height: 479px;
  font-size: 14px;
  position: absolute;
  padding: 0 10px;
  top: 10px;
  right: 10px;
  background: #F8F8F8;
  border: 1px solid #DDD;
  border-radius: 0 3px 3px 0;
}

#companyinfo, #contactinfo {
  padding: 0 10px;
}

#companyinfo {
  margin-bottom: 10px;
}

/* Modal step 3 */

.halfleftbordered {
  width: 381px;
  height: 479px;
  font-size: 14px;
  position: absolute;
  padding: 0 10px;
  top: 10px;
  left: 10px;
  background: #F8F8F8;
  border: 1px solid #DDD;
  border-radius: 3px 0 0 3px;
}

.directoryhide {
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
  padding-left: 40px;
  margin-top: 5px;
  position: relative;
}

.directoryhide:hover {
  background: #EEE;
}

/* Modal step 4 */

.sponsorshipdesc {
  font-size: 14px;
  padding: 5px 10px;
  padding-bottom: 10px;
}

.sponsorship {
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
  padding-left: 40px;
  margin: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  position: relative;
}

.sponsorship:hover {
  background: #EEE;
}

.sponsorcheck {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

.sponsorimg {
  width: 340px;
  text-align: center;
  margin: 10px;
  border: 1px solid #CCC;
}

.sponsorimg img {
  width: 100%;
}

/* Modal step 5 */

#paymentdates {
  opacity: .4;
  
  transition: opacity .5s;
}

#hidepayments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.hidecard {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  
  transition: background .2s;
  
  z-index: 2;
}

.hidecard:hover {
   background: rgba(255,255,255,.8); 
}

.hideselection {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -5px;
  text-align: center;
}

#creditcard {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding-top: 10px;
  margin: 0 10px;
  height: 259px;
}

#creditcardimg {
  height: 24px;
  position: absolute;
  left: 24px;
  top: 140px;
}

#creditcard input {
  text-align: center;
  box-shadow: none;
  
  transition: background .3s, border-color .3s;
}

#creditcard input:focus {
  border-color: #FFEB3B !important;
  background: #FFFDE7;
}

.visa:before {
  content: '';
  width: 25px;
  height: 15px;
  margin-left: .75em;
  background: url(/img/payment-sprite.png) no-repeat left bottom;
  position: absolute;
  left: 33%;
  top: .75em;
}

.fail {
  border-color: #F44336 !important;
  background: #FFCDD2;
}

.approved {  
  border-color: #4CAF50 !important;
  background: #E8F5E9;
}

#creditcard .half {
  width: 134px !important;  
}

#exp {
  width: 100px !important;
}

#cvv {
  width: 60px !important;
}

#cvvimg {
  border-radius: 3px;
  position: absolute;
  height: 33px;
  left: 265px;
}

#paybycheck {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  margin: 0 10px;
  margin-top: 15px;
  height: 122px;
  padding: 15px 20px;
}

.checkbig {
  font-size: 16px;
}

#paymentsamt {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 140px;
}

.payment {
  border-radius: 3px;
  margin: 10px;
  margin-top: 0;
  height: 122px;
  margin-bottom: 15px;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  position: relative;
}

.paymentmonth {
  font-size: 11px;
  color: #666;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mleft,
.mcenter,
.mright {
  display: inline-block;
  background: #F6F6F6;
  border: 1px solid #DDD;
  height: 20px;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mleft,
.mright {
  cursor: pointer;
  padding: 0 3px;
  transition: background .2s, border-color .2s;
  width: 16px;
  text-align: center;
  position: relative;
}

.mleft,
.calendarleft {
  border-radius: 3px 0 0 3px;
}

.mright,
.calendarright {
  border-radius: 0 3px 3px 0;
}

.mleft:after {
  display: block;
  content: '\25C0';
  font-size: 11px;
  position: relative;
  top: 1px;
  right: 2px;
  -webkit-transform: scaleY(1) scaleX(.7);
  transform: scaleY(1) scaleX(.7);
}

.calendarleft,
.calendarright {
  cursor: pointer;
  background: #FFF;
  border: 1px solid #CCC;  
}

.calendarleft:hover,
.calendarright:hover {
  cursor: pointer;
  border: 1px solid #BBB;
}

.calendarleft{
  position: absolute;
  height: 23px;
  width: 17px;
  top: 60px;
  left: 3px;
  text-align: center;
}

.calendarleft:after {
  display: block;
  content: '\25C0';
  font-size: 13px;
  position: relative;
  top: 1px;
  right: 0;
  -webkit-transform: scaleY(1) scaleX(.7);
  transform: scaleY(1) scaleX(.7);
}

.calendarright{
  position: absolute;
  height: 23px;
  width: 17px;
  top: 60px;
  right: 3px;
  text-align: center;
}

.calendarright:after {
  display: block;
  content: '\25B6';
  font-size: 13px;
  position: relative;
  top: 1px;
  right: 0;
  -webkit-transform: scaleY(1) scaleX(.7);
  transform: scaleY(1) scaleX(.7);
}

.mright:after {
  display: block;
  content: '\25B6';
  font-size: 11px;
  position: relative;
  top: 1px;
  -webkit-transform: scaleY(1) scaleX(.7);
  transform: scaleY(1) scaleX(.7);
}

.mleft:hover,
.mright:hover {
  background: #EEE;
  border-color: #CCC;
}

.mcenter {
  text-align: center;
  width: 70px;
  font-size: 11px;
  padding: 1px 0;
  position: relative;
}

.mright {
  top: -1px;
}

.datettl {
  color: #424242;
  font-weight: bold;
  margin-bottom: 15px;
}

.date {
  background: #fEfEfE;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #DDD;
  border-radius: 3px;
  width: 56px;
  font-size: 8px;
  display: inline-block;
  text-align: center;
  opacity: .7;
  
  transition: opacity .2s;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.calendar {
  width: 335px;
  overflow: hidden;
}

.date:hover {
  opacity: 1;
  border-color: #CCC;
}

.selecteddate {
  opacity: 1;
  cursor: default;
  
  color: #FFF;
  background: #4CAF50 !important;
}

.dateday {
  font-size: 16px;
  font-weight: bold;
}

/* Exhibitors */

#howtoexhibit,
#howtovisit {
  padding: 0 20px;
  text-align: left;
}

#howtoexhibit h2,
#howtovisit h2 {
  text-align: left;
}

.stepexhibit {
  margin-top: 35px;
}

.info {
  margin-top: 50px;
}

/* Guides */

#guides {
  text-align: center;
}

.guide {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 15px;
  margin-right: 5px;
  width: 180px;
}

.guide a {
  color: #333;
  text-decoration: none;
}

.guide:hover {
  background: rgba(200,200,200,.2);
}

.guide img {
  -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.2);
  margin-bottom: 4px;
}

/* Exhibitors List */

#exhibitorslist {
  font-family: sans-serif;
  font-size: 14px;
  max-width: 1100px;
  margin: 0 auto;
}

ul#exhibitorsl {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

ul#exhibitorsl li {
  list-style-type: none;
  position: relative;
  padding-left: 110px;
  padding-bottom: 10px;
}

.booth {
  width: 60px;
  text-align: center;
  position: absolute;
  left: 45px;
  top: 0;
}

/* Contact Us */

#contactus {
  position: relative;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#contactform {
  font-size: 22px;
  text-align: center;
}

#cform {
  display: inline-block;
}

#contactform div {
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
}

#contactform input {
  border: 1px solid #CCC;
  font-size: 18px;
  padding: 3px 5px;
  max-width: 400px;
  width: 100%;
  outline: 0;

}

#contactform textarea {
  border: 1px solid #CCC;
  font-size: 18px;
  padding: 3px 5px;
  max-width: 400px;
  width: 100%;
  outline: 0;
  height: 150px;
  resize: none;
  margin-bottom: 10px;
}

#contactside {
  border-left: 1px solid #CCC;
  padding: 20px 0;
  padding-left: 30px;
  width: 300px;
}

#contactnumbers {
  padding: 10px 20px;
  padding-top: 0;
  font-size: 20px;
}

#officehours {
  padding: 0 20px;
  font-size: 20px; 
  margin-bottom: 20px;
}

#local {
  margin-top: 10px;
}

.ttl {
  font-weight: bold;
  font-size: 24px;
}

/* register */

#reginstr {
  color: #F00;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: -15px;
  text-align: center;
}

.secc {
  padding: 20px;
  position: relative;
}

.seccttl {
  color: #efb540;
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
}

.titulos {
  margin-bottom: 5px;
  padding-top: 10px;
}

.third,
.half,
.double,
.quarter,
.medium {
  display: inline-block;
}

.double {
  width: 320px !important;
  margin-right: 4px;
}

.quarter {
  width: 120px !important;
  margin-right: 4px;
}

.third {
  width: 160px !important;
  margin-right: 4px;
}

.half {
  width: 240px !important;
  margin-right: 12px;
}

.medium {
  width: 328px !important;
  margin-right: 4px;
}

.complete {
  margin-right: 4px;
}

.obl:after{ 
  content:"*";
  color: #F00;
  padding-left: 1px;
}

#regtemp{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
}
#contactform{
  width: 100%;
  max-width: 550px;
  font-size: 14px;
  text-align: left;
}
#regtemp .campos{
  display: flex;
}
.half.half-responsive {
    width: 50%!important;
    display: flex;
    margin-right: 0!important;
    justify-content: space-around;
}
.half.half-responsive .quarter{
  margin-right: 0!important;
}

.secc input[type=text],
.secc input[type=number] {
  border: 1px solid #CCC;
  border-radius: 3px;
  width: 100% !important;
  padding: 5px 10px;
  height: 33px;
  outline: 0;
  text-transform: uppercase;
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.secc input[type=text]:focus, .secc textarea:focus{
  border-color: #CCC;
  
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
}

.secc textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
  width: 100% !important;
  padding: 5px;
  height: 40px;
  resize: none;
  outline: 0;
  text-transform: uppercase;
  
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.selectcont {
  width: 100%;
  position: relative;
}

.select {
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 10px !important;
  height: 33px;
  outline: 0;
  text-align: center;
  margin: 0;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: '';
  text-align: left;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
}

.selectcont:before {
  display: block;
  color: #222;
  content: '\25BC';
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 11px;
  -webkit-transform: scaleY(.5) scaleX(1);
  transform: scaleY(.5) scaleX(1);
}

#submit {
  margin: 40px 0;
  text-align: center;
}

#register {
  margin-top: 10px;
}

#formbd { /* form bot detection */
  display: none !important;
}

#register input[type=button]{  
  background-color: #ed3131;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.06) 51%);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  width: 200px;
  text-align: center;
  outline: 0;
  
  -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  -ms-text-shadow: 1px 1px 1px rgba(0,0,0,,1);
  -o-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#register input[type=button]:active {
  background: #dd2323;
  background-image: linear-gradient(180deg, rgba(0,0,0,.1) 8%, rgba(0,0,0,0) 6%);
}

#locationField {
  background: #F8F8F8;
  margin-top: 20px;
  padding: 10px;
}

#autocomplete {
  text-align: center;
  width: 100%;
}

.ttlcenter {
  margin-bottom: 5px;
  text-align: center;
}

#addressfields {
  background: rgba(255,255,255,.1);
  border: 1px solid #DDD;
  border-radius: 3px;
  margin-top: 0;
  padding-top: 5px;
}

#afterinstr {
  text-align: center;
  margin-bottom: 30px;
}

.alertttl {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.regname {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}

.code {
  font-size: 40px;
  color: #F00;
  padding-bottom: 20px;
}

#regprint {
  height: 1px;
  width: 1px;
  position: absolute;
  visibility: hidden;
}

#nexttrucking {
  padding: 0 15px;
}

#nexttrucking img {
  
}

/*#skyscrapper{
  width: 160px;
  height: 600px;
}

#squared{
  width: 300px;
  height: 300px;
}*/

/* Contact form */

#contact {
  margin-top: 20px;
  border-radius: 3px;
  padding-top: 10px;
  background: #F8F8F8;
  border: 1px solid #DDD;
}

#message {
  height: 120px;
}

.alert {
  background: #FFF;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -120px;
  width: 400px;
  z-index: 5;
  
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 20px rgba(0,0,0,.7);
}

.alertmsg {
  color: #222;
  font-size: 14px;
}

/* Sponsorships */

#sponsorships {
  padding: 0 40px;
}

#sponsorships p {
  font-size: 16px;
  margin-bottom: 40px;
}

#sponsorships h2 {
  text-align: left;
}

.sprice {
  color: #666;
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: -10px;
}

.ssold {
  color: #F00;
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
}

.snote {
  color: #F00;
  font-size: 12px;
  margin-top: -25px;
}

/* Seminar */

#seminars {
  width: 80%;
  margin: 0 auto;
}

.semday {
  width: 42%;
  float: left;
}

.semfirst {
  margin-right: 16%;
}

.semttl {
  text-align: center;
  font-size: 24px;
}

.sem {
  font-weight: bold;
  margin-top: 20px;
}

.seminar {
  border-bottom: 1px solid #CCC;
  height: 80px;
  position: relative;
}

.whenlang {
  margin-top: 10px;
  padding-bottom: 12px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lang {
  position: absolute;
  top: 0;
  right: 0;
}

#seminardesc {
  clear: both;
  margin: 0 auto;
  line-height: 25px;
  width: 80%;
  padding-top: 10px;
}

.sttl {
  font-weight: bold;
}

.swho {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  margin: -5px 0;
}

.seminardesc {
  margin-top: 30px;
}

.sdesc {
  font-size: 14px;
}

/* Table div */

.divTable div{
  text-align: center;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.divTable{
  width: 100%;
  background: #FFF;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}

.headRow { 
  display:table-row;
  text-align: center;
  font-weight: bold;
}

.divRow{
  display:table-row;
  vertical-align: middle;
  text-align:left;
}

.divCell{
  padding: 14px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.divCell a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 100%;
}

.divcell img {
  max-height: 550px;
  max-width: 800px;
}

.divCell a:hover {
  text-decoration: underline;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Lightbox */

#fader {
  position: fixed;
  background: rgba(100,100,100,.6);
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  
  z-index: 100;
}

#lightcont {
  padding: 20px;
  position: relative;
  font-size: 14px;
}

#thanks {
  position: fixed;
  background: #FFF;
  height: 100px;
  width: 320px;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -50px;
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
  -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
  -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
  
  z-index: 101;
}

#close {
  background: url(img/close.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  opacity: .6;
}

#close:hover {
  opacity: 1;
}