/*
 * easyInteractive Floorplan v3.0b1
 * Theme Name: Hilton
 * Copyright 2011-2012, Metroplex 360
 *
*/

@import url('//fonts.googleapis.com/css?family=Lato:100,300,400');

body {
  background: #ffffff;
  font-size: 18px;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.logo img { max-height: 80px; margin-top: 5px;}
.ribbon {
  background: #444444; /* url('top-section-bg.gif') repeat-x; */
  height: 80px;
  border-top: 0;
  border-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
  position: relative;
  font-size: 16px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
}
#furnitureOptions {
  background: #444444;
  font-size: 16px;
  font-family: Lato, Helvetica, Arial, sans-serif;

}
.ribbon a, .ribbon a:link, .ribbon a:visited {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  transition: color 1s;
  padding-bottom: 10px;
}
.ribbon a:hover {
  color: #dd2026;
  background-color: transparent !important;
  transition: color 1s;
}
@media screen and (max-width: 875px) {
  .ribbonLeft {
    background: #000;
  }
}
.modal input, .modal button, #column div div, .list li a, .list li a:link, .list li a:visited {
  font-size: 10px;
}
#footer {
  height: 0px !important;
  background: #fff /* url('top-section-bg.gif') repeat-x bottom left !important */;
}
/* No Text Labels */
#footer a span { display: none }

#column {
  display: none;
}

.modal #furnitureSelection span.label,
.modal input, .modal button, .list li a, .list li a:link, .list li a:visited {
  font-size: 16px;
}

.list li a, .list li a:link, .list li a:visited {
  background: none !important;
  border-left: none !important;
  border-right: none !important;
  transition: background-color 1s;
}
.modal h3 {
  font-size: 24px;
}
.modal input, .modal button, #column div div, .list li a, .list li a:link, .list li a:visited {
  font-size: 16px;
}
.modal blockquote p {
  font-size: 22px;
  line-height: 1.5em;
}
.modal blockquote label {
  font-size: 18px;
}
.modal button {
  font-family: Lato, Helvetica, Arial, sans-serif;;
}

#loading { background: #0099cb; }
  #loading h2 { color: #fff }

/* Disabled Google Maps Style Buttons -- Footer is favored */
/*ul#selectFloor { display: none !important }	*/


#controls { background: #4f7ccb;}

#controls a { background: transparent rgba(0,0,0,0.2); font-size: 12px; text-transform: uppercase;}
