@charset "utf-8";
/* CSS Document */

/* CUSTOMIZE THE GENERALS
-------------------------------------------------- */
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #1D1D1B;
	padding-top: 67px;
}
@media(max-width:767px){
	body {
		padding-top: 50px;
	}
}


.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight:900;
    text-transform: none;
}

h1,
h2 {
	color: #254193;
	font-size: 1.777em;
	line-height: 1.2em;

	margin-top:40px;
	margin-bottom:20px;

	padding-bottom:0px;
	border-bottom:2px solid #254193;
	
}

h1 .subtitle,
h2 .subtitle {
	margin-top: 0px;
	display: block;
	font-size: 0.75em;
	font-weight: 300;
	line-height: 1.15em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.777em;
	line-height: 1.2em;
	color:#254193;
}

h4 {
	font-size:1.333em;
	line-height: 1.2em;
	color:#ccc;
	
}

b {
	font-weight:400;
}
.sup {
	vertical-align:super;
}

.bg-white {
	background-color: #FFFFFF;
	border-bottom:1px solid #eee;
}

.bg-light {
	background-color: #F5F5F5;
	border-bottom:1px solid #eee;
}

.bg-dark {
	background-color: #F2F2F2;
}

.bg-white.border-bottom,
.bg-light.border-bottom,
.bg-dark.border-bottom {
	border-bottom:1px solid #eee;
}

/* CUSTOMIZE THE GUTTERS
-------------------------------------------------- */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* remove gutter spacing outside */
.no-gutter.row {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"], .no-gutter > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
/*	min-height: 66px; */
}
.navbar-white {
	background-color:#FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
}
.navbar-toggle {
	border: 1px solid #999;
}
.navbar-toggle .icon-bar {
	background-color:#999;
}

.navbar-brand {
	padding-top:4px;
}

@media(max-width:767px){
	.dropdown:hover .dropdown-menu {
	   display: none !important;
	}
}

/*
Based on:
http://tobiasahlin.com/blog/css-trick-animating-link-underlines/
*/
.navbar .nav > li > a {
	position: relative;
	color: #1D1D1B;
	font-weight: 300;
	font-size: 18px;
	padding-top:22px;
	padding-bottom:25px;
}

.navbar .nav > li > a:hover {
	color: #254193;
	background:#FFF;
}

.navbar .nav > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: #254193;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navbar .nav > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar .nav > li.active > a:before {
	visibility: visible;
	-webkit-transform: none;
	transform: none;
}

@media(max-width:767px){
	.navbar-brand {
		max-width:160px;
	}

}



/* https://bootsnipp.com/snippets/featured/large-dropdown-menu */
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
	margin-left: 16px;
	margin-right: 16px;
	padding: 20px 0px;
  
	max-width: 800px;
	width: 80%;  
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-size:16px;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
	margin-top:10px;
}

.carousel .carousel-inner {
	max-height:600px;
}
.carousel-caption.item-title {
	text-shadow:none;
	left:10%;
	right:10%;
	bottom:50px;
}
.carousel .item {
	max-height:600px;
}
.carousel .item > img {
	margin-left:auto;
	margin-right:auto;
}
.carousel .carousel-control {
	max-width:10%;
}
.carousel .item-badge {
	background-color: rgba(255,255,255,0.6);
	color: #000;
	padding: 10px;
	font-size: 1em;
	width: 100%;
	left: 0;
	right: 0;
	bottom:0;
	
	text-shadow:none;
	font-weight: 400;
}

.carousel .title {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	
	text-transform:uppercase;
	
	font-size:2.369em;
	text-align:left;
	background:#1D1D1B;
	background:rgba(29, 29, 27, 0.8);


	padding-top:8px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;

	width:70%;
	max-width:600px;
	
	line-height:1.1em;
	border-bottom:3px solid #fff;
}
.carousel .title-eng {
	display:block;
	font-weight:300;
	font-size:0.563em;
	margin-top:-10px;
}
.carousel-indicators {
  bottom:-50px;
}
.carousel-inner {
   margin-bottom:50px;
}

.carousel-indicators li {
	background-color: rgba(0,0,0,0);
	border: 1px solid #ddd;
	
}
.carousel-indicators .active {
	background-color: #ddd;
}

/* Animation delays */
.carousel-caption .title {
    animation-delay: 0.5s;
}
.carousel-caption.item-badge {
    animation-delay: 1s;
}


@media(max-width:767px){
	.carousel .carousel-caption.item-title {
		display:none;
	}
	.carousel .carousel-caption.item-badge {
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.75em;
	}
	#carousel img {
		/* fix */
		min-width:200%;
		margin-left:-50%;
	}
}
@media(min-width:1200px){
	.carousel .carousel-caption.item-title {
		bottom:50px;
	}

}






/* CUSTOMIZE THE LINEUP
-------------------------------------------------- */
.thumbnail {
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}


.hotspot-wrapper {
}
.hotspot-wrapper a {
	overflow:hidden;
	position:relative;
}
.hotspot-text {
    position: absolute;
    bottom: -200px;
    left:0;
	right:0;
    transition: all 0.4s ease;
    background: rgba(0,0,0,.7);
    color:#fff;
	font-size: 1.2em;
	min-height: 120px;
	padding: 10px;
	height: auto;
	line-height:1em;
}
.hotspot-text .small {
	font-size:0.6em;
	line-height:0.8em;
}
.hotspot-wrapper:hover .hotspot-text {
	bottom: 0px;
	left:0;
	right:0;
}
.hotspot-wrapper img {
    max-width:100% !important;
    clear:both;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hotspot-wrapper:hover img {

	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

/*
.hotspot-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}
.hotspot-wrapper a {
	overflow:hidden;
	position:relative;
}
.hotspot-text {
    height: 102px;
    position: absolute;
    bottom: -50px;
    left:0;
	right:0;
    transition: all 0.2s ease;
    background: rgba(0,0,0,.7);
    color:#fff;
}  
.hotspot-wrapper:hover .hotspot-text {
  bottom: 0;
  left:0;
  right:0;
}
.hotspot-wrapper img {
    max-width:100% !important;
    clear:both;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hotspot-wrapper:hover img {

	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
*/

/* CUSTOMIZE THE MOVIES
-------------------------------------------------- */
#movie-list p.movie-plot,
.lineup .movie-plot {
	text-align:justify;
}


.lineup .margin-top-h2 {
	margin-top:40px;
}

.lineup .movie-specs {
	margin-top:-18px;
	margin-bottom:30px;
	font-size:0.75em;
	color:#666;
}

.lineup .lead {
	margin-top:0px;
	margin-bottom:30px;
	font-weight:400;
	font-size:1.333em;
	border-left: 12px solid #ddd;
	padding-left: 10px;
}

.lineup .movie-plot {
	margin-bottom:40px;
}

.lineup .movie-festivals {
	margin-bottom:40px;
}

.lineup .movie-festivals-item {
	padding:4px 40px;
	margin:10px 0px;
	max-width: 350px;
}
.lineup .movie-festivals-item p {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:0.8em;
	line-height:1em;
}
.lineup .movie-festivals-item > img:nth-child(1) {
	margin-left:-35px;
	float:left;
}
.lineup .movie-festivals-item > img:nth-child(2) {
	margin-right:-35px;
	float:right;
}

.lineup .movie-specs-box {
	font-size:0.75em;
	background:#D3D9E9;
	border:1px solid #B7BDCC;
	padding:10px;
	margin-bottom:40px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	
	line-height:1.2em;
	
	
	background:#F5F5F5;
	border:1px solid #E0E0E1;
}


.lineup .movie-specs-box > .row {
	padding-top:8px;
	padding-bottom:8px;
}

.lineup .movie-specs-box > .separator {
	line-height:1px;
	height:1px;
	border-bottom:1px dotted #C6CFE4;
	
	border-bottom:1px dotted #E0E0E1;

}
.lineup .movie-specs-box > .row:nth-child(even) {

}

.lineup .movie-specs-box > .row > div:nth-child(1) {
	text-align:right;
}

@media(max-width:991px){
	.lineup .movie-specs-box > .row > div:nth-child(1) {
		text-align:left;
	}

}

.lineup .movie-images > * {
	margin-bottom:10px;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
.footer {
	padding-top:60px;
	padding-bottom:30px;
	background:#222222;
	color:#ffffff;
	font-size:14px;
	font-height:24px;
}
.footer .title {
	font-weight:900;
	text-transform: uppercase;
	color: #ffffff;
}
.footer .footer-separator {

	margin-bottom: 35px;
	padding-bottom: 5px;
	line-height:0px;
	width:50%;
	min-width:30px;
	min-height:2px;
	border-bottom:3px solid #049530;
}
.footer ul {
	list-style-type: none;
	padding-left:0px;
}
.footer ul li {
	line-height:32px;
	text-transform:uppercase;
}
.footer a {
	color:#FFF;
}
.footer a:hover,
.footer a.active {
	text-decoration:underline;
	color:#CCC;
	
}


/* CUSTOMIZE THE MAIN
-------------------------------------------------- */
ul.movie-list {
	padding-left:0px;
	text-align: justify;
}
ul.movie-list::after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden;
}
ul.movie-list li {
	display: inline-block;
}

/* CUSTOMIZE ABOUT US
-------------------------------------------------- */
.about-us-people {
	text-align:center;
}
.about-us-people h2 {
	font-size: 1.6em;
}
.about-us-people h2 .subtitle {
	font-size: 0.6em;
}


/* CUSTOMIZE THE ERROR PAGE
-------------------------------------------------- */
#errorPage {
	margin-top:40px;
}
#errorPage .box {
    border:1px dashed #000;
	padding:20px;
	
    -webkit-box-shadow: 0 5px 10px 0 rgba(80,53,75,0.1);
    box-shadow: 0 5px 10px 0 rgba(80,53,75,0.1);
}
#errorPage .box h1 {
	color:#1D1D1B;
	border:none;
}

#errorPage .red {
	color:#DD0209;
}





