/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS GLOBAL CSS
- - - - - - - - - - - - - - - - - - - - - */
	*{
		margin:0;
		padding: 0;
		font-family: Arial;
	}
	body{
		min-width: 320px;
	}
	.up
	{
		text-transform: uppercase;
	}
	.width-50
	{
		width:50%;
	}
	.width-40
	{
		width:40%;
	}
	.width-30
	{
		width:30%;
	}
	.width-20
	{
		width:20%;
	}
	.width-60
	{
		width:60%;
	}
	.width-70
	{
		width:70%;
	}
	.width-100
	{
		width:100%;
	}
	a
	{
	text-decoration: none;
	cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

	a:hover
	{
		opacity: .8;
		filter: Alpha(opacity=80);
	}
	p,h1,a,label,span,h2
	{
		font-family: Arial;
	}
	h1{
		text-transform: uppercase;
	}

	h1.noup
	{
		text-transform: none;
	}
	.op-50
	{
		opacity: .5;
		filter: Alpha(opacity=50);
	}

	a.social-icon
	{
		margin:6px;
	}

	a.social-icon-foot
	{
		margin:10px;
	}
	.flex-wrap
	{
		flex-wrap: wrap;
	}
	.flex-col
	{
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	.flex-row
	{
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
	}

	.jc-center
	{
		justify-content: center;
	}

	.ai-center
	{
		align-items: center;
	}
	.jc-end
	{
		justify-content: flex-end;
	}

	.ai-end
	{
		align-items: flex-end;
	}

	.ai-start
	{
		align-items: flex-start;
	}

	.button-black
	{
		text-transform: uppercase;
		width:290px;
		background-color: #333333;
		height:55px;
		justify-content: center;
		line-height: 3.5;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}

	.button-black:hover
	{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	.button-black:active
	{
		position:relative;
		top: 2px;
	}

	.button-black-med
	{
		text-transform: uppercase;
		width:200px;
		background-color: #333333;
		height:45px;
		justify-content: center;
		line-height: 2.9;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}

	.button-black-med:hover
	{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	.button-black-med:active
	{
		position:relative;
		top: 2px;
	}
	.button-black-med-large
	{
		text-transform: uppercase;
		width:328px;
		background-color: #333333;
		height:45px;
		justify-content: center;
		line-height: 2.9;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}

	.button-black-med-large:hover
	{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	.button-black-med-large:active
	{
		position:relative;
		top: 2px;
	}

	.button-black-med-min
	{
		text-transform: uppercase;
		width:244px;
		background-color: #333333;
		height:45px;
		justify-content: center;
		line-height: 2.9;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}
	
	.button-black-med-min:hover
	{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	.button-black-med-min:active
	{
		position:relative;
		top: 2px;
	}

	.button-black-med-larger
	{
		text-transform: uppercase;
		width:284px;
		background-color: #333333;
		height:45px;
		justify-content: center;
		line-height: 2.9;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}

	.button-black-med-larger:hover
	{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	.button-black-med-larger:active
	{
		position:relative;
		top: 2px;
	}
	.black
	{
		color:#333333;
	}
	.basics
	{
		min-height: 400px;
	}
	.mid-size
	{
		font-size: 20px;
		font-weight: bold;
	}
	input.black-med
	{
		width: 290px;
    	height: 40px;
    	font-size: 16px;
    	margin-right: 10px;
	}
	img.key
	{
		padding: 10px;
    	width: 30px;
    	height: 30px;
	}
	.text-center
	{
		text-align: center;
	}
	a.reg
	{
		text-decoration: underline;
		cursor: pointer;
		font-size: 14px;
		color:#2174a0;
		padding:5px 0px;
	}
	.p-text{
		max-width: 500px;
		font-size: 14px;
		padding:10px;
	}
	.pad-top
	{
		margin-top: 100px;
	}

	.cap{
		text-transform: capitalize;
	}
	label.error,.red
	{
		color:red;
		max-width: 264px;
	}
	.green
	{
		color:green;
	}
	p.med
	{
		font-size: 18px;
		font-weight: bold;
    	color: #026da1;
	}
	.grey,select
	{
		font-weight: bold;
		color:#767676;
	}
	.bold
	{
		font-weight: bold;
	}
	.normal
	{
		font-weight: normal;
	}
	.flush
	{
		margin:.5em 0;
	}
	.flush-small
	{
		margin:.1em 0;
	}
	input.expandable, select.expandable
	{
		width: 260px;
    	height: 35px;
    	font-size: 16px;
	}
	.birth
	{
		width: 155px;
    	height: 35px;
    	font-size: 16px;
    	margin-right: 3px;
	}
	.birth2
	{
		width: 130px;
    	height: 31px;
    	font-size: 16px;
    	margin-right: 3px;
	}
	.account-label
	{
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}
	.account-label-not
	{
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}
	.color
	{
		color: #333333;
	}
	.account-label:before 
	{
		padding-right: 5px;
		color: red; 
		content:"* "; 
	}
	.r-margin-10
	{
		margin-right: 10px;
	}
	.l-margin-10
	{
		margin-left: 10px;
	}
	.r-margin-20
	{
		margin-right: 20px;
	}
	.l-margin-20
	{
		margin-left: 20px;
	}
	.r-pad-10
	{
		padding-right: 10px;
	}
	.l-pad-10
	{
		padding-left: 10px;
	}
	.r-pad-20
	{
		padding-right: 20px;
	}
	.l-pad-20
	{
		padding-left: 20px;
	}
	.r-margin-40
	{
		margin-right: 40px;
	}
	.l-margin-40
	{
		margin-left: 40px;
	}
	.margin-bot-5
	{
		margin-bottom: 5px;
	}
	.max-width-400{
		max-width: 400px
	}
	.max-width-500{
		max-width: 500px
	}
	.termsbox input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.termsbox input[type="checkbox"].error + label {
	border-color: #A9A9A9;
}
/* we can't use :checked bc ie8 is stupid. must apply this class via js */
.termsbox input[type="checkbox"].checked + label {
	background: url(../img/misc/terms-checkmark.png) no-repeat center;
}
.termsbox label#fauxcheckbox1 {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin: 6px auto;
	border: 2px solid #CCC;
	background-color: white;
	cursor: pointer;
	padding-right: 2px;
}
.terms-text
{
	font-size: 14px;

}
.newsbox input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.newsbox input[type="checkbox"].error + label {
	border-color: #A9A9A9;
}
/* we can't use :checked bc ie8 is stupid. must apply this class via js */
.newsbox input[type="checkbox"].checked + label {
	background: url(../img/misc/terms-checkmark.png) no-repeat center;
}
.newsbox label#fauxcheckbox2 {
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin: 6px auto;
	border: 2px solid #CCC;
	background-color: white;
	cursor: pointer;
	padding-right: 2px;
}

.backshade-grey
{
	background-color: #ededef;
}

.small
{
	font-size: 14px;
}
.med-white
{
	font-size: 18px;
	color: white;
}
.mid
{
	font-size: 18px;
}
.big
{
	font-size: 24px;
}
.big-blue
{
	font-size: 24px;
	color: #026da1;
}
.bigger
{
	font-size: 32px;
}
.black
{
	color:#000;
}

.padding-left-right-20
{
	padding: 0px 20px;
}

.gradient-hold
{
	border-radius:25px 25px 0 0; 
	background: -webkit-gradient(linear, left top, left 10%, from(#eee),to(#fff), color-stop(0.20, #eee));
}

img.account-view
{
	width:159px;
	height: 232px;
}
.flex-grow
{
	flex-grow: 1;
}

.jc-space-around
{
	justify-content: space-around;
}
.jc-space-between
{
	justify-content: space-between;
}
#theImage2
{
	width: 170px;
}

.button-size
{
	width: 264px;
}
.jc-start
{
	justify-content: flex-start;
}
.partner-image
{
	display:block !important;
	width: 200px;
	height: 200px;

}
a.button.blue-no-border-large {
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    display: block;
	color: #fff;
	background-color: #006699;
	border-radius: 0px;
	width: 310px;
	height: 60px;
	line-height: 60px;
	text-align: left;
}
.white
{
	color:#fff;
}
div.sweeps-logo	{ 
	width:  51px;
	height: 51px; 
	background-image: url(../img/icons/ticket.png); 
	background-repeat: no-repeat; 
}

div.sweeps-logo {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
}

.social-sweeps
{
	background-color: #F0F0F0;
}

.local-movie-img
{
	width: 250px;
	height: 370px;
}
.small-movie-img
{
	width: 220px;
	height: 330px;
}
.local-num
{
	color:white;
	background-color: #b4b4b4;
	padding: 10px 25px;
	font-size: 40px;
	font-weight: bold;
}

.local-num-2
{
	color:white;
	background-color: #b4b4b4;
	padding: 10px 10px;
	font-size: 30px;
	font-weight: bold;
}

.ai-stretch
{
	align-items: stretch;
}
.thumb-holder
{
	min-width: 167px;
}
.min-280px
{
	min-width: 280px;
}
.min-250px
{
	min-width: 250px;
}

.min-320px
{
	min-width: 320px;
}
.min-300px
{
	min-width: 300px;
}
.max-300px
{
	max-width: 300px;
}
.max-320px
{
	max-width: 320px;
}
.max-height-350
{
	height: 350px;
	max-height: 350px;
	overflow-y: auto;
}
.max-height-350
{
	height: 350px;
}
.border-local
{
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	border-top: solid 1px #b4b4b4;
}

.sitemap-box
{
	min-height: 300px;
}
div.review div.dot {
	display: inline-block;
	font-size: 16px;
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	text-align: center;
	line-height: 1.6;
	width: 25px;
	height: 25px;
	margin-left: 8px;
	border-radius: 40px;
	border: 1px solid #7f8c8d;
	background-color: #fafeff;
	cursor: pointer;
}
div.review div.dot:first-child { margin-left: 0; }
div.review div.dot:hover
{
	color: #ffffff; 
	border-color: #252f38; 
	background-color: #252f38; 
}
div.review div.dot.active 
{ 
	color: #ffffff; 
	border-color: #036497; 
	background-color: #036497; 
}
ul.starfield {
	clear: left;
}
ul.starfield.error li { background-color: #ffafa9; }
ul.starfield li {
	float: left;
	width: 43px;
	height: 41px;
	background: url(../img/misc/gray_star.png) ;
	cursor: pointer;
	padding: 0px 5px;
	background-repeat: no-repeat;
}
ul.starfield li:hover,
ul.starfield li.active { background: url(../img/misc/full-star.png) ;background-repeat: no-repeat; }
.thumbup
{
	width: 23px;
	height: 29px;
	background: url(../img/misc/thumb_up.png) ;
	background-repeat: no-repeat;
}
.thumbdown
{
	width: 23px;
	height: 29px;
	background: url(../img/misc/thumb_down.png) ;
	background-repeat: no-repeat;
}
li.error{background-color: #ffafa9;}

.border-top
{
	padding: 10px 0px;
	border-top: solid 1px #b4b4b4;
}
.shadow
{
	background: rgba(16, 16, 16, 0.67);
}
.pointer
{
	cursor: pointer;
}
/* Square Button e.g for seats number selection*/
a.square {
    -moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	margin-right:10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color:#003366;
	background-color:#fff;
	font-family: Arial;
	border: 1px solid #003366;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
}
a.square:hover, a.square.chosen {color:#FFF; background-color: #047cbf; border-color:#047cbf;}
