
.scta {
  background: #ff7043;
  border: 1px solid #c63721;
  cursor: pointer;
  color: #FFF !important;
  font-size: 20px;
  width: 216px;
  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: #F15A29;
}

/* register */

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

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

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

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

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

.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,
#contactform {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    max-width: 550px;
}

.secc input[type=text],
.secc input[type=email],
.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 input[type=number]:focus,.secc input[type=email]: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;
}

#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 {
  position: absolute;
  left: 50%;
  margin-left: 350px;
  top: 195px;
}

#nexttrucking img {
  background: #DEDEDE;
  border: 1px solid #DDD;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

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

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


/* Floor plan */

#frameMap {
    background: #FFF;
    border: 1px solid #EEE;
    width: 100%;
}

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

#fpexhlst {
  background: #1976D2;
  border-radius: 3px 0 0 0;
  cursor: pointer;
  width: 300px;
  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 */

#floorplancont{
  padding: 20px;
}

#fpcontainer {
  margin: 0 auto;
  width: 100% !important;
}

#floorplan {
  text-align: center;
  margin: 0 auto;
}

#container {
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 20px;
}

#sidebar {
  height: 100%;
  border-radius: 0 0 0 3px;
  background: #EFEFEF;
  width: 30%;
  border: 1px solid #EFEFEF;
  display: none;
  margin-top: 55px;
  padding: 0 10px;
  font-size: 12px;
  overflow: auto;
  overflow-x: hidden;
  
  display: flex;
  flex-direction: column;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list #mapcont{
  width: 80% !important;
  height: 100%;
  z-index: 1;
  position: relative;
}

#listsearch {
  background: #c63f17;
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
  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% 4px;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 3px;
  height: 33px;
  width: 100%;
  outline: 0;
  text-transform: uppercase;
}

.logotip { 
  text-align: center;
}

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

.company {
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  cursor: pointer;
  padding: 1vw 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: auto;
  width: 100%;
  border-radius: 0 0 3px 0;
}

#zoom {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 52px;
  box-shadow: 3px 2px 4px rgba(0,0,0,.2);
}

.btn {
  background: #fff url(/img/zoom.png) no-repeat;
  background-size: 60%;
  border: 1px solid #CCC;
  font-family: Verdana;
  width: 100%;
  height: 25px;
  position: absolute;
  transition: .1s linear background;
}

.btn:active {
  background-color: #EEE;
}

.btnup {
  background-position: 5px 5px;
  border-radius: 3px 3px 0 0;
  top: 0;
}

.btndwn {
  background-position: 5px -22px;
  border-radius: 0 0 3px 3px;
  bottom: 0;
}

/* Tooltip */
      
#tooltip {
  background: #FFF;
  box-shadow: 0 0 15px rgba(0,0,0,.18);
  font-size: 11px;
  width: 240px;
  text-align: left;
  position: absolute;
  z-index: 4;
  transition: linear .2s opacity;
}

#toptip {
  background: #c63f17;
  height: 5px;
}

#cinfo {
  padding: 10px;
  border: 1px solid #c5c5c5;
  border-top: 0;
  line-height: 18px;
  font-size: 11px;
}

/* Floorplan modal reserve */

#fade {
  background: rgba(198,63,23,.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#modalreserve {
  background: #FFF;
  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: 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);
}

.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-left: 180px;
  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: 35px;
  right: 85px;
  width: 205px;
}

#modalorder {
  background: #FFF;
  border-radius: 0 3px 3px 0;
  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: #ff7043;
  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: 365px;
  height: 539px;
  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 */

.laststep {
  height: 460px !important;
}

#paymentdates {
  opacity: .6;
  transition: opacity .2s;
}

#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: 110px;
  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;
}

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

#officialterms {
  top: 476px;
  position: absolute;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

#officialterms a {
  text-decoration: underline; 
}

/* 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;
}
