
/* Slider / Layout
================================================== */
#wrapper{
	max-width: 700px !important;
	position: relative;
}
.bxslider li .svg
{
	position: relative;
}
.bxslider li .svg:before {
    padding-top: 73%;
    content: ' ';
    font-size: 0;
    display: block;
}
.bxslider li .svg > * {		
	position: absolute !important;
	top: 0 !important; 
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	display: block;
	width: 100%;
	height: 100%;
}

#loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background: url('../images/loader.gif') center center no-repeat #000;
}


/* Second Screen (seat selection)
================================================== */

#screen2 h2{
	position: absolute;
	top: 0;
	left: 0; margin-top: 0; 
}
#screen2.section109 .svg{
	margin-top: 5px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#screen2.section105 .svg{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.seat-key { padding-top: 30px; text-align: center;  }
.seat-key li {
	display: inline-block; padding-left: 20px; height: 20px; line-height: 16px; margin-left: 20px;   
}
.seat-key .available {background: url(../images/key-orange.png) no-repeat; }
.seat-key .reserved {background: url(../images/key-grey.png) no-repeat; }
.seat-key .myseats {background: url(../images/key-brown.png) no-repeat; }


/* Third Screen (enter inscription)
================================================== */

#screen3 input{
	text-align: center;
}
.enter-inscription-bg {	padding: 20px 0px; min-height: 400px;  }
.inscription {
	margin: 10px auto;
	max-width: 390px;
	height: 131px;
	background: url(../images/seat-back.png) no-repeat top center;
	overflow: hidden;
	background-size: 100%;
}
.confirm-inscription {
	color: #333;
	font-family: Times New Roman, serif; 
	text-align: center; 
	padding-top: 15px; 
	line-height: 30px; 
	font-size: 16px; 
}
.inscription-inner {
	margin-top: 15px; 
}
.inscription-form input { 
	background: transparent; border-radius: 0px; 
	border: 1px solid #666;
	font-family: 'Times New Roman, serif';
	text-transform: uppercase;
	text-align: center; 
	width: 290px;
	margin-bottom: 5px;
	font-size: 16px;
}
.inscription-form {
	text-align: center;
	margin-bottom: 20px; 
}
.inscription.cart-view .confirm-inscription{
	padding-top: 10px !important;
	line-height: 24px !important;	
	font-size: 12px !important;
}

.inscription.cart-view { width: 280px !important; 	 }
.inscription.cart-view .inscription-inner { margin-top: 5px; 	 }
.inscription.cart-view  input { 
	line-height: 14px;
	padding: 2px;
	font-size: 12px;
	 width: 220px; 
	 margin-bottom: 2px;
	 	font-size: 12px;
}


/* Cart/Checkout
================================================== */

.cart-table tbody>tr:nth-child(odd)>td, .cart-table tbody>tr:nth-child(odd)>th{ background: transparent url(../../../images/txt-block-bg.png); }
.cart-table th, .table td {border : none;}
.checkout-form {background: transparent url(../../../images/txt-block-bg.png);}
.checkout-form input[type="text"] {border-radius: 0px; width: 100%; }


/* Misc Styles
================================================== */
.qtip-tipsy .qtip-titlebar { padding: 16px 35px 0 16px !important; }
.qtip-tipsy .qtip-content { padding: 6px 35px 10px 16px !important; }

.qtip-title{
	font-size: 1.4em;
	color: #F06E09;
}
.qtip-inscription{
	font: 'Times New Roman', sans-serif;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	background: #CCC8C7;
	color: #000;
	min-width: 175px;
}
.btn-qtip { margin: 5px 0px; font-size: 12px; }
.action-bg.action1 { 	background: url(../images/seats-action-bg1.png) no-repeat bottom left; }
.action-bg.action2 { 	background: url(../images/seats-action-bg2.png) no-repeat bottom left; }
.action-bg.action3 { 	background: url(../images/seats-action-bg3.png) no-repeat bottom left; }
.action-bg.action4 { 	background: url(../images/seats-action-bg4.png) no-repeat bottom left; }

.inscription-wrapper {min-height: 450px; }

/* Media Queries
================================================== */

/* Large desktop */
 @media  (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
 @media  (min-width: 768px) and (max-width: 979px) { 
 .seats-nav.nav-tabs.nav-stacked>li>a {font-size: 15px;} 

 }
 
 /* Portrait tablet to landscape and desktop */
@media  (max-width: 979px) { 
 .seats-nav.nav-tabs.nav-stacked>li>a {font-size: 15px;} 
 #screen2 h2 {
position: relative; margin-bottom: 0px; 
 }
 }


/* Landscape phone to portrait tablet */
 @media  (max-width: 767px) { 
 .seats-nav.nav-tabs.nav-stacked>li>a {font-size: 15px;} 
.action-bg.action1, .action-bg.action2, .action-bg.action3, .action-bg.action4 { background: none; } 
.inscription-wrapper  {min-height: initial; }





}
 
/* Landscape phones and down */
 @media  (max-width: 480px) { 

.inscription { max-width: 280px; min-width: 260px; 	 }
.inscription-inner { margin-top: 5px; 	 }
.inscription-form input { 
	line-height: 14px;
	padding: 2px;
	font-size: 12px;
	 width: 220px; 
	 margin-bottom: 2px;
	 	font-size: 12px;
}

.confirm-inscription {
	padding-top: 10px;
line-height: 24px;	
	font-size: 12px;
}

}