html {
  scroll-behavior: smooth;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1570px;
  }
}
@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
  }
  
  #menu, #footer,#patros,#copyright,#submit {
    display: none;
  }
  
  #newleyend {
    display: inherit !important;
  }
  
  #oldleyend {
    display: none;
  }

}
#menu-mobile{
  display: none;
}
#comunicado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
  background: rgba(0,0,0,.8);
  padding: 50px;
}

#comunicado img {
  height: 100%;
  width: auto;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #424242;
  margin: 0;
  padding: 0;

}

body.active-menu{
  overflow-y: hidden;
}

body ::selection {
  background-color: #FB403B;
  color: #fff;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

h1 {
  text-align: center;
  font-size: 3vw;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
  text-transform: uppercase;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  /*text-decoration: underline;*/
}


#graciasbye {
  background: rgba(255,255,255,.9);
  font-size: 6vh;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#graciasbye div {
  background: #F5DB06;
  border-top: 1px solid #e8cc00;
  border-bottom: 1px solid #e8cc00;
  margin-top: 30vh;
  padding: 20px 0 30px 0;
}

#graciasbye span {
  font-size: 10vh;
  font-weight: bold;
}

#countdowntime {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  /*color: #F00;*/
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  text-align: left;
  line-height: 28px;
}

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


/* Template */

#template {
  background: #FFF;
  max-width: 1590px;
  margin: 0 auto;
  position: relative;
  
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) !important;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3) !important;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.3) !important;
}

/* Top part */

#header {
  background: #3f51b5;
  font-size: 22px;
  color: #FFF;
  height: 40px;
  width: 100%;
  max-width: 1590px;
  position: fixed;
  top: 0;
  z-index: 3;
  
  -webkit-transition: font-size .1s, height .1s;
  transition: font-size .1s, height .1s;
}

#toppart {
  background: #000;
  padding: 20px 0;
}

#toppart .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logoleft {
  top: 20px;
  left: 20px;
}

#logoright {
  top: 20px;
  right: 20px;
  order:1;
}

#topcenter {
  color: #FFF;
  text-align: center;
  top: 0;
  width: 500px;
}

#nuevasfechas{
  color: #F6DC01;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0px;
}

#fechas {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0px;
}

#donde {
  font-size: 30px;
}

/* Countdown */

#countdown {
  background: #FFF;
  border-radius: 3px;
  color: #333;
  text-align: center;
  padding: 10px 0;
}

.countdown {
  display: inline-block;
  border-right: 1px solid #DDD;
  flex:1 1 0;
  text-align: center;
  font-size: 14px;
}

#cdseconds {
  border-right: 0;
}

/* Exhibitor List */

#exhibitorlist {
  font-family: sans-serif;
  font-size: 14px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

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

ul#exhibitorl li {
	list-style-type: none;
	position: relative;
  padding-left: 100px;
  padding-bottom: 3px;
}

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

/* Contact form */

#contactform {
  width: 550px;
  background: #FFF;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  padding-bottom: 30px;
}

#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 {
  font-size: 14px;
}

#message {
  height: 120px;
}

.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Menu */

nav {
	font-size: 16px;	
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.1);
  z-index: 1;
}

#menu ul{
  display: flex;
  margin:0;
  justify-content: space-between;
}

#menu .cerrar{
  display: none;
}

nav li {
	list-style: none;
	cursor: pointer;

}

nav li a {
	display: inline-block;
	padding: 18px 20px;
	min-width: 100px;
	text-align: center;
	color: #222;
}

nav li a:hover {
	background: #efd404;
  text-decoration: none;
}

nav li a:active {
	background: #e2c802;
  text-decoration: none;
}

nav li.red a,
nav li.red a:hover {
	color: #fcfcfc !important;
	background: #FB403B !important;
}

div.navigation-secondary {
	font-size: 14px;
	margin: 0 auto;
	color: #f3f3f3;
	background-color: #212121;
	border: 1px solid #000;
	border-top: 0;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	padding: 10px 0;
	font-weight: bold;
}

.submenu {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

div.navigation-secondary.no-down {
	border: 1px solid #ba9a00;
	margin-bottom: -15px;
}

div.navigation-secondary ul{
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

div.navigation-secondary ul li {
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
}

div.navigation-secondary ul li a,
div.navigation-secondary ul li a:visited
 {
	text-decoration: none;
	color: #F3F3F3;
}

div.navigation-secondary ul li a:hover {
	text-decoration: none !important;
}

div.navigation-secondary ul li {
	margin-left: 16px;
}

/* content */

#cover {
  color: #FFF;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
#cover:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
#cover .container{
  position: relative;
  display: flex;
  align-items:center;
  width: 100%;
  margin:0 auto;
  padding:0;
  justify-content: space-between;
}


.coverprincipal {
  background-image: url(/img/cover.jpg);
}

#perfil {
  padding: 30px;
}

#coverfade {
  text-align: center;
  padding: 0 20px;
  height: 100%;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

#headline {
  font-size: 48px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .9);
}

#subheadline {
  font-size: 22px;
  padding: 20px 30px;
  
  text-shadow: 0 0 8px rgba(0, 0, 0, .9);
}

#schedule {
  background: #000;
  height: 100%;
  width: 600px;
  padding: 20px;
  text-align: left;
  z-index: 1;
  padding:45px 20px;
}

.headttl {
  text-align: center;
  font-size:3em;
  line-height:1;
  text-transform: uppercase;
}

.ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.horariottl {
  font-weight: bold;
  margin-bottom: 5px;
}

.horario {
  margin-bottom: 20px;
}

.content {
  padding-top: 20px;
}

#scta {
  color: #FFF;
  width: 100%;
}
#scta .container{
  text-align: center;
  display:flex;
  justify-content: center;
}


#sctatxt,
#sctabtn {
  color: #FFF;
  margin: 15px 0;
  padding: 10px;
  display: inline-block;
}
#sctatxt{
  text-align: left;
}

#sctatxt span{
  display: block;
  margin-bottom: 10px;
}

#sctabtn {
  border: 1px solid #FFF;
  border-radius: 3px;
  cursor: pointer;
  align-self:center;
  transition: background .2s;
  flex: 1 1 228px;
  max-width: 228px;
}

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

.secc {
  padding: 28px;
  min-height: 200px;
}

#participaoptns {
  margin-top: 30px;
  display: flex;
}

.halfsquare {
  width: 50%;
  padding: 0 20px;

}

.halfsquare .divRow{
  text-align:center;
}
.bigline {
  height: 20px;
}

.yellow {
  color: #333;
  background: #F5DB06;
}


.red {
  color: #FFF;
  background: #FB403B;
}

.halfcont {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.halfttl {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
}

.btn {
  border-radius: 3px;
  width: 220px;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  display: inherit;
}

.halfbtn {
  margin-top: 30px;
  text-align: center;
  margin-top: auto;
}

.advantages {
  width: 80%;
  margin:0 auto;
}

/* Venue */

#venue {
  color: #FFF;
  background-size: cover;
  background-position: center;
  background-image: url(/img/cintermex.jpg);
  position: relative;
  text-align: center;
  height: 400px;
}

.cintermexaddress {
  background: #FB403B;
  color: #FFF;
  padding: 10px 0;
  width: 100%;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  margin-top: -5px;
}

/* Patrocinios */

#patros {
  padding: 20px 0;
  text-align: center;
}
#patros .container{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#patros .container img{
  max-width: 200px;
}

/* Registro */

#register {
	/*margin-left: 80px;
	position: relative;*/
  margin: 0 auto;
  position: relative;
  width: 570px;
  padding-bottom: 30px;
}

#reginstr {
  color: #F00;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

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

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

.titulos {
  margin-bottom: 5px;
  margin-top: 10px;
  display: flex;
}
.titulos .mitad{
  width: 50%;
  padding:0 7.5px;
}
.titulos label{
  padding:0 7.5px;
  width: 100%;
}
.titulos .phone{
  display: flex;
  flex-wrap: wrap;
}
.titulos .phone .medium{
  width: 100%!important;
}
.titulos .mitad-calle {
  width: 70%!important
}
.titulos .mitad-numero {
  width: 30%!important
}
.titulos .tres-espacios {
  width: calc(100% / 3);
}
.titulos .phone-name{
  width: 100%;
}

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

.micro {
  width: 40px !important;
  margin-right: 4px;
}

.third {
  width: 160px !important;
  margin-right: 4px;
}
.campos{
  display: flex;
  justify-content: space-between;
}
.campos .half{
  width:calc(100% / 2 - 7.5px);
}
.campos .half label{
  margin-bottom: 10px;
  display: block;
}
.campos .half input{
  margin-bottom: 10px;
}
/*.half {
  width: 240px !important;
  margin-right: 12px;
}*/

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

.complete {
  width: 495px;
}

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

#ext {
  width: 40px !important;
}

input[type=text]{
  border: 1px solid #CCC;
  width: 100% !important;
  padding: 0 5px;
  height: 25px;
  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;
}

input[type=text]:focus{
  border-color: #AAA;
  
  -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);
}

.selectcont {
  display: inline-block;
  width: 100%;
  background: #FFF linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.06) 51%);
}

.select {
  border: 1px solid #CCC;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 10px !important;
  height: 25px;
  outline: 0;
  text-align: center;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-apperance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: transparent url(/img/decrement.png) no-repeat calc(100% - 4px) 10px;
  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);
}

#submit {
  margin-top: 25px;
  text-align: center;
}

input[type=button],
input[type=submit],
button {  
  background-color: #ed3131;
  border: 0;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 0;
  width: 240px;
  text-align: center;
  outline: 0;
}

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

/* footer */

#footer {
  height: 155px;
  font-size: 14px;
}

#footer li {
  padding-left: 40px;
}

#footer a, #footer a:visited {
  color: #FFF !important;
}

#footer a:hover {
  text-decoration: underline;
}

#footerreg {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background .2s;
  display: inline-block;
  margin-bottom: 15px;
}

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

#footerlinks .divRow .divCell:last-child{
  text-align: center;
}

#copyright {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

/* Table div */

.divTable{
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.divCell{
	padding: 5px;
	display: table-cell;
	position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#encontraras li {
  background-image: url(/img/plus.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  padding-left: 24px;
  margin: 3px 0;
}

/* Map */

#mapsecc {
  position: relative;
}
#mapsecc iframe{
  width: 100%;
  height: 300px;
}

#mapdiv {
  height: 400px;
}

/* Hoteles */

#hotelessecc {
  padding: 10px 30px;
}


#hoteles .divCell {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: calc(100% / 3);
}
#hoteles .divRow{
  display: flex!important;
  justify-content: center;
  align-items: flex-start;
  flex-wrap:wrap;

}
.hlogocont {
  position: relative;
}

.hlogo{
  width: 80%;
  max-width: 300px;
}  

#holidayinn {
  background-image: url(/img/map/green.png);
}

#antarisuite {
  background-image: url(/img/map/yellow.png);
}

#safi {
  background-image: url(/img/map/red.png);
}

#cityexpress {
  background-image: url(/img/map/blue.png);
}

/* servicios  */

#serviciossecc {
  padding: 10px 30px;
}

#servicios .divCell {
  text-align: center;
  border: 1px solid #EEE;
}

/* visitantes */

#programaconferencias {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

#programaconferencias .headRow {
  background: #EEE;
}

.conferencista {
  font-size: 12px;
}

/* expositores */

#coverphoto {
  text-align: center;
  padding-bottom: 30px;
}

#showoff{
  width: 100%;
}

#header-interiores .container{
  display: flex;
  flex-wrap:wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
#header-interiores .container h1{
  width: 100%;
  order: -1;
}
#header-interiores .container #coverphoto{
  order: 2;
  flex: 1 1 0;
}

#documentos {
  width: 300px;
  margin-right: 15px;
  order: 1;
}

.documento {
  background-color: #ed3131;
  border-bottom: 1px solid #b21207;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  transition: background .3s;
}
.documento a{
  color:#fff;
  width: 100%;
  display: block;
  padding: 10px 0;
}

.documento:hover {
  background: #fc4c49;
}

.docttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.docimg {
  margin-bottom: 10px;
}

#espacios {
  background: #f6f6f6;
  padding: 20px 0;
}

#standsprecios{
  width: auto;
  min-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#standsprecios .divRow:nth-child(even) {
  background: #FFF;  
}

#standsprecios .divCell {
  padding: 5px 5px;
}

#pedirinformes {
  text-align: center;
  padding: 20px 0;
}

/* Gallery */

#galyears {
  color: #999;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  padding-top: 22px;
  padding-bottom: 30px;
  
  -webkit-transition: color .3s;
  transition: color .3s;
}

#galyears span {
  cursor: pointer;
}

#galyears span:hover {
  color: #666;
}

.galcurr {
  color: #424242 !important;
  cursor: default !important;
}

#gallcont {
  position: relative;
}

#gallerycont {
  position: relative;
  clear: both;
  height: 550px;
  overflow: hidden;
  
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#gallery {
  height: 800px;
  width: 3910px;

  position: absolute;
  bottom: -250px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  
  -webkit-transition: width .5s, padding .5s;
  transition: width .5s, padding .5s;
}

#gallast,
#galcurr,
#galnext,
#galhiddenl,
#galhiddenr {
  float: left;
  overflow: hidden; 
  opacity: 1;
  
  -webkit-transition: width .5s;
  transition: width .5s;
}

#galcurr {
  padding: 0 40px;
}

#galnext {
  padding-right: 40px;
  
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

#gallast {
  padding-left: 40px;
}

#gallery img {
  height: 500px;
  width: 750px;
}

#galleft {
  background: rgba(255,255,255,.7);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 750px)/2);
  z-index: 1;
}

#galleftarrow {
  cursor: pointer;
  position: absolute;
  background: url(/img/arrow.png);
  height: 26px;
  width: 30px;
  top: 50%;
  margin-top: -13px;
  right: 3px;
  opacity: .6;
}

#galleftarrow:hover {
  opacity: 1;
}

#galrightarrow {
  cursor: pointer;
  position: absolute;
  background: url(/img/arrow.png) 30px 0;
  height: 26px;
  width: 30px;
  top: 50%;
  margin-top: -13px;
  left: 3px;
  opacity: .6;
}

#galrightarrow:hover {
  opacity: 1;
}

#galright {
  background: rgba(255,255,255,.7);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 750px)/2);
  z-index: 1;
}

/* Floor plan */

#floorplan {
  padding: 50px 30px;
  padding-top: 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: #1976d2;
  height: 40px;
  position: relative;
}

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

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

#fpexhlsthide {
  position: absolute;
  top: 5px;
  right: 3px;
  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: 55px;
}

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

#fpbtnprintimg{
  position: absolute;
  top: 3px;
  right: 14px;
  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;
}

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

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

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

.list #mapcont{
  width: 80%;
  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: 20%;
  height: 55px;
  z-index: 10;
  padding: 10px;
  
  -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 #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: 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: 1em;
}

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

/* Lightbox */

#fade {
  background: rgba(0,0,0,.8);
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#informes {
  background: #FFF;
  border-radius: 3px;
  z-index: 3;
  position: absolute;
  width: 95%;
  max-width: 600px;
}

#informes .secc {
  padding-top: 10px;
}

.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;
}