@charset "utf-8";
/* CSS Document */

.color-main-dark {
	color: #10788f;
}
.color-main {
	color: #10788f;
}
.color-main-light {
	color: #10788f;
}
.color-alt {
	color: darkgoldenrod;
}
.color-alt-light {
	color: darkgoldenrod;
}

.color-main-dark-bg {
	background-color:#10788f;
}
.color-main-bg {
	background-color: #10788f;
}
.color-main-light-bg {
	background-color: #10788f;
}
.color-alt-bg {
	background-color: darkgoldenrod;
}
.color-alt-light-bg {
	background-color: darkgoldenrod;
}
#pattern {
	position: relative;
	width: 45%;
}
#pattern > img {
	position: absolute;
	bottom: 0;
}
@media (min-width: 1300px) {
	#pattern {
		width: 50%;
	}
}
@media (max-width: 991px) {
	#pattern {
		width: 55%;
	}
}
.container #hover_comps {
	bottom: 0%;
	right: 75%;
}
/*Start of Menu */
#upper_nav {
	position: relative;
	background-color: #222;
	height: 34px;
	line-height: 31px;
	margin-right: 38px;
}
#upper_nav:before,
#upper_nav:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 41px;
	background-repeat: no-repeat;
	background-position: top;
}
#upper_nav:before{ right:100%; background-image: url(/file_source/qu/global/images/global_images/top-nav-border.png); background-position: left; }
#upper_nav:after{ left: 100%;  background-image: url(/file_source/qu/global/images/global_images/top-nav-border.png); background-position: right; }
#upper_nav a {
	background-color: transparent;
}
#qu_search {
	padding: 0;
	width: 160px;
}
#mob_search_box form {
	padding-top: 20px;
}
#qu_search form,
#mob_search_box form {
	position: relative;
}
#qu_search input:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}
#qu_search input,
#mob_search_box input {
    width: 100%;
}
#qu_search .btn,
#mob_search_box .btn {
    border-radius: 0;
    background-color: #00718f;
    border: 0;
    color: #FFF;
    position: absolute;
    right: 0;
    font-weight: 100;
    top: 0;
    bottom: 0;
    left: auto;
}
#mob_search_box .btn {
	top: 20px;
}
#upper_nav li a {
	color: #FFF;
}
#upper_nav a:hover {
	background-color: #39a2b9;
	color: #FFF;
}
.navbar-toggle {
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0;
	padding: 2px 5px;
}
.navbar-toggle:hover {
	color: #06829d;
	border: 1px solid transparent !important;
}
.icon-bar {
	background-color: #FFF;
}
#mob_search_btn {
	width: 25px;
	height: 25px;
	color: #FFF;
	font-size: 22px;
	background-image: url(/file_source/qu/global/images/magnifier.png);
	margin-right: 7px;
}
#mobile_lang {
	height: 25px;
	margin-right: 7px;
	color: #FFF;
}
.navbar-brand, .navbar-nav>li>a {
    color: #333;
}
#lower_nav > li {
	background-color: #f3f3f3;
	margin-bottom: 1px;
}
header .navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.dropdown-toggle .glyphicon-triangle-top {
	display: none;
}
.dropdown-toggle:hover .glyphicon-triangle-top {
	display: block;
}
.dropdown-toggle .glyphicon-triangle-bottom {
	display: block;
}
.dropdown-toggle:hover .glyphicon-triangle-bottom {
	display: none;
}
@media only screen and (min-width : 992px) {
	#headerWrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	.container-md {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#upper_nav li a {
		background-color: transparent;
	}
	#upper_nav a:hover {
		background-color: transparent;
		color: #39a2b9;
	}
	#qu_search input,
	#mob_search_box input {
		border-radius: 0;
		background-color: #333;
		color: #eee;
		height: 20px;
		border: 0;
		padding: 6px 12px;
		padding-right: 40px;
		width: 100%;
	}
	#qu_search .btn,
	#mob_search_box .btn {
		font-size: 12px;
		padding: 3px 6px;
	}
	#lower_nav > li {
		background-color: transparent;
		margin-bottom: 0;
	}
	#lower_nav .dropdown:hover .dropdown-menu,
	#lower_nav .dropdown:focus .dropdown-menu,
	#lower_nav .dropdown-toggle:hover + .dropdown-menu,
	#lower_nav .dropdown-toggle:focus + .dropdown-menu {
		display: block;
	}
	#lower_nav .dropdown:hover,
	#lower_nav .dropdown:focus {
		background-color: #eee;
	}
	.dropdown-toggle .glyphicon,
	.dropdown-toggle:hover .glyphicon {
		display: none;
	}
}
@media (min-width: 1200px) {
	.container-md {
		width: 1170px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*End of Menu */
.countdown-section:nth-last-child(1) {
	color: #0f2f3b;
}
.countdown-section:nth-last-child(2) {
	color: #35bfbb;
}
.countdown-section:nth-last-child(3) {
	color: #fbc110;
}
.countdown-section:nth-last-child(4) {
	color: #f8971d;
}
.countdown-section .countdown-amount:after,
.countdown-period {
	color: #1b7374;
}
/* accordions */
.panel {
	background-color: #eee;
}
.panel-group .panel {
	border: 0;
    margin-bottom: 10px;
}
.panel-group .panel-heading {
	padding: 0;
	color: #333;
	background-color: #cbc9ca;
}
.panel-group .panel+.panel {
	margin-top: 1px;
}
.panel-group .panel-title { 
	font-weight: 300;
	position: relative;
	font-size: 1.45em;
}
.panel-group .panel-title a:after { 
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    position: absolute;
    right: 0px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: #dedede;
	color: #1b7374;
}
.panel-group .panel-title a[aria-expanded="true"]:after {
	content: "\e260";
}
.panel-group .panel-title a {
	display:block;
	text-decoration: none;
	padding: 10px 15px 10px 30px;
	font-size: 1.2em;
}
.panel-group .panel-collapse {
	color: #333;
}
.panel-group .panel-body {
	border: 0 !important;
	font-size: 1.28em;
	padding: 45px;
}

/** TABS START **/
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border: 0;
	margin-right: 7px;
}
.nav-tabs>li>a {
	background-color: #cbc9ca;
    border-radius: 3px;
    color: #1b7374;
    font-size: 1.28em;
}
.nav>li>a {
	padding: 15px 12px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: #f6aa2e;
	color: #FFF;
}
.nav-tabs>li.active:after {
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #f6aa2e;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/** TABS END **/

#title{
  text-align: center;
  color:white;
  font-size:30px;
  text-transform: uppercase;
  margin-top: 100px;
}
.hover-table-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  margin:0 auto;
}
.listing-item {
   display: block;
   width:100%;
  margin-bottom:20px;
    float: left;
    background: #fff;
    border-radius:10px;
    z-index:0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);

}
.listing-item:hover,  .listing-item.active{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
    transition: all 0.3s;
  z-index:2;

}
.listing-item .listing{
    padding:20px;
    position:relative;  
}
.listing-item .listing:before{
    content:"";
  position:absolute;
  top:-15px;
  left:-o-calc(50% - 15px);
  left:-moz-calc(50% - 15px);
  left:-webkit-calc(50% - 15px);
  left:calc(50% - 15px);
  border-bottom:20px solid #fff;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
}
  figure.image img {
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
figure.image {
    position: relative;
  margin: 0;
    padding: 0;
}
figure.image figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
  background: rgba(0,0,0,0.6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
figcaption .caption{
  position:relative;
  top:50%;
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);

}
figcaption h1{
    color:white;
  font-weight:bold;
    font-size:16px;
  text-transform: uppercase;
}
figcaption p{
  color:white;
  font-size:12px;
}
.listing h4 {
   
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
}
.listing h4:not(:last-child){
   border-bottom: 1px solid #ccc;
}
.listing-item:hover figure.image figcaption{
       background: rgba(195, 39, 43, 0.6);
}
@media only screen and (min-width:540px){
  .listing-item {
   display: block;
   width: -webkit-calc(100%/4);
   width: -moz-calc(100%/4);
    width: calc(80%/4);
  }
}
@media only screen and (min-width:1024px){
  .hover-table-layout{
        padding: 30px;
  }
}



.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 105%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

/** TICKETS START **/
.ticket .price {
	position: relative;
	bottom: 15px;
}
.ticket .category:after {
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #f6aa2e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
}
/** TICKETS END **/
/*ZoomIn Hover Effect*/
    .hover-zoomin a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-zoomin img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-zoomin:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Speaker */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.hero-container {
	margin: auto;
	display: flex;
}

.main-container {
	width: 270px;
	height: 540px;
	position: relative;
	margin: 0 20px;
}

.poster-container {
	width: 230px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 9999;
}

.poster {
	width: 100%;
	box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.6);
}


.ticket-container {
	background: #fff;
	width: 270px;
	height: 460px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	position: absolute;
	top: 70px;
	box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.6);
	opacity: 0;
}
.ticket-containerone {
	background: #fff;
	width: 270px;
	height: 530px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	position: absolute;
	top: 70px;
	box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.6);
	opacity: 0;
}

.main-container:hover .ticket-container {
    opacity: 1;
    animation: bounceIn 0.6s linear;
}
.main-container:hover .ticket-containerone {
    opacity: 1;
    animation: bounceIn 0.6s linear;
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.01, 1.01, 1.01);
		transform: scale3d(1.01, 1.01, 1.01);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

/* @keyframes bounce {
  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

.ticket__contentone {
	width: 100%;
	position: absolute;
	bottom: 100px;
	text-align: center;
}
.ticket__contenttwo {
	width: 100%;
	position: absolute;
	bottom: 75px;
	text-align: center;
}
.ticket__contentthree {
	width: 100%;
	position: absolute;
	bottom: 140px;
	text-align: center;
}
.ticket__contentfour {
	width: 100%;
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.ticket__contentfive {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.ticket__contentsix {
	width: 100%;
	position: absolute;
	bottom: 45px;
	text-align: center;
}

.ticket__movie-title {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.ticket__movie-slogan {
	color: #999;
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.ticket__current-price {
	color: #69c982;
	font-size: 1.4rem;
	font-weight: bold;
}

.ticket__old-price {
	color: #999;
	text-decoration: line-through;
	margin-bottom: 10px;
}

.ticket__buy-btn {
	cursor: pointer;
	width: 100%;
	background: #2f2f2f;
	color: white;
	padding: 15px 0;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* FOOTER START */
.BTNSocial {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	background-color: #00718f;
    background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
}
.BTNSocial:hover {
	background-color: #39a2b9;
}
#facebook {
	background-image: url(/file_source/qu/global/images/sm/facebook.png);
}
#twitter {
	background-image: url(/file_source/qu/global/images/sm/twitter.png);
}
#youtube {
	background-image: url(/file_source/qu/global/images/sm/youtube.png);
}
#linkedin {
	background-image: url(/file_source/qu/global/images/sm/linkedin.png);
}
#instagram {
	background-image: url(/file_source/qu/global/images/sm/instagram.png);
}
#google {
	background-image: url(/file_source/qu/global/images/sm/google.png);
}
#flickr {
	background-image: url(/file_source/qu/global/images/sm/flickr.png);
}
#foursquare {
	background-image: url(/file_source/qu/global/images/sm/foursquare.png);
}
#rss {
	background-image: url(/file_source/qu/global/images/sm/rss.png);
}
@media only screen and (min-width : 992px) {
	#footer_wrapper {
		position: relative;
		padding-bottom: 12em;
	}
}
#footer_wrapper .container{
	position: relative;

}
#btm_bg_r {
	max-width: 971px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	width: 38%;
}
#btm_bg_l {
	max-width: 588px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	width: 45%;
}
#footer_wrapper a {
	color: #754100;
}
/** FOOTER ENDS **/