body {
    color: #666666;
    font-family: "Calibri", Trebuchet MS, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    background-image: url(img/bg-cinema.png);
    background-color: #ffffff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}

.navbar.primary { background:transparent; padding:0; }
.navbar.primary .navbar-brand {
  overflow: hidden;
  text-indent: -9999em;
  background: url(img/alexandria-logo.png) no-repeat center;
  background-size: contain;
  margin:0 auto;
  padding:0;
  width:300px;
  height:83px;
}
.navbar-nav.main-menu li.active a { border-color:#FFC600;}
.navbar-nav.right-menu .bg-dark .active {  border-color:#FFC600; }

.narrow-page .main-wrapper { max-width:992px!important; }

.page-block .page-block-title { padding-top:1rem; }

.px-5 { padding: 0 1rem!important; }

.btn-primary { margin-top: 15px; }
.btn_buy {display: inline-block!important; background-color:#ff0000;}

.table th, .table td { text-align: left; }

span.hall { display: block; }
span.time.fs { font-size: 14px; font-weight: 700; }

#movie-actions .disclaimer { display:none; }


@media (min-width: 768px) {
    .movie-list .movie {
        padding: 15px 22px;
    }

	.row {
		justify-content: space-around;
	}
}
