body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  background: #E3E3EA;
}


.alert {
    margin:0;
}
.btn-primary {
  background: #F30000;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #F30000;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.btn-primary:not([disabled]):hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #F30000;
  color: #fff;
  border-color: #F30000;
}
.form {
  margin-bottom: 20px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
  line-height: 40px;
  padding: 0 0.75rem;
  -webkit-box-shadow: inset 5px 5px 15px 0px rgba(227, 227, 234, 0.4);
  -moz-box-shadow: inset 5px 5px 15px 0px rgba(227, 227, 234, 0.4);
  box-shadow: inset 5px 5px 15px 0px rgba(227, 227, 234, 0.4);
}
h1 {
  font-size: 30px;
  font-weight: 200;
}
h2 {
    font-size:20px;
    font-weight:200;
}
.main-wrapper {
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px;
}


/* Header : BEGIN */
.header-wrapper {
  padding-top: 0px;
  background-color: #000;
  margin: 0 auto;
  
}
.navbar-brand {  
  overflow: hidden;
  text-indent: -9999em;
  background: url('img/movieplex.png') no-repeat center;
  background-size: contain;
  width:181px;
  height:41px;
}

/* NAV */
nav.navbar { padding: 15px; }
.primary-nav { z-index:9999; background: #000000; color: #fff; min-height: 50px; margin:auto; width:992px;}
.primary-nav a { color: #fff; }

.secondary-nav { height: 40px; font-size: 13px;  background: #26282D; padding:0px!important; }

ul.main-menu { margin:0 10px; padding:0; list-style:none; overflow:hidden; height:40px; }
ul.main-menu li { display:inline-block; }
ul.main-menu li a { display:block; color: #fff;  padding: 0 8px; line-height: 40px; text-transform: uppercase; }
ul.main-menu li.active a { border-bottom: 4px solid #F30000; line-height:32px; }

.navbar-toggler { z-index:9998; height:40px; outline:none; }
.navbar-toggler .hamburger-menu { display: block; width: 23px; height: 14px; background: url('img/hamburger-menu.png') no-repeat center;  background-size: contain; outline:none; }
.navbar-collapse { z-index:9998;  background: #26282D; position:absolute; top:60px; right:0; }

ul.second-menu { margin:0 10px; padding:0; }
ul.second-menu li { margin:5px 0; padding:0; }
ul.second-menu li a { display:block; padding:0 8px; color: #fff; margin:0; }
ul.second-menu li a small { display:block; font-style:italic; color:#FFF; }

.navbar-login .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	text-transform:uppercase;
	
}

.navbar-login ul.navbar-nav li {
    margin-left:20px;
}

.red-color {
	color:#ff0000!important;
}
/* Header : END */





/* Footer : BEGIN */
footer {color:#fff; margin:0px;font-size:0.9rem; background-color:#000;}
a.navbar-link, a.navbar-link:hover{
	text-decoration:none;
	color:#fff;
}

.nav-link {
	padding: 0.5rem 0.7rem;
}

/* Footer : END */







/* movie list : BEGIN */

.movie-list-header {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 15px 0px 15px;
  margin:0;
}


.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.35rem;
}

.movie-list { list-style:none; margin:0; padding:0; }
.movie-list.bb,
.movie-list:last-child { border-bottom: 1px solid #eee; }
.movie-list .movie { border-top: 1px solid #eee; display:flex; padding: 15px 25px 15px 15px; color: #000; }
.movie-list .movie.disabled { opacity:0.3; }
.movie-list .movie.disabled * { color: #000 !important; }

.movie-list li a { color:#000; }
.movie-list li a:hover { text-decoration:none; }
.movie-list li p { margin:0; }
.movie-list .arrow { background-image: url('img/right-arrow-grey.png'); background-size: 8px; background-position: right 15px center; background-repeat: no-repeat; }

.movie-list .movie-poster { margin-right: 15px; overflow: hidden; flex: 100px 0 0; }
.movie-list .movie-poster img { width: 100px; height: auto; }
@media (max-width: 320px) {
  .movie-list .movie-poster { flex: 70px 0 0; }
  .movie-list .movie-poster img { width: 70px;  }
}
.movie-list .movie-info { font-size: 14px; font-weight: 300; flex-grow: 1; }
.movie-list .movie-title { font-size: 16px; font-weight: 400;  margin-bottom: 5px; }

.movie-list .movie-label { text-transform: uppercase; font-size: 12px; }
.movie-list .movie-label.avanpremiera { color: #FF0000; }
.movie-list .movie.presale { background-color: #FFF1D6; }
.movie-list .movie-label.presale { color: #FF4304;}
.movie-list .movie-label.is-reservation { color: #F30000; }

.movie-list .presale.arrow { background-image: url('img/right-arrow-orange.png'); }

.movie-list .tag {
    font-size: 12px;
    line-height: 24px;
      padding: 0 10px;
        border: 1px solid black;
          border-radius: 4px;
            display: inline-block;
              text-transform: uppercase;
                margin: 5px 5px 5px 0;
                  font-weight: 400;
                    cursor: pointer;
                    }
.movie-list .tag .icon-ticket {
  background: url('img/icon-ticket-black.png') no-repeat center;
    background-size: contain;
      display: inline-block;
        vertical-align: middle;
          width: 24px;
            height: 24px;
              margin: 4px 5px 4px 0;
              }
              .movie-list .tag .small {
                font-size: 10px;
                }
                .movie-list .tag.red {
                  color: #FF0000;
                    border-color: #FF0000;
                    }
.movie-list .tag.red .icon-ticket {
  background-image: url('img/icon-ticket-red.png');
  }
  


/* si in listari si in pagina unui film */
.movie-schedule { margin:5px 0; }
.movie-schedule .day-wrapper { margin-bottom:10px; }
.movie-schedule .day { margin:0; }
.movie-schedule .show-time { margin:5px 5px 5px 0; }
.movie-schedule .show-time .info { color: #525252; font-size: 10px; font-weight: 300; }
.movie-schedule .show-time.active { background-color:#000; color:#FFF; }
.movie-schedule .show-time.active .info { color:#DBDBDB; }
.movie-schedule .show-time.disabled { color:#999; border-color:#999; opacity:1; }
.movie-schedule .fs {text-transform: uppercase;  font-size: 12px; font-weight:400;}





/* movie list : END */
/* Movie page: BEGIN */
.movie-header {
  position: relative;
  overflow: hidden;
}
.movie-header .movie-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top:80px;
}
.movie-header .movie-background img {
  min-height: 100%;
  min-width: 100%;
}
.movie-header .movie-background:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 60%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.movie-header .trailer-link {
  position: relative;
  width: 100%;
  height: 250px;
  background: url('img/icon-play.png') no-repeat center;
  background-size: 80px;
  display: block;
}
.movie-header .movie-title {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  padding: 0 15px;
  text-align: center;
}
.movie-header .movie-title .type {
  color: #9F9F9F;
}
.movie-header .movie-orig-title {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.movie-header-tags {
  background: #000;
  padding: 0 15px 15px;
}
.movie-header-tags .tags-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.movie-header-tags .tags-list .tag {
  margin: 0 5px;
  padding: 0 7px;
  line-height: 18px;
  border-radius: 9px;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  font-size: 12px;
  text-transform: uppercase;
}
.movie-header-tags .tags-list .tag.avanpremiera {
  color: #ff0000;
  border-color: #FF0000;
}
.tag.avanpremiera {
  color: #ff0000;
  margin: 0px;
  padding: 0 7px;
  line-height: 18px;
  border-radius: 9px;
  border: 1px solid #FF0000;
  font-size: 12px;
  text-transform: uppercase;
}

.tag.premiera {
  color: #333333;
  margin: 0px;
  padding: 0 7px;
  line-height: 18px;
  border-radius: 9px;
  border: 1px solid #333333;
  font-size: 12px;
  text-transform: uppercase;
}

.contact-bar {
	background-color: #e62126;
    line-height: 30px;
	font-weight:bold;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}

.phone-icon {
	display:inline-block;
	width:20px;
	height:18px;
	background:url('img/phone-small.png');
}

.mail-icon {
	display:inline-block;
	width:15px;
	height:12px;
	background:url('img/mail.png');
}

.facebook-icon {
	display:inline-block;
	width:41px;
	height:41px;
	background:url('img/facebook.png');
}

.instagram-icon {
	display:inline-block;
	width:41px;
	height:41px;
	background:url('img/instagram.png');
	margin-left:5px;
}

.movie-main > div {
  padding: 20px 15px;
}
.movie-main > div:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.movie-main .movie-rating {
  display: flex;
  padding: 20px 0;
}
.movie-main .movie-rating > div {
  flex: 50% 0 0;
  padding: 0 15px;
}
.movie-main .movie-rating > div:first-child {
  border-right: 1px solid #eee;
}
.movie-main .movie-rating .rating-title {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.movie-main .movie-rating .rating-title span {
  display: block;
}
.movie-main .movie-rating .rating-value {
  font-size: 30px;
  font-weight: 200;
}
.movie-main .movie-age-duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}

.movie-main .display-inread {
	display: none!important;
	}
	
.movie-main .display-outofread {

}

.movie-main .movie-age-duration .age-rating .bordered {
  line-height: 18px;
  display: inline-block;
  padding: 0 7px;
  border-radius: 9px;
  border: 1px solid #000;
  margin-right: 4px;
}

.movie-main .movie-age-duration .age-rating.n15 {
  color: #8D1E78;
}
.movie-main .movie-age-duration .age-rating.n15 .bordered {
  border-color: #8D1E78;
}
.movie-main .movie-age-duration .duration {
width:45px;
text-align:center;
}
.movie-main .movie-age-duration .duration .icon-time {
  display: block;
  margin: 0 auto 5px;
  width: 20px;
  height: 20px;
  background: url('img/icon-clock.png') no-repeat center;
  background-size: contain;
}
.movie-main .movie-synopsis {
  min-height: 180px;
  	display:flex;
}
.movie-main .movie-synopsis .poster {
  float: left;
  margin: 0 10px 5px 0;
}
.movie-main .movie-synopsis .synopsis {
  font-weight: 300;
  font-size: 14px;
  color: #525252;
}
.movie-main .movie-cast {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.movie-main .movie-cast .cast-title {
    display:block;
    text-transform: uppercase;
    margin-bottom:10px;
}
.movie-main .movie-cast .cast-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.movie-main .movie-cast .cast-list .cast-list-item {
  margin-right: 18px;
  display: inline-block;
  width: 100px;
  line-height: 1.2;
  overflow: hidden;
  white-space: initial;
  vertical-align: top;
}
.movie-main .movie-cast .cast-list .cast-list-item:last-child {
	margin-right:0px!important;
}
.movie-main .movie-cast .cast-list img {
  margin-bottom: 5px;
}
.movie-main .movie-cast .cast-list .cast-name {
  font-size: 14px;
  font-weight: 400;
}
.movie-main .movie-cast .cast-list .cast-role {
  font-size: 12px;
  font-weight: 300;
}
.movie-main .movie-cast .movie-list {
    margin:-15px;
}
.movie-main .movie-info .info-header {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}
.movie-main .movie-info .info-text {
  color: #525252;
  font-size: 14px;
  font-weight: 300;
}
.movie-main .movie-info .info-text:not(:last-of-type) {
  margin-bottom: 10px;
}

.movie-footer {
  position: fixed;
  z-index:999;
  left: 0;
  right: 0;
  bottom: 40%;
  max-width: 600px;
  margin:auto;
  padding:10px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease; /* Safari */
  transition: all 0.3s ease;
}

.movie-footer.hidden {
    bottom:-300px;
}
.movie-footer .wrapper {
  padding: 100px 50px;
  display: flex;
  justify-content: space-between;
  position:relative;
}
.movie-footer .close {
    position:absolute;
    top:0; right:0;
}
.movie-footer .btn {
  color: #F30000;
  border-radius: 4px;
  border: 1px solid #F30000;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
 width:172px;    
}
.movie-footer .btn-buy {
  background: #F30000;
  color: #fff;
}
.movie-footer .icon-reservation {
  background: url('img/icon-reservation.png') no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  margin-right: 5px;
}
.movie-footer .icon-ticket {
  background: url('img/icon-ticket-white.png') no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.movie-footer .btn-reservation.disabled,
.movie-footer .btn-reservation.disabled-look {
    color: #CFCFCF;
    border-color:#CFCFCF;
}



.header-desktop {display: flex;}
.header-mobile {display:none!important;}



@media (max-width: 768px) {
	
	body {
		background: #000;
		margin:0px;
		padding:0px;
	}

	.navbar-toggler {
		z-index: 9999;
		top: 12px;
		right: 0;
		display: block;
		height: 40px;
		outline: none;
	}
	
	.btn-sm, .btn-group-sm > .btn {
		padding: 0.25rem 0.5rem;
	}
	
	.navbar-collapse { z-index:9999;  background: #26282D; position:fixed; top:111px; right:0; }
	
	.primary-nav { z-index:9999; background: #000000; color: #fff; min-height: 50px; margin:auto; width:100%;}

  .header-desktop {display:none!important;}
  .header-mobile {display:block!important;}
  .header-wrapper {
	background-color:#ff0000;
  }
	
	.secondary-nav {
		position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
	}
	
	ul.main-menu {
		padding-left: 0px;
	}
	
    .movie-footer {
        bottom:0;
        max-width:100%;
    }
    .movie-footer .wrapper { 
        padding:20px;
    }
	
	.navbar-brand {  
		margin:auto;
	}
	
	.movie-main .movie-age-duration {
		display: inline-block!important;
		margin-top:10px;
		padding-top:5px;
		margin-top:10px;
	}
	
	.movie-main .display-inread {
		display: flex!important;
	}
	
	.movie-main .display-outofread {
		display: none!important;
	}
	
	.movie-main .movie-age-duration .duration .icon-time {
		margin: auto;
	}
	
	.movie-main .movie-age-duration {
		border-bottom: 1px solid #eee!important;
	}
}
@media (max-width: 320px) {
	.header-wrapper {
		padding-top: 0px!important;
	}
	.fixed-top {
		position: static!important;
	}
	.movie-footer .wrapper {
		padding:0;
		padding-top:30px;
		display:block;
	}
	.movie-footer .btn {
		width:100%;
		display:block;
		margin-bottom:15px;
	}
}
main.movie {
  padding-bottom: 72px;
}
/* Movie page: BEGIN */
/* Program page: BEGIN */
.calendar-schedule {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
  display: flex;
  background: #eee;
  margin-bottom: 20px;
}
.calendar-schedule .schedule-day {
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.calendar-schedule .schedule-day a {
  padding: 10px 0;
  display: block;
  color: #212529;
}
.calendar-schedule .schedule-day.today {
  position: relative;
}
.calendar-schedule .schedule-day.today a {
  background: #393E44;
  color: #fff;
}
.calendar-schedule .schedule-day.today:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #393E44;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.calendar-schedule .schedule-day.inactive {
  opacity: 0.3;
}
.calendar-schedule .schedule-day.more {
  display: flex;
}
.calendar-schedule .schedule-day.more a {
  background: url('img/icon-kebab-horizontal.png') no-repeat center;
  background-size: 24px;
  width: 100%;
  height: 100%;
}
/* Program page: END */
.sign-up .container-fluid {
  padding: 20px 15px;
}
.sign-up .form {
	  max-width:500px;
	  margin:auto;
}
.sign-up .container-fluid h1 {
    margin:0;
}
.log-in .container-fluid {
  padding: 20px 15px;
}
.log-in .form {
  max-width:500px;
  margin:auto;
}
.log-in button[type="submit"] {
  margin-bottom: 20px;
}
.log-in .btn-link {
  color: #F30000;
}

.page-wrapper {  padding: 20px 15px; }
.page-wrapper .page-title { text-align:center; margin: 0 0 20px; }
.page-wrapper .page-content { }
.page-wrapper .page-content p { margin-bottom: 30px; color: #525252; font-size: 14px; font-weight: 300; }

.bottom_links { border-top: 1px solid #eee; display:block; padding: 30px 25px 15px 0px; margin: 15px;  background-image: url('img/right-arrow-grey.png'); background-size: 8px; background-position: right 0px center; background-repeat: no-repeat; text-align:center;}
.bottom_links a { color: #212529; }

#myModal {
	margin:auto;
	width:640px;
	height:480px;
	z-index:9999;
	background-color: #000000;
	overflow-x:hidden;
	overflow-y:hidden;
}
#myModal .modal-body {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	padding:0px;
}
#myModal .modal-header {
	background:none;
	border:0px;
	z-index:99999;
}

#myModal .modal-dialog {
	padding:0px;
	margin:0px;
	background-color:#000000;
}

#myModal .modal-content {
	background:none;
	width:640px;
}

.btn:focus {
	box-shadow: none;
}

@media screen and (min-width: 768px) {

.main-wrapper {
  max-width: 992px;
}


/* Header : BEGIN 
.header-wrapper { max-width: 992px; } */

.movie-list .movie-poster { flex: 200px 0 0; margin-bottom: 10px;}
.movie-list .movie-poster img { width: 200px;  }
/* .movie-list li { float:left; } */
.movie-list { 
	list-style:none; 
	margin:0; 
	padding:0; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-self: flex-start;
}
.movie-list .arrow { background-position: right 1500px center; }
.movie-main > div:not(:last-child) { border-bottom: 0px; }
.movie-list:last-child { border-bottom: 0px; }
.movie-list .movie { border-top: 0px; display:flex; flex-wrap: wrap; align-self: flex-start; padding: 15px 30px 15px 15px; color: #000; width:245px;}

.movie-list .movie-info { font-size: 12px; }

.movie-main .movie-synopsis .poster img {
  width: 200px;
  max-height: 290px!important;
}

.movie-main .movie-synopsis {
    min-height: 0px;
}

.movie-main .movie-cast .cast-list {
    white-space: normal;
}

.movie-main .movie-synopsis .poster {
    margin: 0 15px 5px 0;
}

.movie-main .movie-cast .cast-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-weight:500;
	border-top: 1px solid #eee;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

.movie-main .movie-age-duration {
	margin-top:10px;
	padding-top:5px;
	border-bottom: 0px;
	
}

.bottom_links { background-position: right 1500px center; }





}

