/*
* global
*/
@font-face {
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Lora-BoldItalic';
    src: url(../fonts/Lora-BoldItalic.ttf);
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-CondBold.ttf);
}
@font-face {
    font-family: 'Lora-Italic';
    src: url(../fonts/Lora-Italic.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: 'Impact';
    src: url(../fonts/Impact.ttf);
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(../fonts/MyriadPro-Regular.otf);
}
@font-face {
    font-family: 'Quicksand-Regular';
    src: url(../fonts/Quicksand-regular.ttf);
}

* {
    -webkit-overflow-scrolling: touch;
}
body {
    background-color: #f5f5f5;
}
header {
    background-color: transparent;
    color: #FFF;
}
header.blue {
    background-color: #00A9CD;
}
h1 {
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.navbar-brand {
    padding-top: 10px;
}
header .navbar-header img {
    width: 60%;
}
.center {
    text-align: center;
}
.modal-content {
    padding: 20px;
}
.modal-backdrop {
    position: fixed;
}
button.btn-primary-yellow {
    background-color: rgb(255, 162, 0);
    color: #FFF;
}
button.btn-primary-yellow:hover, button.btn-primary-yellow:focus, button.btn-primary-yellow:active {
    color: #FFF;
}
textarea {
    resize: none;
}
a:hover {
    cursor: pointer;
}
div.content {
    margin-top: 50px;
}
/*
* header
*/
.header-nav{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.navbar-default{
    background: none;
    border: none;
}

header .navbar-default .navbar-nav > li > a, header .navbar-default .navbar-nav > li > button {
    color: #FFF;
    font-family: "Quicksand-Regular";
    font-size: 18px;
    text-transform: uppercase;
}

.navbar {
    margin-bottom: 0;
}
button.btn-sign-up, button.btn-sign-up:hover, button.btn-sign-up:active, button.btn-sign-up:focus {
    background-color: #03a7cf;
    border: 0;
    outline: 0;
    margin-top: 6px;
}
.navbar li a:hover {
    cursor: pointer;
}
/* ====== Sign in/up =======*/
.modal-signup {
    width: 345px;
}
.sign.modal-content {
    padding: 20px;
    text-align: center;
}
.sign.modal-content h1 {
    font: 20px Roboto-Light;
    color: rgba(0,0,0, 0.6);
}
.sign.modal-content h3 {
    font: 20px Roboto-Regular;
    color: rgba(0,0,0, 0.4);
}
.sign.modal-content h4 {
    font: 12px Roboto-Regular;
    color: #999999;
}
.sign.modal-content h4 a {
    text-decoration: none;
    color: #0077aa;
}
.sign-fb {
    background: #336699;
    padding-top: 8px;
    margin-top: 32px;
    border: 1px solid #336699;
    border-radius: 5px;
    height: 36px;
    color: #ffffff;
    font: 16px Roboto-Regular;
    cursor: pointer;
}
.sign-fb img{
    margin-top: -5px;
    padding-right: 20px;
}
.btn-sign-in {
    color: #ffffff;
    font: 16px Roboto-Regular;
    border: 1px solid #ffa200;
    border-radius: 5px;
    height: 36px;
    width: 100%;
    background: #ffa200;
    padding-top: 8px;
    margin-top: 35px;
    outline: none;
}
.remember {
    text-align: left;
    font: 16px Roboto-Regular;
    color: rgba(0,0,0,0.4);
    margin-top: 5px;
}
.modal-link{
    padding-top: 5px;
    padding-left: 5px;
    font: 12px Roboto-Regular;
    text-decoration: none;
    color: #0077aa;
}
.sign-header {
    padding: 0;
    border: none;
}

/*
* footer
*/
.navbar {
    border-radius: 0 !important;
}
footer .navbar-top {
    background-color: #00A9CD;
    color: gray;
}
footer .navbar-top .navbar-nav > li > a, footer .navbar-top .navbar-nav > li > button {
    color: gray;
    font-family: "Quicksand-Regular";
    font-size: 16px;
    text-transform: uppercase;
}
footer .navbar-bottom {
    background-color: gray;
}
footer .navbar-bottom p {
    color: #ffffff !important;
}

button.store {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-right: 5px !important;
}
button.store img {
    height: 34px;
}
.icon_nearby{
    display: inline-block;
    background: url("../images/icon_nearby_recent_popular.png") no-repeat;
    height: 55px;
    width: 55px;
    background-position: -3px;
    border: none;
}

.icon_recent{
    display: inline-block;
    background: url("../images/icon_nearby_recent_popular.png") no-repeat;
    height: 55px;
    width: 55px;
    background-position: -66px;
    border: none;
}

.icon_popular{
    display: inline-block;
    background: url("../images/icon_nearby_recent_popular.png") no-repeat;
    height: 55px;
    width: 55px;
    background-position: -125px;
    border: none;
}

/*
* index.html
*/
html {
  height: 100%;
  overflow-x: hidden;
}

/*body {
  height: 100%;
}*/
.index-wrapper {
    font-family: 'MyriadPro-Regular';
}
div.blue {
    /*z-index: -1;*/
    position: absolute;
    width: 200vw;
    top: -3080px;
    left: -50vw;
    height: 3500px;
    background-color: #274181;
    border-radius: 1500px;
    opacity: 0.7;
}
.prlx {
  position: relative;
  min-height: 80vh;
  width: 99vw;
}

.prlx:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: -2;
}

.prlx div.row {
    margin-right: 0;
}

.prlx:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.prlx:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.prlx, .prlx:before {
  background: 50% 50% / cover;
}

#prlx1 {
    box-shadow: none;
    margin-top: -133px;
    padding-top: 133px;
    overflow-x: hidden;
    background-image: url("../images/people.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*z-index:-1;*/
}
#prlx2 {
    background-color: white;
    background-attachment: fixed;
    padding: 0;
}
.circles a {
    margin-top: -75px;
    background: url("../images/slider_top_bt.png");
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    height: 150px;
    background-position: 151px -1px;
}
.circles div:nth-of-type(1) a.active {
    background-position: 151px -153px;
}
.circles div:nth-of-type(2) a {
    background-position: 456px -1px;
}
.circles div:nth-of-type(2) a.active {
    background-position: 456px -153px;
}
.circles div:nth-of-type(3) a {
    background-position: 304px -1px;
}
.circles div:nth-of-type(3) a.active {
    background-position: 304px -153px;
}
.circles div:nth-of-type(4) a {
    background-position: 0 -1px;
}
.circles div:nth-of-type(4) a.active {
    background-position: 0 -153px;
}
#prlx2 img.screen {
    position: absolute;
    top: 72px;
    left: 73px;
    width: 253px;
}
#prlx3 {
    background-color: #03a7cf;
}
#prlx3 h2, #prlx3 h3 {
    color: white;
    font-family: 'Quicksand-Regular';
}
.article-1 {
    color: #ffffff;
    padding-bottom: 90px;
    position: relative;
}
.article-1 > h1 {
    margin: 0;
    font: 30px 'Quicksand-Regular';
    text-align: center;
    padding-bottom: 50px;
}
.article-1 h1, .article-1 h3 {
    text-transform: uppercase;
}
.article-1 .pre-video {
    background-color: #03a7cf;
    border-radius: 4px;
    padding: 20px 10px;
    height: 293px;
}
.article-1 .pre-video::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 135px;
    border: 10px solid transparent;
    border-left: 10px solid #03a7cf;
}
.article-1 .pre-video div {
    text-align: center;
    padding: 20px 0;
}
.article-1 .pre-video h1 {
    font-family: 'Quicksand-Regular';
    font-size: 25px;
    margin: 0;
    text-align: center;
    margin: 59px auto;
}
.video {
    border-radius: 4px;
    background-color: transparent;
    width: 560px;
    height: 315px;
}
button.btn-sign-up-demo, button.btn-sign-up-demo:hover, button.btn-sign-up-demo:active, button.btn-sign-up-demo:focus {
    background-color: #274181;
    color: white;
    border: 0;
    outline: 0;
}
#carousel {
    max-height: 590px;
}
.carousel-index .carousel-control {
    width: 5%;
}
.carousel-index .carousel-control.right, .carousel-index .carousel-control.left {
   background: transparent;
   color: #03a7cf;
   left: -100px;
   right: -50px;
}
.carousel-index .carousel-control.right {
    left: auto;
}
.carousel-index div.row {
    background-position: bottom;
    background-repeat: no-repeat;
}
.carousel-index .item:nth-child(1) div.row {
    background-image: url("../images/slider_bg_bot_1.png");
}
.carousel-index .item:nth-child(2) div.row {
    background-image: url("../images/slider_bg_bot_2.png");
}
.carousel-index .item:nth-child(3) div.row {
    background-image: url("../images/slider_bg_bot_3.png");
}
.carousel-index .item:nth-child(4) div.row {
    background-image: url("../images/slider_bg_bot_4.png");
}
.carousel-index h2 {
    color: #274181;
    font-family: 'Quicksand-Regular';
    letter-spacing: -2px;
}
.slider-inner-icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 4px;
    background-color: silver;
    background-image: url("../images/slider_ico_t66.png");
    background-position-x: 0;
}
.slider-inner-icon:nth-of-type(2) {
    background-position-x: 66px;
}
.slider-inner-icon:nth-of-type(3) {
    background-position-x: 132px;
}
.slider-inner-icon.active {
    background-color: #03a7cf;
}
#prlx4 {
    background: #99dbeb url("../images/bg_peoples.png");
    background-position: bottom;
    background-repeat: no-repeat;
}
#prlx4 .thumb {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding-top: 60px;
    margin-top: 100px;
    min-height: 200px;
}
#prlx4 .thumb h3, #prlx4 h2, #prlx5 h2, #prlx5 h3 {
    font-family: 'Quicksand-Regular';
    letter-spacing: -2px;
}
#prlx4 .thumb h3 span.blue, #prlx4 h2, #prlx5 h2 {
    color: #274181;
}
#prlx4 .thumb ul {
    padding-left: 0;
}
#prlx4 .thumb li {
    list-style: none;
    text-align: center;
}
#prlx5 h3 {
    color: #03a6cf;
}
#prlx4 .row:nth-of-type(3) {
    margin-bottom: 20px;
}
.arc-wrapper {
    position: absolute;
    left: 38%;
    top: -53px;
}
.arc-wrapper img {
    width: 105px;
    height: 105px;
}
.arc {
    position: absolute;
    top: -17px;
    left: -18px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 1px solid;
    border: 18px solid;
    border-color: #82ba00;
}
.arc_start {
    border-color: rgba(255, 255, 255, 0.7) transparent #03a7cf transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#prlx5 {
    background-color: #FFF;
    min-height: 60vh;
}
#prlx5 img.market {
    margin-top: 30px;
}
#prlx5 div.form {
    background: #b3b8b9;
    padding: 20px 10px;
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 25px;
}
button.btn-retailer {
    background-color: #03a6cf;
    color: #99dbeb;
}
/*
* signup demo
*/
input.coloured.ng-invalid.ng-dirty, select.coloured.ng-invalid.ng-dirty, textarea.coloured.ng-invalid.ng-dirty {
    border: 1px solid #d9534f;
}
input.coloured.ng-valid.ng-dirty, select.coloured.ng-valid.ng-dirty, textarea.coloured.ng-valid.ng-dirty {
    border: 1px solid #5cb85c;
}
.sign-for-demo {
    background: #f5f5f5;
}
.sfd-header {
    font: 30px "Roboto-Regular";
    color: #7a7a7a;
    margin-top: 52px;
}
.sfd-header span {
    font: 30px "Roboto-Black";
}
.sfd-sm-header {
    font: 18px "Roboto-Black";
    color: #7a7a7a;
    margin: 0 0 50px 0;
}
.sfd-content {
    padding-top: 50px;
    padding-right: 30px;
    font: 16px "Roboto-Regular";
    color: #7a7a7a;
    text-align: justify;
}
.sfd-content p {
    margin: 0 0 20px 0;
    text-indent: 20px;
}
.sfd-form-wrapper {
    padding: 24px 24px;
    background-color: #1f7199;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 50px;
}
.sfd-form {
    padding: 0 15px 0 30px;
}
.sfd-form label span {
    font-size: 14px;
    color: #1586c2;
}
.sfd-form input:focus {
    outline: 0;
}

/*
* explorer
*/
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin: 0 -15px;
}
#map-canvas .zoom-wrapper {
    margin: 10px;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
}
.pac-container {
    background-color: #fff;
    font-family: 'open_sansregular';
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}

.pac-item:hover {
    background-color: #fafafa;
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}

.pac-icon-marker-google {
    background-position: -1px -161px;
}
.pac-icon-marker-indoor {
    background-image: url(../images/marker-green.png);
    background-size: 15px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}
.search-wrapper {
    margin: 5px auto;
}
input.search-field-small {
    width: 200px !important;
}
.warning_search{
    /*border: 1px solid red !important;
    border-right-width: 2px !important;*/
}
.bubble-wrapper {
    position: absolute;
}
.bubble-wrapper > div {
    position: relative;
    z-index: 11;
    width: 30px;
}
.bubble-wrapper .arrow {
    font-size: 32px;
    color: #0d435b;
}
.bubble-wrapper .arrow:hover {
    color: #ff7400;
    cursor: pointer;
}
.bubble {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #337ab7;
    background-color: rgba(255, 255, 255, 0.5);
    color: #0d435b;
    font-size: 17px;
    margin-top: 5px;
    box-shadow: 0 0 1px;
}
.bubble-square {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #337ab7;
    background-color: rgba(255, 255, 255, 0.5);
    color: #0d435b;
    font-size: 17px;
    margin-top: 5px;
    box-shadow: 0 0 1px;
}
.bubble-square:hover {
    cursor: pointer;
}
.bubble-container.hideable {
    display: none;
}
.bubble:nth-of-type(1) {
    margin-top: 0;
}
.bubble:hover, .bubble.active {
    border-color: #ff7400;
    color: #ff7400;
    cursor: pointer;
}
.left-menu {
    padding-right: 0;
}
.left-menu li a {
    padding: 6px 12px;
}
ul.labels-list, ul.search-results {
    max-height: 286px;
    overflow-y: auto;
}
ul.search-results a {
    padding: 5px 15px;
}
ul.search-results .category {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
form.search-form {
    margin-bottom: 5px;
}
.infowindow {
    margin: 0;
}
.infowindow .panel-heading {
    border: none;
}
.badge.count {
    float: none;
}
a.shared-link {
    word-break: break-all;
}
.star-rating {
    display: inline-block;
    cursor: default;
}
h3.title .star-rating, h3.title span.rating {
    font-size: 0.5em;
    vertical-align: super;
}
.nav-pills a:hover {
    cursor: pointer;
}
.rating-container .rating-stars:before {
    text-shadow: none;
}
.rating-xs {
    font-size: 1em;
}
.rating-sm {
    font-size: 2em;
}
span.rating {
    font-size: 1.5em;
}
#input-rating-overall {
    width: 0px;
    height: 0px;
}
span.place-title {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; //COMMENT TO SHOW FULL TITLE */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.overlay-text {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
    color: #000;
    z-index: 10;
    text-align: center;
    font-family: 'Roboto-Bold';
}
.overlay-background {
    min-width: 10000px;
    min-height: 10000px;
    background-color: #AAA;
}
.overlay-default, .overlay-google-indoor {
    z-index: 1;
}
.overlay-default img {
    width: 100%;
    height: 100%;
}
img.cartogram-label {
    max-width: 20px !important;
    max-height: 20px !important;
}
/* ====== Why Cartogram ======= */
.why-cartogram {
    background-color: rgb(245, 245, 245);
}
.why-cartogram h2 {
    font: 30px "Roboto-Regular";
    color: #7a7a7a;
    margin-bottom: 40px;
}
.why-cartogram li, .why-cartogram div.top {
    font: 18px "Roboto-Regular";
    color: #7a7a7a;
    padding: 5px 0;
}
.why-cartogram div.top {
    margin: 30px auto;
}
.why-cartogram h4 {
    font-family: "Roboto-Regular";
    color: #7a7a7a;
    padding: 5px 0;
}
.why-cartogram ul {
    margin-bottom: 50px;
    padding-left: 10px;
}
/* ====== About us ======= */
.thumbnail.aboutus {
    height: 350px;
}
/* ====== Events ======= */
article.events {
    background-color: #FFF;
}
.events h2 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    font-family: 'Roboto-Bold';
}
.events div.top {
    margin: 20px auto;
    font-family: "Roboto-Regular";
}
/* ====== Editor ======= */
div.data {
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    max-height: 100vh;
}
table.labels tr td:first-child {
    width: 80%;
}
div.header {
    background-color: #FFF;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
#accordion .panel-body {
    padding: 0;
}
img.cartogram-label-list {
    max-width: 20px;
    max-height: 20px;
}
img.cartogram-beacon {
    max-width: 16px !important;
    max-height: 16px !important;
}
img.cartogram-floorcon {
    max-width: 20px !important;
    max-height: 20px !important;
}

/*
 * Ruckus Analytics
 */
div.ruckus-analytics {

}

div.ruckus-analytics nav div.form-group {
    margin-right: 20px;
}

div.ruckus-analytics nav #filter-bar-group {
    margin-right: 0px;
    margin-left: 40px;
}

div.ruckus-analytics div.page {
    background: #ffffff;
    min-height: 500px;
    padding: 20px;
    margin: 10px 10px 0px 10px;
}

div.ruckus-analytics div#first-row {
    margin-top: 10px;
}

#directionsSideNav{
    top: 30%;
    left: 0;
    overflow: hidden;
    max-width: 0;
    width: 400px;
}

.sideBar{
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 5px #6c9cb2;
  width:  0;
  position: fixed;
  z-index: 3;
  background-color: #87c3df;
  overflow: hidden;
  text-align: center;
  transition: all 0.8s, border 0ms;
  border-radius: 0 10px 10px 0;
}
.side_bar_title{
    width: 100%;
    text-align:center;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 3px 0px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.utilityBtn{
  position: absolute;
  top: 0;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  z-index: 10;
}

.closeBtn {
    font-size: 25px;
    margin: 7px 15px 0 0;
    float: right;
}

.minimizeBtn{
    font-size: 20px;
    font-weight: bold;
    top: 1px;
    margin-left: 5px;
}

.expandBtn{
    color: white;
    display: none;
}


.goButton {
    height: 20%;
    text-align: center;
    margin:0 auto;
    bottom: 0px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-color: transparent;
    background: none;
    border: none;
    z-index: auto;
}

.goButton:hover{
    background-color: #57b1db;
}

/* wayfinding elements*/
#directionsSideNav .btn-group{
    width: 70%;
    /*height: 25%;*/
    margin: 10px auto;
    display: block;
    transition: 0.3s;
}


#directionsError{
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.rightSideBar{
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    background-color: #87c3df;
    width: auto;
    height: auto;
    max-height: 500px;
    top: 23%;
    right: 0;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    overflow-x:  hidden;   
    max-width: 0px;
    border-left: 4px solid #6c9cb2;
    border-top: 4px solid #6c9cb2;
    border-bottom: 4px solid #6c9cb2;    
    text-align: center;
    transition: all 0.5s, border 0ms;
}

.leftSideBarBig{
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: 500px;
    top: 30%;
    left: 0;
    overflow: hidden;
    overflow-x:  hidden;
    white-space: nowrap;
    transition: max-width 0.8s ease-out, border 0s;
    max-width: 0px;    
}

#filterMenu{
    padding: 5px 18px; 
    position: fixed;
    top: 30%;
    left: 0;
    overflow: visible;
    width: 0px;
    height: 361px;
    background-color: #87c3df;
    -webkit-transition: -webkit-transform 0.8s, width 0.8s, visibility 0.6s;
    -moz-transition: -moz-transform 0.8s, width 0.8s, visibility 0.6s;
    transition: transform 0.8s, width 0.8s, visibility 0.6s;
    visibility: hidden;
}
#filterMenu.clsfilterMenu{
    width: 400px;
    visibility: visible;
}
.filterSelect{
    margin-top: 10px;
    clear: both;
}

.leftRightImages{
  display: none;
}

#mobile_direction_text{
    margin: 0 auto;
    position: relative; background-color:transparent; border: none; cursor: auto;display: none;
    color: white;font-size: 18px;font-weight: bold;  width: calc(100% - 100px); 
}

.listTitle{
    color: white;
    margin: 35px 20px 19px 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 30px;
}

#directionsTitle{
    margin: 10px;
}
.toggleDirectionsBtn{
    border:0px;
    width:150px;
    background-color: #aaa;
    color: #fafafa;
}
.toggleDirectionsBtn:focus, .toggleDirectionsBtn:active, .toggleDirectionsBtn.active {
  font-weight: bold;
  background-color: white;
  color:black;
}

#directionsList .closeBtn{
    padding: 8px;
    position: absolute;
    margin: 0 20px;
    position: absolute;
    display: block;
}

#directionsList .minimizeBtn{
    left: 40px;
    position: absolute;
    padding: 8px;
}
#appointmentContainer .minimizeBtn{
    right: 10px;
    display: none;
}

#transitsSelect div{
    text-align: center;
    width: 100%;
}

#directionsAllContainer{
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}
#directionsContainer{
  box-sizing:border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  justify-content: center;
}

#directionsContainer .direction,#directionsContainer2 .direction, .adp-directions .direction{
    display: block;
    background-color: white;
    border-radius: 15px 15px 15px 15px;
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 5px;
    word-wrap: normal;
    width: 320px;
}

.directionsNav{
  margin-bottom: 10px;
  margin-top: 4px;
  position: relative;
  display: none;
}

#printBtn{
    background-color:transparent;
    border: none;
    /*text-decoration: underline;
    text-decoration-color: blue;
    color: blue;*/
    top: 15px;
    right: 20px;
    font-size: 14px;
    display: block;
    position: absolute;
    /*margin: 0 auto;*/
    justify-content: center;
}

#printBtn .img{
}

#locationParagraph{
  display: none;
}

#fromToParagraph{
  color: white;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#mapImagesContainer{
  display:none;
  position: static;
  height: auto;
  width: 100%;
}

#mapImagesContainer img{
  display: block;
  position: static;
}

.floorLabel{
  display: none;
}

#poiList{
    top: 30%;
    left: 0;
    overflow: hidden;
    max-width: 0;
    width: 400px;
    height: 310px;
}

#poiList input{
  width: 200px;
  margin-left: 20px;
  margin-right: 2px;
  margin-bottom: 20px;
}

#poiSearchIcon{
  width: 23px;
  cursor: pointer;
}

#poiContainer{
  width: 80%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.poi{
  display: block;
  background-color: white;
  width: 100%;
  margin: 0px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #c2c6ce !important;
}

.floorBrk{
  display: block;
  background-color: #6c9cb2;
  width: 100%;
  margin: 0px !important;
  font-Weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.removeBorder{
  border: none !important;
  transition: 0s;
}

#subcategoryFilter{

}

#filteredItems{
  width: 100%;
  background-color: white;
  margin: 10px 0;
  height: 200px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
#filteredItems p{
    margin: 0 0 6px;
}
#save-waypoints{
    width: 15%;
}

#appointmentBackground{
    background-color: #87c3df;
    position: fixed;
    left: 0px;
    height: 355px;
    top: 120px;
    width: 0px;
    padding: 5px 10px;
    overflow: auto;
    border-radius: 0px 6px 6px 0px;
    border: 2px solid #6c9cb2;
    border-left: 0px;
    visibility: hidden;
    z-index: 3;
    overflow: hidden;
}
#appointmentBackground.clsApptBackground{
    width: 400px;
    visibility: visible;
    overflow: auto;
}
#appointmentMinimizeBtn{
    float:right;
    display: block;
    font-size: 20px;
    font-weight: normal;
    width: 10%;
}

#epicConsentDialogue{
  background-color: #b3bac6;
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  border: 4px solid #6c9cb2;
  background-color: rgb(135, 195, 223);
  font-size: 19px;
}

#epicConsentParagraph{
  text-align: center;
  color: white;
  font-weight: bold;
  max-width: 800px;
  padding: 0 30px;
  margin: 210px auto 0;
}

#epicConsentCheckbox{
    color: white;
    text-align: center;
    width: 100%;
    margin: 30px 0;
    padding: 0 30px;
}

#epicGiveConsentBtn{
    text-align: center;
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 21px;
    margin: 0 auto;
}

#appointmentTitle{
    display: block;
    font-size: 22px;
    margin: 12px auto 7px;
    text-align: center;
    width: 80%;
}

#appointmentText{
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
}

#appointmentContainer{
  max-height: none;
  /* padding-bottom: 50px; */
}

#appointmentList{
    border: 3px solid #6c9cb2;
    border-radius: 6px;
    display: block;
    margin: 0 auto 7px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 90%;
}

.appointmentListItem{
  padding-left: 20px;
}

#transitsSelect{
  display:none;
}

.transitTd{
  text-align: center;
}

.transitBtn{
  border-radius: 8px 8px 8px 8px;
  border: 0px;
  background-color: transparent;
  padding: 20px;
}

#transitsSelectBackBtn{
  margin: 0 auto;
  background-color: transparent;
  border: 0px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

input[type="search"]::-webkit-search-cancel-button {
   -webkit-appearance: searchfield-cancel-button;
}

#parentNavMobile{
    background-color: #00A9CD;
    display:none;
}
#navMobile{
    width:100%;
    display:none;
}
#subtopbar {
    margin: 5px 0px;
    display:block;
}
#navbarMobile li, #navbarMobile li a{
    color: white;
    text-align: center;
    width:100%;
}
.gdirection{
    color:white;
    display:none;
}
.web_google_direction{
    display: block;
    background-color: white;
    border-radius: 15px 15px 15px 15px;
    margin: 0 auto;
    margin-bottom: 18px;
    padding: 5px;
    word-wrap: normal;
    width: 320px;
    cursor:pointer;
}
.web_google_direction b{
    font-weight: normal
}
.web_google_direction.current_route, .web_google_direction.current_route b{
    font-weight: bold;    
}
#mobile_googleDirections{
    display:none;
}
#web_googleDirections{
    margin: 0 10px;
}
.gm-style-iw-c{
    padding: 12px !important;
}
.gm-style-iw-d{
    overflow: auto !important;
}

.not_show_on_map{
    visibility: hidden;
}
.show_on_map, .not_show_on_map{
    cursor: pointer;
}

#navbarMobile{
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #00A9CD;
    border-bottom: 1px solid white;
}
#directionsList{
    max-width: 0px;
    max-height: 500px;
    width: auto;
    height: auto;
}

#mobile_direction_text{
    cursor: pointer;
}

#full_screen_btn{
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

#full_screen_btn.full_screen_on{
    background-size: 40px 40px;
}
#full_screen_btn.full_screen_off{
    background-size: 50px 50px;
}

.mobile-tool{
    display: none;
}

.mobile-tool-img{
    width: 25px;
}
.filterBtn, .getDirectionsBtn, .backArrowBtn, .searchBtn, .poiBtn, .zoomOutBtn {
    display: block;
    position: relative;
    left: 20px;
    top: 50px;
    margin-top: 10px;
}

#mobile-search-bar {
    width: 100%;
    margin: 10px;
    background: none;
    border: none;
    font-size: 16px;
    color: white;
    outline: none;
}

#mobile-search-bar::selection {
    color: white;
    background: rgba(255, 255, 255, 0.2);
}

#mobile-search-bar::placeholder {
    color: rgb(255,255,255,0.5);
}
/*
* media queries
*/
@media only screen and (max-width: 1100px) {
  input[type=checkbox] {
    transform: scale(1.5);
  }
}

@media only screen and (max-width: 768px) {
    .mobile-tool {
        flex-direction: column;
        flex-grow: 1;
        flex-basis: 0;
        align-items: center;
        text-align: center;
        line-height: 1;
        padding: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .mobile-tool:active {
        background-color: rgba(0,0,0,0.07);
    }
    .getDirectionsBtn, .searchBtn, #full_screen_btn, .navbar-toggle{
        display: none;
    }
    #mobile-search-btn{
        height: 18px;
        width: auto;
        cursor: pointer;
    }
    .navbar-brand{
        float: none;
        padding: 0;
        height: auto;
    }
    #navMobile, #parentNavMobile {
        line-height: 1;
    }
    .navbar {
        border: 0;
    }
    #navMobile .navbar-header{
        float: none;
    }
    #navMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 18px;
        padding-right: 18px;
    }
    #navMobile:before, #navMobile:after {
        content: none;
    }
    #mobile-building-back-btn {
        height: 14px;
        margin-left: -5px;
        margin-right: 5px;
        margin-top: -4px; 
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #mobile-building-back-btn:hover {
        cursor: pointer;
    }
    #navbarMobile .navbar-nav{
        float: none !important;
    }
    #navbarMobile.navbar-collapse.collapse{
        display:none !important;
    }
    #navbarMobile.navbar-collapse.collapse.in{
        display:block !important;
    }
    #navbarMobile.navbar-collapse{
        border-top: none;
    }
    #navbarMobile .navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #subtopbar {
        display:none;
    }
    #parentNavMobile {
        display:block;
    }
    .video {
        height: 300px;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        background-color: transparent;
    }
    .getDirectionsBtn, .backArrowBtn, .searchBtn {
        display: none;
    }
    .btn-explore {
        width: 350px;
    }
    .article-2 .list>* h3 {
        text-align: center;
    }
    .btn-explore {
        width: 10em;
        font-size: 30px;
    }
    span.place-title {
        /*max-width: 380px !important;//COMMENT TO SHOW FULL TITLE */
    }
    /*---- FOR MOBILE ----*/
    header.mobile {
        height: 0;
        border: none;
    }
    footer.mobile {
        
        display: flex;
        border:none;
        justify-content: space-evenly;
        color:white;
    }
    header.mobile .container, footer.mobile .container {
        display: none;
    }
    .top-left-links a {
        font-size: 20px;
    }
    .top-left-links a:hover {
        cursor: pointer;
    }
    .form-group.place {
        margin-bottom: 0;
    }

    .search-wrapper {
        margin: 0px 0px;
    }    

    .wrapper-button-menu {
        display: inline-block;
        float: left;
    }
    .bubble-wrapper > div {
        width: 50px;
        margin-top: 5px;
    }
    .bubble-wrapper .arrow {
        font-size: 40px;
        margin-left: 6px;
    }
    .bubble {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        line-height: 50px;
        font-size: 26px;
    }
    .bubble-square {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 26px;
        margin-top: 2px;
    }
    /* ---- index.html ---- */
    html, body {
        overflow: auto;
        height: 100%;
    }
    .index-image-position {
        display: block;
        height: 152px;
        width: 152px;
        margin: 10px auto;
    }

    /* ------------ LIGHT IMAGES ------------ */
    .index-image-light-1 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: 0px;
        background-position-y: 0px;
    }

    .index-image-light-2 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -152px;
        background-position-y: 0px;
    }

    .index-image-light-3 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -304px;
        background-position-y: 0px;
    }

    .index-image-light-4 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -456px;
        background-position-y: 0px;
    }

    /* ------------ DARK IMAGES ------------ */
    .index-image-dark-1 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: 0px;
        background-position-y: -152px;
    }

    .index-image-dark-2 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -152px;
        background-position-y: -152px;
    }

    .index-image-dark-3 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -304px;
        background-position-y: -152px;
    }

    .index-image-dark-4 {
        background-image: url('../images/slider_top_bt.png');
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: inherit;
        background-position-x: -456px;
        background-position-y: -152px;
    }
    .btn-mob-header {
        border-radius: 10px;
        background: #fff;
    }

    .btn-mob-header > .icon-bar {
        background-color: #4492AF !important;
        height: 3px;
    }

    .mb-main-h3 > h3 {
        font-weight: 500;
    }

    .mb-main-back {
        background-color: #03a7cf;
        border: 1px solid #337ab7;
        border-radius: 5px;
        box-shadow: black 0px 0px 6px -2px;
        padding: 15px;
    }
    .mb-main-back h3 {
        color: #274181;
    }
    .mb-main-col-centered {
        float: none;
        margin: 0 auto;
    }

    .mb-main-col-centered .main-btn-sign-up {
        display: inline-block;
        border-radius: 4px;
        padding-top: 15px;
        text-align: center;
        width: 200px;
        height: 48px;
        cursor: pointer;
        background: rgb(39, 35, 130);
    }

    .article-2 .mb-main-col-centered {
        margin: 25px auto;
    }

    .article-2 .main-btn-sign-up {
        color: #FFF;
        background: rgb(30, 178, 212);
    }

    .mb-main-col-centered h3 {
        color: #0f3e68;
        margin-top: 0;
    }

    footer .mb-main-col-centered h3 {
        color: #fff;
    }

    iframe {
        border-radius: 5px;
    }

    .mb-main-col-centered a > i:after {
        content: "";
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border-top: 15px solid #03a7cf;
        z-index: 1;
    }

    .mb-main-col-centered img {
        margin-top: 15px;
    }

    .mb-main-col-centered-2 {
        float: none;
        margin: 30px auto 60px auto
    }

    .mb-main-col-centered-2 img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -52px 0 0 -52px;
        z-index: 1;
    }

    .mb-main-col-centered-2 .height-100 {
        height: 100px;
    }

    .mb-main-col-centered-2 .padding-100 {
        padding: 70px 0px 30px 0px;
    }

    .people-pod {
        background: #d7f3f6 !important;
    }
    header {
        background: rgba(39, 65, 129, 1);
    }
    .navbar-header {
        padding: 0;
    }
    #navMobile > a > img {
        width: 130px;
    }
    .header-nav {
        border: none;
    }
    .index-wrapper h3 {
        font-family: "Quicksand-Regular";
    }
    .index-wrapper p, .index-wrapper a {
        font-family: "Roboto-Regular";
    }

    footer {
        background: rgb(30, 178, 212);
    }

    .article-1 {
        background: #274181;
    }

    .mb-article-3 {
        background: #03a7cf;
    }
    .mb-article-3 h3, .mb-article-4 h3.title {
        color: #FFF;
    }
    .mb-article-4 h3.title {
        margin-bottom: 50px;
    }
    .mb-article-4 {
        background: #94dff2;
    }

    .mb-article-5 {
        background: #fff;
    }

    .mb-form-pod {
        background: #b3b8b9 !important;
        padding: 20px 10px 50px 10px;
        border-radius: 6px;
    }
    .arc-wrapper {
        left: 52%;
        top: 0;
    }

    .arc {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 140px;
        height: 140px;
        border-radius: 100%;
        border: 1px solid;
        border: 18px solid;
        border-color: #82ba00;
        margin: -70px 0 0 -70px;
    }
    .arc_start {
        border-color: #d7f3f6 transparent #03a7cf transparent;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* ----  ---- */
    /* ---- WRAPPER MENU ---- */

    .gn-menu-wrapper {
        position: absolute;
        top: 44px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 60px;
        background: white;
        -webkit-transform: translateZeX(-60px);
        -moz-transform: translateX(-60px);
        transform: translateX(-60px);
        -webkit-transition: -webkit-transform 0.3s, width 0.3s;
        -moz-transition: -moz-transform 0.3s, width 0.3s;
        transition: transform 0.3s, width 0.3s;
    }

    .gn-menu-wrapper div:nth-child(1){
        margin-top: 10px;
    }

    .side-menu-first{
        border-bottom: 2px solid rgb(255, 184, 0);
    }

    .side-menu-third-links > li {
        display: inline !important;
    }

    .side-menu-third-links > li > a {

        display: inline !important;
    }

    .gn-menu-wrapper div:nth-child(1) a {
        margin-left: 20px;
    }


    .gn-menu-wrapper div:nth-child(2) a{
        font-size: 18px;
        color: rgb(14, 67, 74);
    }

    .gn-menu-wrapper div:nth-child(2) a p{
        font-weight: 600;
        font-size: 12px;
        display: inline;
        vertical-align: top;
    }

    .gn-menu-wrapper div:nth-child(2) a{
        font-size: 20px;
        color: rgb(14, 67, 74);
    }

    .goog-centered{
        text-align: center;
    }

    .gn-scroller {
            position: absolute;
            overflow-y: none;
            width: 280px;
            height: 100%;
    }

    .gn-menu {
            text-align: left;
            font-size: 18px;
    }

    .gn-menu-wrapper.gn-open-all,
    .gn-menu-wrapper.gn-open-part {
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            transform: translateX(0px);
    }

    .gn-menu-wrapper.gn-open-all {
            width: 280px;
            z-index: 20;
    }

    .gn-menu-wrapper.gn-open-all .gn-submenu li {
            height: 60px
    }

    .slide-menu-footer-backgr {
        background: #0f3e55;
        height:250px;
        bottom: 0;
    }

    .slide-menu-footer-backgr .td-mark{
        float: none;
    }

    .search_icons {
        position: absolute;
        z-index: 1;
        background: transparent;
        width: 90%;
        left: 5%;
    }
    .search_icons div {
        position: relative;
        margin: 5px auto;
        text-align: center;
    }
    /*explorer */
    div.explorer {
        margin-top: -51px;
    }

    #directionsSideNav{
        position: fixed !important;
        top: 0;
        width: 100%;
    }

    #directionsList{
        border: none;
        max-width: 100%;
        max-height: 100px;
        width: 100%;
        height: 0;
        padding-top: none !important;
        margin: none !important;
        position: fixed;
        top: 0;
        border-radius: 0 0 0 0;
        transition:height 0.8s ease-out;
        overflow:hidden;
        white-space: normal;
        z-index: 2;
    }

    .adp-directions {
      color: white;
    }

    .leftRightImages{
      display: block;
      height: 15px;
    }
    #directionsAllContainer{
        display: none;
        height: 40%;
    }
    #mobile_direction_text{
        display: block;
        top: 40%;
        height: 60%;
        overflow: auto;
    }
    #directionsContainer2{
        display:none;
    }

    #directionsNext,#oddirectionsNext{
      padding: 10px;
      position: absolute;
      right: 0px;
      font-size:0;
      background-color: transparent;
      border: none;
      top: 30px;
    }

    #directionsBack,#oddirectionsBack{
      padding: 10px;
      position: absolute;
      left: 0px;
      font-size:0;
      background-color: transparent;
      border: none;
      top: 30px;
    }

    #directionsBtn{
      display: none;
    }

    #directionsTitle{
      display: none;
    }

    #fromToParagraph{
      display: none;
    }

    #directionsContainer{
      position: relative;
      top: 25%;
      width: 100%;
      height: 45px;
      padding: none;
    }

    .minimizeBtn{
      /*display: none;*/
    }

    #directionsContainer .direction{
        position: relative;
        left: 9%;
        width: 70%;
        margin: none;
        background-color: transparent;
        color: white;
        display: block;
        text-align: center;
        justify-content: center;
    }

    #directionsBtn{
        /*position: fixed;
        bottom: 0;
        left: 34%;
        display: block;
        z-index: 1;
        background-color: #87c3df;
        border-radius: 5px 5px 0px 0px;
        padding-left: 5px;
        padding-right: 5px;
        color: white;
        width: 32%;
        font-weight: bold;*/
    }

    #printBtn{
      left: 85%;
      right: 0;
    }

    #poiList{
      top: 0px;
      width: 100%;
      /*height: 100%;*/
    }    
    #filterMenu{
      top: 0px;
    }
    #filterMenu.clsfilterMenu{
      width: 100%;
    }

    .sideBar{
      /*border: 4px solid #6c9cb2;*/
      border-radius: 0px;
    }

    #poiContainer{
      height: 60%;
      max-height: none;
    }


    #categoryFilter{
      position: absolute;
      left: 12%;
    }

    #subcategoryFilter{
      position: absolute;
      right: 12%;
    }

    #filteredItems{
    }


    #appointmentBackground{      
      height: 100%;
      top: 0;
      border-radius: 0px 0px 0px 0px;
    }
    #appointmentBackground.clsApptBackground{
        width: 100%;
    }

    .navbar{
      display: none;
    }

    #appointmentContainer{
      height: 80%;
    }

    #appointmentList{
      max-height: 90%;
    }

    #transitsSelectBackBtn{
      margin-top: 20px;
      left: auto;
      right: auto;
    }

    #mobile_googleDirections{
      position: absolute;
      top: 40%;
      left: 44px;
      right: 44px;
      max-height: 45%;
      overflow: auto;
    }

    #mobile_googleDirections div, #mobile_googleDirections table, #mobile_googleDirections table tr{
      width: 100% !important;
    }


    .toggleDirectionsBtn{
      position: absolute;
      top: 5%;
      width: 25%;
      border: 1px solid gray;
      color: white;
      backgroundColor: #537889;
    }

    .toggleDirectionsBtn:focus, .toggleDirectionsBtn:active, .toggleDirectionsBtn.active {
      border: 1px solid gray;
      backgroundColor: #6c9cb2;
    }

    #indoorsDirectionsBtn{
      right: 25%;
    }
    #outdoorsDirectionsBtn{
      left: 25%;
    }
}
@media only screen and (max-width: 600px) {
    .video {
        max-width: 100%;
        height: 200px;
        margin-top: 10px !important;
    }
    .btn-explore {
        width: 10em;
        font-size: 26px;
    }
    .stores a.store {
        padding-bottom: inherit;
    }
    span.place-title {
        /*max-width: 200px !important;//COMMENT TO SHOW FULL TITLE */
    }
   .article-2 .art2-header{
        font: 76px 'OpenSans';
   }
}

@media screen and (max-width: 422px) {
    .gn-menu-wrapper.gn-open-all {
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            transform: translateX(0px);
            /*width: 50%;*/
    }

    .gn-open-all .navbar-nav>li>a{
        line-height: 15px;
    }
    span.place-title {
        /*max-width: 110px !important;//COMMENT TO SHOW FULL TITLE */
    }
}

@media only screen and (min-width: 769px) {
    .gdirection{
        display:none !important;
    }
}
/* MIN WIDTH */
@media only screen and (min-width: 768px) {
    input.search-field {
        width: 350px !important;
    }
    .top-left-links {
        /*padding-top: 8px;*/
        padding-left: 40px;
    }
    .video {
        /*max-width: 100%;*/
        height: 293px;
    }
    .bubble-wrapper > div {
        margin-left: -10%;
    }
    /*---- FOR MOBILE ----*/

    .wrapper-button-menu {
        display: none;
    }

    #gn-menu{
        display:none;
    }
    /*--------------------*/
}

@media only screen and (min-width: 1200px) {
    .avail-store-app:nth-child(1) {
        margin-left: -60px;
        margin-right: 25px;
    }
    .avail-store-app:nth-child(2) {
        margin-left: 90px;
    }
}



@media print {
  #pageContainer *{
    display: none;
  }
  .directionsNav{
    display: none !important;
  }
  #pageContainer{
    display: block !important;
  }
  .printable{
    display: block !important;
    position: relative !important;
  }

  #mapImagesContainer{
    display: block;
  }

  #mapImagesContainer img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1cm !important;
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    -webkit-region-break-before: avoid !important;
  }

  /*#map-canvas{
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
    height: 100%;
  */

  #directionsList { 
    margin: 0px;
    padding: 0px;
    padding-top: 1.5cm;
    padding-bottom: 1cm;
    border: .1cm solid #6c9cb2;
    border-radius: 25px 25px 25px 25px;
    justify-content:center;
    z-index: 200;
  }

  #directionsContainer {
    box-sizing:border-box;

    max-height: none !important;
    height: auto;
    width: 100%;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    top: 0px;
    padding-bottom: 0.5cm;
  }

  .infoParagraph {
    display: block;
    font-size: 16px;
    color: white;
  }

  #fromToParagraph{
    color: white;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;

    margin-bottom: 0.5px;
  }

  #directionsContainer .direction{
    background-color: white;
    border-radius: 15px 15px 15px 15px;
    word-wrap: normal;

    font-weight: normal !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .floorLabel{
    font-weight: bold;
    margin-bottom: 0.1cm;
    page-break-after: avoid !important;
    -webkit-region-break-after: avoid !important;
  }
}

#directoryList button{
    top:10px !important;
}
#directoryList  .btn_text{
    margin-top: 2px;
    color: white;
    font-size: 9px;
}
#directoryList button.searchBtn img{
    padding: 4px;
}
#directoryList button.backArrowBtn img{
    height: 25px;
}
@media screen and (min-height: 301px) and (max-height: 500px) {
    #directoryList button{
        margin-top:3px !important;
    }
    #directoryList button img{
        width:25px !important;
    }
    #directoryList button.searchBtn img{
        width:31px !important;
    }
    #directoryList button.backArrowBtn img{
        width:32px !important;
    }
    #directoryList button.poiBtn img{
        width:35px !important;
    }
    #directoryList  .btn_text{
        font-size: 8px;
    }
}
@media screen and (max-height: 640px) and (max-width: 640px) {
    #epicConsentParagraph{
        margin-top: 50px;
    }
    
}
@media screen and (max-height: 500px) {
    #epicConsentDialogue{
        font-size: 16px;        
    }
    #epicConsentParagraph{
        margin-top: 50px;
    }
    #epicGiveConsentBtn{
        font-size: 18px;
    }
}
@media screen and (max-height: 300px) {
    #epicConsentDialogue{
        font-size: 16px;        
    }
    #epicConsentParagraph{
        margin-top: 20px;
    }
    #epicGiveConsentBtn{
        font-size: 18px;
    }
    #directoryList button{
        margin-top:3px !important;
    }
    #directoryList button img{
        width:25px !important;
    }
    #directoryList button.searchBtn img{
        width:31px !important;
    }
    #directoryList button.backArrowBtn img{
        width:32px !important;
    }
    #directoryList button.poiBtn img{
        width:35px !important;
    }
    #directoryList  .btn_text{
        font-size: 8px;
    }
    /*#directoryList button{
        top:4px !important;
        margin-top:3px !important;
    }
    #directoryList button img{
        width:20px !important;
    }*/
}
@media screen and (max-height: 480px) and (min-width: 767px) {
    .rightSideBar{ top: 90px; }
    #directionsTitle.listTitle{ font-size: 20px;}
    #directionsTitle{ margin-top: 15px;}
    #directionsContainer .direction, #directionsContainer2 .direction{ margin-bottom:10px;}
    #directionsAllContainer{
        max-height: 240px;
    }
}
@media screen and (min-height: 481px) and  (max-height: 600px) {
    .rightSideBar{ top: 100px; }
    #directionsTitle.listTitle{ font-size: 20px;}
    #directionsTitle{ margin-top: 15px;}
    #directionsContainer .direction, #directionsContainer2 .direction{ margin-bottom:10px;}
    #directionsAllContainer{
        max-height: 240px;
    }
    #appointmentBackground{
        top:0px;
        height: 100%;
        border-radius: 0px 0px 0px 0px;
    }
}

#waypointEditMenu button{
    top: 10px !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
}
@media screen and (min-height: 301px) and (max-height: 500px) {
    #waypointEditMenu button{
        margin-top:3px !important;
    }
    #appointmentBackground{
        top:0px;
        height: 100%;
        border-radius: 0px 0px 0px 0px;
    }
    #filterMenu{
        top:0px;
    }
    .sideBar, #poiList, #directionsSideNav{
        top:0px;
    }
}
@media screen and (max-height: 300px) {
    #waypointEditMenu button{
        top:4px !important;
        margin-top:3px !important;
    }
    #filterMenu{
        top:0px;
        height: 100%;
    }
    .sideBar, #poiList, #directionsSideNav{
        top:0px;
        height: 100%;
    }
    #appointmentBackground{
        top:0px;
        height: 100%;
        border-radius: 0px 0px 0px 0px;
    }
    #filteredItems{
        height: calc(100% - 150px);
    }
}
@media screen and (max-width: 400px) {
    #filterMenu.clsfilterMenu{
        width: 100%;
    }
    #appointmentBackground.clsApptBackground{
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }
}
