.navbar-wrapper .container {
    max-width: 100% !important;
}

#floorPlanSponsorAd {
    display: none;
}

#infoBar-eventTxt {
    padding: 15px 0 15px 15px !important; 
}

.search-container {
    width: 250px !important;
    margin: 40px 10px;
}

.search-clear {
    top: auto !important;
    right: 40px!important;
}

.footer__ul {
    margin: 0 !important;
}

.popup-gutter .socialmedia .socialicon-website .fa-circle {
    top: 2px;
    font-size: 37px;
}

.popup-gutter .socialmedia .socialicon-website .fa-link {
    top: 2px;
}

div#masonry-grid:focus {
    outline: 0 !important;
}

.main-popup-content h1,
.main-popup-content h2 {
    font-family: 'Roboto Slab', serif !important;   
}

.main-popup-content b, 
.main-popup-content strong,
.main-popup-content h1,
.main-popup-content h2 {
    font-weight: 700 !important;
}

.main-popup-content b, 
.main-popup-content strong {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

div#masonry-grid {
    margin-bottom: 100px;
}

.navbar-fixed-top {
    top: auto !important;
}
.poster-thumb__container {
    margin: 20px !important;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-buffer__container,
.footer-search__container {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.poster-thumb__image[data-thumbsize="1600"] {
    max-width: 1600px;
}

.navbar-wrapper {
    top: 100px;
}

.poster-gallery__background {
    top: 150px;
}


@media (min-width: 768px) {

    .footer-search__container {
        display: inline-block;
    }

    footer .pull-left {
        float: left !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {

    .footer__ul {
        margin: 0 auto !important;
    }

    .footer-buffer__container {
        display: inline-block;
    }

}

@media (min-width: 1024px) {
    #infoBar #infoBar-menu {
        width: 345px;
        float: left;
        display: inline-block;
    }
}

.loading-container {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;

}

.loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.copyrights {
    line-height: 22px;
    margin: 0;
    margin-top: 2px;
}

.loadFound {
    width: 200px;
    margin-left:-50px;
    text-align: left;
}

#infoBar-menu>ul>li {
    float: left
}

.logoWallWarning {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    text-align: center;
    transform: translate(-50%, 50%);
}


.footer__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .footer-links__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer__ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .search__container {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
  }
  
  #thumbSearch {
    color: #555;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: 100%;
  }
  
  .search-container {
      margin: 9px 0px;
      height:22px;
      float: right;
      width:345px;
  }
  
  .search-input {
      border-radius: 15px 0 0 15px !important;
      padding: 5px 10px !important;
      height: 100% !important;
      float:left !important;
      width:90% !important;
      border:none !important;
  }
  
  .search-input.input {
      padding-right: 32px !important;
  }
  
  .search-clear,
  .search-button {
      -webkit-appearance:none;
      line-height: 20px !important;
      text-align:center;
      font-size: 18px !important;
      cursor:pointer;
      color:#EEEEEE;
      border:none;
  }
  
  .search-button {
      border-radius: 0 15px 15px 0 !important;
      height:100%;
      float:left;
      width:10%;		
      padding: 0 !important;    
      border: 1px solid #4d96ce;
      background-color: #51a3e2;
      color: #FFF;
  }
  
  .search-clear {
      color: #DD0000;
      background:transparent;
      position:absolute;
      font-size: 16px;
      display:none;
      right:calc(10% + 9px);
      top:0;
  }