/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS GLOBAL CSS
- - - - - - - - - - - - - - - - - - - - - 

CONTENTS:
- helpers
- reset
- fonts
- base
- layout
- links
- buttons
- forms
  
- - - - - - - - - - - - - - - - - -
FORMULAS:
- - - - - - - - - - - - - - - - - -
FF line-height fix: (container-height / font-size = line-height)

COLORS:
ecf0f1  white
34495e  dull navy blue

*/
 

/* HELPERS
- - - - - - - - - - - - - - - - - */
.fl { float: left; }
.fr { float: right; }



.cl { clear: left; }
.cr { clear: right; }

.clear { clear: both; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-left	 { text-align: left; }
.block-center { margin-left: auto; margin-right: auto; }
img.center { display: block; margin-left: auto; margin-right: auto; }
.relative { position: relative; }
.m1 { margin: 1em; }
.mt0 { margin-top: 0; }
.mt0_5 { margin-top: 0.5em; }
.mt1 { margin-top: 1em; }
.mt1_5 { margin-top: 1.5em; }
.mt2 { margin-top: 2em; }
.mt3 { margin-top: 3em; }
.mt4 { margin-top: 4em; }
.mt5 { margin-top: 5em; }
.mt8 { margin-top: 8em; }
.mt12 { margin-top: 12em; }
.mb0 { margin-bottom:  0 }
.mb0_3 { margin-bottom:  0.3em }
.mb0_5 { margin-bottom: 0.5em; }
.mb1 { margin-bottom: 1em; }
.mb1_5 { margin-bottom: 1.5em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }
.mb4 { margin-bottom: 4em; }
.mb5 { margin-bottom: 5em; }
.ml0_5 { margin-left: .5em; }
.ml1 { margin-left: 1em; }
.ml2 { margin-left: 2em; }
.mr0_5 { margin-right: .5em; }
.mr1 { margin-right: 1em; }
.mr1_5 { margin-right: 1.5em; }
.mr2 { margin-right: 2em; }
.mr3 { margin-right: 3em; }
.mr1_8 { margin-right: 1.8em; }
.p0_5 { padding: 0.5em; }
.p1 { padding: 1em; }
.p2 { padding: 2em; }
.pt0_5 {padding-top: 0.5em; }
.pt1 {padding-top: 1em; }

.onethird    { width:  33%; }
.twothirds   { width:  66%; }
.five        { width:   5%; }
.ten         { width:  10%; }
.fifteen     { width:  15%; }
.twenty      { width:  20%; }
.twentyfive  { width:  25%; }
.thirty      { width:  30%; }
.thirtyfive  { width:  35%; }
.forty       { width:  40%; }
.fortyfive   { width:  45%; }
.fifty       { width:  50%; }
.fiftyfive   { width:  55%; }
.sixty       { width:  60%; }
.sixtyfive   { width:  65%; }
.seventy     { width:  70%; }
.seventyfour { width:  74%; }
.seventyfive { width:  75%; }
.eighty      { width:  80%; }
.eightyfive  { width:  85%; }
.ninety      { width:  90%; }
.ninetyfive  { width:  95%; }
.onehundred  { width: 100%; }
.full        { width: 100%; }
img.full     { max-width: 100%; }
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.text-revert { text-transform: none; }
.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }
.db-sp { line-height: 2em; }

/* RESET
- - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
}



/* BASE
- - - - - - - - - - - - - - - - - */
html {
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	height: 100%;
}
body {
	min-width: 320px;
	color: #2c3e50;
	font-family: 'Lato-Regular';
	font-size: 14px;
	min-height: 100%;
	position: relative;
}

ul {
	list-style: none;
}

h1, h2, h3 { 
	color: #df383c; 
	font-family: 'SourceSansPro-Bold'; 
	text-transform: uppercase;  
}
h1 { font-size: 40px; }
h2 { font-size: 30px;  }
h3 { font-size: 16px;  }

h1.red, h2.red, h3.red, h4.red, p.red, span.red { color: #df383c; }
h1.green, h2.green, h3.green, p.green, span.green { color: #27ae60; }
h1.blue, h2.blue, h3.blue, h4.blue, p.blue, span.blue { color: #0575b6; }
h1.dark-blue, h2.dark-blue, h3.dark-blue, h4.dark-blue, p.dark-blue, span.dark-blue { color: #243645; }
h1.white, h2.white, h3.white, h4.white, p.white, span.white { color: #fff; }
h4 { color: #df383c; text-transform: uppercase; font-family: 'Lato-Regular'; }

.clear-uppercase{
    text-transform: none;
}




body.bgfull h1        		 { font-size: 40px; text-transform: uppercase; }

p {
	font-size: 14px;
	max-width: 640px;
	margin: 0.5em 0;
	line-height: 1.3;
	font-family: 'Lato-Regular';
}
p.full { max-width: 100%; }
p.smaller { font-size: 12px; }
p.bigger { font-size: 16px; }
p.large { font-size: 20px; }
p.white { color: white; }
p.shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
p.yellow { color: #fff200; }
p.red 	{ color: #df383c; }
p.bold 	{ font-weight: bold; }
a.link.ssp {font-family: 'Source Sans Pro', Lato, Arial, sans-serif;}
a.link.lato {font-family: 'Lato', Arial, sans-serif;}
a.link.yk {font-family: 'Yanone Kaffeesatz', Lato, Arial, sans-serif;}

span.smaller { font-size: 12px; }
span.bigger{font-size:16px;}

strong { font-family: 'Lato-Bold'; font-weight: normal; }
strong.white{color:white;}
strong.bigger{font-size:16px;}

hr {
	clear: both;
	height: 0;
	margin: 25px 0;
	border: 0;
	border-top: 2px solid #e3e3e3;
	border-bottom: 1px solid #ffffff;
}
hr.dark { border-top: 2px solid #878889; }
hr.thin { margin: 5px 0; border-bottom: none; }
hr.blue { border: 0; border-bottom: 1px solid #415462; margin: 5px 0; }
hr.gray { border: 0; border-bottom: 2px solid #ccc; margin: 5px 0; }
hr.white { border: 0; border-bottom: 2px solid #fff; margin: 5px 0; }

hr.mt { margin: 1.5em 0; }

/* CHUNKS
- - - - - - - - - - - - - - - - - */
.chunk {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
/* chunk mods */
.chunk.left  { float:  left; padding-right: 3%; }
.chunk.right { float: right; padding-left:  3%; }
.chunk.padding-left  { padding-left:  3%; }
.chunk.padding-right { padding-right: 3%; }
.chunk.no-padding { padding-left: 0; padding-right: 0; }
.chunk.border-left  {  border-left: 1px solid #dcdcdc; }
.chunk.border-right { border-right: 1px solid #dcdcdc; }


/* COLUMNS
- - - - - - - - - - - - - - - - - */
.columns2, .columns3, .column {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.column {
	float: left;
}
/* column mods */
.column.border-left  {  border-left: 1px solid #dcdcdc; }
.column.border-right { border-right: 1px solid #dcdcdc; }
/* 2-columns */
.columns2 .column { width: 50%; position: relative;  }

.columns2 .column:nth-child(1) { padding-right: 2.5%; }
.columns2 .column:nth-child(2) { padding-left:  2.5%; }
/* 2-columns mods */
.columns2.wider-gutter .column:nth-child(1) { padding-right: 5%; }
.columns2.wider-gutter .column:nth-child(2) { padding-left:  5%; }
.columns2.one-to-two   .column:nth-child(1) { width: 33.3333%; }
.columns2.one-to-two   .column:nth-child(2) { width: 66.6666%; }
.columns2.two-to-one   .column:nth-child(1) { width: 66.6666%; }
.columns2.two-to-one   .column:nth-child(2) { width: 33.3333%; }
/* 3-columns */
.columns3 .column { width: 33.3333%; }
.columns3 .column:nth-child(1) { padding-right: 2.5%; }
.columns3 .column:nth-child(2) { padding-left: 2.5%; padding-right: 2.5%; }
.columns3 .column:nth-child(3) { padding-left: 2.5%; }
/* 3-columns mods */
.columns3.fixed-height.home-page .column { height: 260px; }

/* yellow icon top right in columns */
.columns2.home-page .column:after { width: 9px; height: 9px; position: absolute; content:' '; display: block; top:0; right:0; background-image: url(../img/sprite/s.png); background-position: -5px -5px; }
.columns3.home-page .column:after { width: 9px; height: 9px; position: absolute; content:' '; display: block; top:0; right:0; background-image: url(../img/sprite/s.png); background-position: -5px -5px; }

/* BORDERS
- - - - - - - - - - - - - - - - - */
.border-white{ border: 1px solid #fff; }

/* LINKS
- - - - - - - - - - - - - - - - - */
a.link {
	text-decoration: underline;
	cursor: pointer;
}
a.link.naked {
	text-decoration: none;
}

a.link:hover { text-decoration: none; }

a img { border: none; }
/* mods */
a.link.red  { color: #e74c3c; }
a.link.blue { color: #29a8df; }
a.link.gray { color: #7f8c8d; }
a.link.white { color: #ffffff; }
a.link.black { color: #000000;}
a.link.red   { color: #df383c;}
a.link.center  { display: block; text-align: center; }
a.link.center2 { display: inline-block; text-align: center; }
a.link.inline-block { display: inline-block; }
a.link.right   { display: block; float: right; }
a.link.film    {
	height: 26px;
	padding-left: 45px;
	background: url(../img/icon-film@2x.png) no-repeat left center;
	background-size: 37px 26px;
}
a.link.sm { font-size: 11px; text-decoration: none; }
a.link.href:after   { content: attr(href); }

a.link.no-hl { text-decoration: none; }
a.link.no-hl:hover { text-decoration: underline; }

p.link {
	text-decoration: underline;
	cursor: pointer;
}

a.more-trailer, a.more-film, a.buy-tickets 	   { 
	text-transform: uppercase;
	font-family: "Lato-Bold", Arial, sans-serif;
	font-size: 14px;
	color: #243645;
	text-decoration: none;
	display: block;
	margin-top: 0px;
}

a.more-trailer:before { 
	content:' '; 
	float: left; 
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	background-image: url(../img/sprite/s.png); 
	background-position: -437px -102px; 
	background-size: 500px 300px;
	margin-left: -0px; 
	margin-right: 8px; 
	margin-top: -2px;   
}

a.more-film:before { 
	content:' '; 
	float: left; 
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	background-image: url(../img/sprite/s.png); 
	background-position: -468px -102px; 
	background-size: 500px 300px;
	margin-left: -0px; 
	margin-right: 8px; 
	margin-top: -2px;  
}

a.more-trailer:hover, a.more-film:hover, a.buy-tickets:hover { 
	opacity: 0.9;
	text-decoration: underline;
}

a.buy-tickets {
	background-color: #E3E3E3;
	width: 90%;
	max-width: 300px;
	height:40px;
	padding-top: 20px;
}

a.buy-tickets:before {
	content:' '; 
	display: inline-block;
	float: left; 
	width: 24px; 
	height: 24px; 
	background-image: url(../img/sprite/s.png); 
	background-position: -358px -140px; 
	margin-left: 30%; 
	margin-right: 8px; 
	margin-top: -2px;
}

a.buy-tickets.center { margin-left: auto; margin-right: auto; }

/* SOCIAL ICONS
- - - - - - - - - - - - - - - - - */

.icon_list {
  text-align: left;
  width: 126px;
  margin: 0 auto;
}
.icon_list > .child {
  position: relative;

}
.icon_list .child li {
 	float: left; margin: 0px 5px;
 }

a.icon, div.icon { display: block; background-image: url(../img/sprite/sprite.png);  }
a.icon 						{ cursor: pointer; }
a.icon.fb-white 		    { width:  32px; height: 31px; background-position: -510px  -11px;  }
a.icon.tw-white 		    { width:  32px; height: 31px; background-position: -551px  -11px;  }
a.icon.gp-white 		    { width:  32px; height: 31px; background-position: -592px  -11px;  }
a.icon.in-white 		    { width:  32px; height: 31px; background-position: -633px  -11px;  }
a.icon.ig-white 		    { width:  32px; height: 31px; background-position: -632px  -121px;  }
a.icon.fb-white:hover	    { width:  32px; height: 31px; background-position: -509px  -46px;  }
a.icon.tw-white:hover	    { width:  32px; height: 31px; background-position: -550px  -46px;  }
a.icon.gp-white:hover	    { width:  32px; height: 31px; background-position: -591px  -46px;  }
a.icon.in-white:hover	    { width:  32px; height: 31px; background-position: -631px  -46px;  }
a.icon.ig-white:hover	    { width:  32px; height: 31px; background-position: -632px  -158px;  }


a.icon.fb-blue		    { width:  32px; height: 31px; background-position: -510px  -81px;  }
a.icon.tw-blue 		    { width:  32px; height: 31px; background-position: -551px  -81px;  }
a.icon.gp-blue 		    { width:  32px; height: 31px; background-position: -592px  -81px;  }
a.icon.in-blue 		    { width:  32px; height: 31px; background-position: -633px  -81px;  }
a.icon.ig-blue 		    { width:  32px; height: 31px; background-position: -632px  -196px;  }
a.icon.fb-blue:hover	    { width:  32px; height: 31px; background-position: -509px  -46px;  }
a.icon.tw-blue:hover	    { width:  32px; height: 31px; background-position: -550px  -46px;  }
a.icon.gp-blue:hover	    { width:  32px; height: 31px; background-position: -591px  -46px;  }
a.icon.in-blue:hover	    { width:  32px; height: 31px; background-position: -631px  -46px;  }
a.icon.ig-blue:hover	    { width:  32px; height: 31px; background-position: -632px  -158px;  }

a.icon.tw-login	            {background-size: 1030px 600px; width: 244px; height: 36px; background-position:   -8px -142px;  }
a.icon.fb-login	            {background-size: 1030px 600px; width: 244px; height: 36px; background-position:   -8px  -95px;  }
a.icon.fb-login:hover	    { opacity: 0.9; }
a.icon.tw-login:hover	    { opacity: 0.9; }
a.icon.fb-login.small       { width: 115px; height: 28px; background-position:   -9px -378px;  }
a.icon.tw-login.small       { width: 115px; height: 28px; background-position: -140px -378px;  }


a.icon.fb-color				{ width:  72px; height: 72px; background-position:   -8px  -204px;  }
a.icon.tw-color	    		{ width:  72px; height: 72px; background-position:  -98px  -204px;  }
a.icon.gp-color 		    { width:  72px; height: 72px; background-position: -188px  -204px;  }
a.icon.yt-color 		    { width:  72px; height: 72px; background-position: -278px  -204px;  }
a.icon.in-color				{ width:  72px; height: 72px; background-position: -368px  -204px;  }

a.icon.fb-color:hover 		{ width:  72px; height: 72px; background-position:   -8px  -287px;  }
a.icon.tw-color:hover 		{ width:  72px; height: 72px; background-position:  -98px  -287px;  }
a.icon.gp-color:hover	    { width:  72px; height: 72px; background-position: -188px  -287px;  }
a.icon.yt-color:hover	    { width:  72px; height: 72px; background-position: -278px  -287px;  }
a.icon.in-color:hover		{ width:  72px; height: 72px; background-position: -368px  -287px;  }


a.icon.fb-color.small		{ width:  37px; height: 35px; background-position:   -4px  -102px; background-size: 500px 300px; }
a.icon.tw-color.small	    { width:  37px; height: 35px; background-position:  -49px  -102px; background-size: 500px 300px; }
a.icon.fb-color.small:hover { width:  37px; height: 35px; background-position:   -3px  -143px; background-size: 500px 300px; }
a.icon.tw-color.small:hover { width:  37px; height: 35px; background-position:  -48px  -143px; background-size: 500px 300px; }

a.icon.fb-color.medium { height: 47px; width: 47px; background-position: -5px -134px; background-size: 660px 396px; }
a.icon.fb-color.medium:hover { height: 47px; width: 47px; background-position: -5px -189px; background-size: 660px 396px; }

a.icon.tw-color.medium { height: 47px; width: 47px; background-position: -65px -134px; background-size: 660px 396px; }
a.icon.tw-color.medium:hover { height: 47px; width: 47px; background-position: -65px -189px; background-size: 660px 396px; }

a.icon.medium, div.icon.medium { background-size: 352px 211px; }
a.icon.fb-white.medium 		    { width:  50px; height: 50px; background-position: -244px  -109px;  }
a.icon.tw-white.medium 		    { width:  50px; height: 49px; background-position: -298px  -109px;  }
a.icon.in-white.medium 		    { width:  50px; height: 49px; background-position: -190px  -109px;  }
a.icon.fb-white.medium:hover	    { width:  50px; height: 50px; background-position: -244px  -160px;  }
a.icon.tw-white.medium:hover	    { width:  50px; height: 49px; background-position: -299px  -160px;  }
a.icon.in-white.medium:hover	    { width:  50px; height: 49px; background-position: -190px  -160px;  }

a.icon.in-white.large		{ width:  71px; height: 71px; background-position: -270px  -154px; background-size: 500px 300px; }
a.icon.fb-white.large		{ width:  71px; height: 71px; background-position: -346px  -154px; background-size: 500px 300px; }
a.icon.tw-white.large	    { width:  71px; height: 71px; background-position: -423px  -154px; background-size: 500px 300px; }
a.icon.in-white.large:hover { width:  71px; height: 71px; background-position: -270px  -227px; background-size: 500px 300px; }
a.icon.fb-white.large:hover { width:  71px; height: 71px; background-position: -346px  -227px; background-size: 500px 300px; }
a.icon.tw-white.large:hover { width:  71px; height: 71px; background-position: -425px  -227px; background-size: 500px 300px; }

a.icon.fb-glyph				{background-image: url(../img/sprite/fb_icon.png); width:  57px; height: 57px;}
a.icon.tw-glyph				{background-image: url(../img/sprite/tw_icon.png); width:  50px; height: 50px;}
a.icon.ig-glyph				{background-image: url(../img/sprite/ig_icon.png); width:  50px; height: 50px;}

div.icon.passes-logo			{ width:  51px; height: 51px; background-position: -442px  -44px; background-size: 500px 300px; }

div.icon.gofobo-white 		{ width:  84px; height:  74px; background-position:   -8px   -9px;  }
div.icon.mic          		{ width:  56px; height:  69px; background-position: -115px  -11px;  }
div.icon.cup          		{ width:  56px; height:  69px; background-position: -192px  -11px;  }
div.icon.star-it          		{ width:  57px; height:  69px; background-position: -265px  -11px;  }
div.icon.flag          		{ width:  58px; height:  69px; background-position: -345px  -11px;  }
div.icon.vid          		{ width:  64px; height:  69px; background-position: -426px  -11px;  }
div.icon.gray-icons    		{ width: 189px; height:  33px; background-position: -799px   -9px;  }
div.icon.f-logo      		{ width:  82px; height: 176px; background-position:   -8px -424px;  }
div.icon.t-logo      		{ width: 189px; height: 152px; background-position: -108px -424px;  }
div.icon.g-logo      		{ width: 146px; height: 138px; background-position: -322px -424px;  }
div.icon.alphanum      		{ width: 132px; height:  26px; background-position: -263px  -95px;  }
div.icon.ticket      		{ width:  48px; height:  47px; background-position: -420px  -83px;  }
div.icon.ticket.sm      	{ width:  26px; height:  25px; background-position: -263px -142px;  }

div.icon.tickets      		{ width:  25px; height:  25px; background-position: -358px -140px;  }
div.icon.film      		    { width:  25px; height:  25px; background-position: -395px -141px;  }
div.icon.film-wh      		{ width:  25px; height:  25px; background-position: -395px -178px;  }
div.icon.info     	        { width:  25px; height:  25px; background-position: -432px -140px;  }
div.icon.info-wh   	        { width:  25px; height:  25px; background-position: -432px -175px;  }

div.icon.sq-arr-left        { width:  33px; height:  33px; background-position: -483px -140px; margin: 0 4px; cursor: pointer; }
div.icon.sq-arr-right       { width:  33px; height:  33px; background-position: -527px -140px; margin: 0 4px; cursor: pointer; }

div.icon.goggles		    { width: 23px; height: 12px; background-position: -799px -55px;  margin: -20px 0 20px 169px;	}
div.icon.goggles.large      { width: 32px; height: 17px; background-position: -300px -142px; 	}



a.black-dot{
	 background-image: url(../img/sprite/s.png); 

	cursor:pointer;
	display: block; width: 17px; height: 28px; background-position: -500px -174px; 

}

a.black-dot:hover{

		 background-image: url(../img/sprite/s.png); 

	
	display: block; width: 17px; height: 28px; background-position: -478px -174px; 

}


/* BUTTONS
- - - - - - - - - - - - - - - - - */
a.button {
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

/* cta buttons */
a.button.cta {
	display: block;
	padding-right: 29px;
	height: 60px;
	line-height: 60px;
	font-family: "Lato-Black", Arial, sans-serif; 
	font-size: 19px; 
	color: #243645; 
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 30px;
	text-align: left;
	text-transform: uppercase;
}

a.button.cta-red {
	display: flex;
	padding-right: 29px;
	height: 60px;
	line-height: 60px;
	font-family: "Lato-Black", Arial, sans-serif; 
	font-size: 19px; 
	color: white; 
	background-color: #df383c;
	background-repeat: no-repeat;
	border-radius: 30px;
	text-align: left;
	text-transform: uppercase;
	justify-content: center;
}

a.button.transparent { 
	background: transparent;
	border: 3px solid #fff;
	font-size: 15px;
	border-radius: 7px;
	padding: 7px 20px;
	display: block;
	width: 129px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Lato-Black';
	margin-top: 18px;
	text-transform: uppercase;
	text-align: center;
}

a.button.transparent:hover 		  { background-color: #fff; color: #000;  }
a.button.cta.sweepstakes          { width: 272px; }
a.button.cta.enter                { width: 174px; }
a.button.cta.licensing            { width: 280px; }


a.button.cta span 		          { color: #265174; text-transform: none;}
a.button.cta.signup:before        { background-position: -114px   -5px; }
a.button.cta.login:before         { background-position:  -70px   -5px; }
a.button.cta.redeem:before        { background-position:  -29px   -5px; }
       
a.button.cta.local                { background-position:    0px -174px; }
a.button.cta.signup:hover         { background-position: -200px    0px; }
a.button.cta.login:hover          { background-position: -200px  -58px; }
a.button.cta.redeem:hover         { background-position: -200px -116px; }
a.button.cta.local:hover          { background-position: -200px -174px; }
a.button.cta.sweeps:hover         { background-position: -200px -232px; }
a.button.cta.signup:active        { background-position: -400px    0px; }
a.button.cta.login:active         { background-position: -400px  -58px; }
a.button.cta.redeem:active        { background-position: -400px -116px; }
a.button.cta.local:active         { background-position: -400px -174px; }
a.button.cta.sweeps:active        { background-position: -400px -232px; }

/* dull black button */
a.button.dull.black {
	display: block;
	width: 150px;
	height: 40px;
	color: #fff;
	line-height: 2;
	background: #000;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:         linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
}
a.button.dull.black:hover {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:         linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
}
a.button.dull.black:active {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
	background-image:         linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.0) 65%, rgba(255, 255, 255, 0.0) 100%);
}

/* share buttons */
a.button.share,div.button.share {
	display: block;
	width: 78px;
	height: 29px;
	background-image: url(../img/sprite/s.png);
	background-repeat: no-repeat;
}
a.button.share-mid,div.button.share-mid {
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(../img/sprite/sAdd.png);
	background-repeat: no-repeat;
}

a.button.share span { margin: 3px 5px; }
a.button.share span iframe { margin: 3px 1px; opacity: 0; }
a.button.share.facebook        { background-position:    -751px   -89px; }
a.button.share.facebook:hover  { opacity: 0.8; }
a.button.share.twitter         { background-position: -751px   -140px; }
a.button.share.twitter:hover   { opacity: 0.8; }
a.button.share.gmail           { background-position:    -751px   -190px; }
a.button.share.gmail:hover     { opacity: 0.8; }
a.button.share-mid.facebook        { background-position:   -462px   -252px; }
a.button.share-mid.facebook:hover  { opacity: 0.8; }
a.button.share-mid.twitter         { background-position: -462px   -290px; }
a.button.share-mid.twitter:hover   { opacity: 0.8; }
a.button.share-mid.gmail           { background-position: -462px   -328px; }
a.button.share-mid.gmail:hover     { opacity: 0.8; }
div.button.share.facebook        { background-position:    -751px   -89px; }
div.button.share.facebook:hover  { opacity: 0.8; }
div.button.share.facebook a { opacity: 0; display: block; padding: 4px 12px;}
div.button.share.twitter         { background-position: -751px   -140px; padding: 5px 10px; }
div.button.share.twitter:hover   { opacity: 0.8; }
div.button.share.twitter iframe  { opacity: 0; }

/* share buttons container */
div.share-buttons.bottom { position: absolute; bottom: 0; }
div.share-buttons a.button.share {
	float: left;
	height: 31px;
	margin-right: 15px;
	margin-bottom: 8px;
}
div.share-buttons a.button.share:last-child { margin-right: 0; }

/* primary buttons */
a.button.blue,
a.button.dark-blue,
a.button.orange,
a.button.yellow,
a.button.purple,
a.button.white,
a.button.red,
a.button.light-blue {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 11px;
	text-transform: uppercase;
	font-family: 'Lato-Black';
	color: #243645;
	font-size: 14px;
	text-align: center;
}

a.button.app{
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Lato-Black';
	color: #243645;
	font-size: 14px;
	text-align: center;
	background-color: #fcb042;
}


/* Note: bg-image fades light-to-transparent. bg-color is solid dark color. bg-color hover fades to light color . */
a.button.blue {
	color: #fff;
	background-color: #047cbf;
}
a.button.blue:hover {
	background: -webkit-linear-gradient(top, #1790c6 0%, #1790c6 51%, #047cbf 53%, #047cbf 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #1790c6 0%, #1790c6 51%, #047cbf 53%, #047cbf 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #1790c6 0%, #1790c6 51%, #047cbf 53%, #047cbf 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #1790c6 0%, #1790c6 51%, #047cbf 53%, #047cbf 100%); /* Opera 11.10+ */
}
a.button.dark-blue {
	color: #fff;
	text-shadow: 0 -1px 2px #2980b9;
	background-color: #2C4762;
}
a.button.orange {
	color: #fff;
	background-color: #e36607;
}
a.button.light-blue {
	color: #fff;
	background-color: #29a8df;
}
a.button.light-blue:hover {
	background: #29a8df; /* Old browsers */
	background: -webkit-linear-gradient(top, #29a8df 0%, #29a8df 51%, #40b8e2 53%, #40b8e2 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #29a8df 0%, #29a8df 51%, #40b8e2 53%, #40b8e2 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #29a8df 0%, #29a8df 51%, #40b8e2 53%, #40b8e2 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #29a8df 0%, #29a8df 51%, #40b8e2 53%, #40b8e2 100%); /* Opera 11.10+ */

}
a.button.yellow {
	color: #243645;
	background-color: #fbb040;
}
a.button.yellow:hover { 
	background: #f2c357; /* Old browsers */
	background: -webkit-linear-gradient(top, #f2c357 0%, #f7cd59 51%, #fbb040 53%, #fbb040 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #f2c357 0%, #f7cd59 51%, #fbb040 53%, #fbb040 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #f2c357 0%, #f7cd59 51%, #fbb040 53%, #fbb040 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #f2c357 0%, #f7cd59 51%, #fbb040 53%, #fbb040 100%); /* Opera 11.10+ */
}
a.button.yellow.white-text {
	color: #fff;
}

a.button.red {
	color: #ecf0f1;
	background-color: #df383c;
}
a.button.red:hover    {
	background-color: #e74c3c; 
	background: -webkit-linear-gradient(top, #e25a64 0%, #e25a64 51%, #df383c 53%, #df383c 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #e25a64 0%, #e25a64 51%, #df383c 53%, #df383c 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #e25a64 0%, #e25a64 51%, #df383c 53%, #df383c 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #e25a64 0%, #e25a64 51%, #df383c 53%, #df383c 100%); /* Opera 11.10+ */
}



a.button:hover span	  { color: #4d6d88; }
a.button.blue:hover   { background-color: #3498db; }
a.button.purple:hover { background-color: #ab62c9; }
a.button.white:hover  { background-color: #ecf0f1; }

/* common button mods */
a.button.full { width: 100%; }
a.button.ninety { width: 90%; }
a.button.flex { width: auto; display: inline-block; }
a.button.long { width: 260px; height: 41px; line-height: 41px; }
a.button.longest { width: 310px; height: 41px; line-height: 41px; }
.bgfull a.button.long {  height: 41px; line-height: 41px; text-transform: uppercase; }
a.button.small 	{ width: 184px; height: 36px; line-height: 36px; }
a.button.mini { width: 111px; height: 35px; line-height: 35px; font-size: 13px; padding: 0; text-align: center;  }
a.button.tiny { width: 120px; height: 33px; line-height: 33px; font-size: 13px; padding: 0; }
a.button.center { margin-left: auto; margin-right: auto; }
a.button.right  { float: right; }
a.button.bottom {
	position: absolute; /* Note: There MUST be a non-static parent, obviously. */
	bottom: 0px;
}
a.blue.medium { height:30px; line-height: 30px; font-size: 16px; }

/* Square Button e.g for seats number selection*/
a.button.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: 'BerninoSansCondensed-Regular', Arial, sans-serif;
	border: 1px solid #003366;
	/*border-radius: 20px;*/
}
a.button.square:hover, a.button.square.chosen {color:#FFF; background-color: #047cbf; border-color:#047cbf;}


/* FORMS
- - - - - - - - - - - - - - - - - */
label {
	color: #243645;
	font-family: 'Lato-Regular';
	font-size: 12px;
	font-weight: normal;
}
label span  { color: #95a5a6; font-size: 10px; }
label.light { color: #999; }
label.error { color: #e44c3e; display: block; }
label.green { color: #27ae60; }
label.white { color: #ffffff; }
label.red   { color: #e44c3e; }
input, textarea, select {
	width: 260px;
	outline: none; /* removes crappy default webkit blue glow */
}
input.error, textarea.error, select.error { border: 2px solid #e44c3e; box-shadow: none; }
input, textarea {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left:  4px;
	padding-right: 4px;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #eee;
}
input, select {
	color: #2c3e50;
	font-family: 'OpenSans-Regular', Arial, sans-serif;
	font-size: 13px;
	line-height: 2;
	height: 28px;
}
select{ padding: 3px 0; margin-bottom: 10px; }
input.long { width: 240px; }


input.short { width: 110%; }
textarea {
	color: #2c3e50;
	font-family: 'OpenSans-Regular', Arial, sans-serif;
	font-size: 12px;
	height: 60px;
	max-width: 100%;
	max-height: 400px;
	background-color: white;
}
textarea.taller { height: 120px; }

input[type="file"] {
	line-height: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

input[type="checkbox"] {
	display: inline
	width: auto;
	box-shadow: none;
	margin-right: 4px;
}

input.terms[type="checkbox"]{
	display: inline;
	width: auto;
	box-shadow: none;
	margin-right: 4px;
	margin-bottom: 0px;
}

input.news[type="checkbox"]{
	display: inline;
	width: auto;
	box-shadow: none;
	margin-right: 4px;
	margin-bottom: 0px;
}

input.rounded { 
	border-radius: 11px;
	border-top: 1px solid #999;
	background-color: #f1f2f2;
	width: 260px;

}

.checkboxes input[type="checkbox"],
.checkboxes label {
	height: auto;
	line-height: 1;
	vertical-align: middle;
	width: auto;
}
.checkboxes input[type="checkbox"] {
}

div.sony-grey{ 
	
	height: 94px;
	width:	80px;
	display: block;
	 background-image: url(../img/sprite/names_s.png);  
 	background-position:0px 187px;
}

div.fox-grey{ 
	
	height: 92px;
	width:	136px;
	display: block;
	 background-image: url(../img/sprite/names_s.png);  
 	background-position:-98px 188px;
}

div.wb-grey{ 
	
	height: 94px;
	width:	106px;
	display: block;
	 background-image: url(../img/sprite/names_s.png);  
 	background-position:-800px 182px;
}

div.paramount-grey{ 
	
	height: 94px;
	width:	138px;
	display: block;
	 background-image: url(../img/sprite/names_s.png);  
 	background-position:-914px 187px;
}

div.amc-grey{ 
	
	height: 94px;
	width:	91px;
	display: block;
	 background-image: url(../img/sprite/names_s.png);  
 	background-position:-1047px 187px;
}

.ghost-button {
  display: inline-block;
  width:auto;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius:5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}

.white	{ color:#ffffff; }
.dark-blue	{ color:#243645; }

/*SOCIAL ACTIVATION*/
.sa_icons{
	float: left;
	padding-left:20px;
	padding-top:20px;
}
.sa_list{
	float: left;
    padding-left: 5%;
    width: 80%;
}
.sa_box{
	height: 100%;
	
	position: relative;
	overflow: hidden;
}
.sa_tw_list{

}
.tw_icon{
	background: url(../img/SA_sprite.png);
    width: 57px;
    height: 57px;
    background-position: -376px -76px;
}
.sa_tw_wrapper{
	overflow:hidden;
	min-height: 120px;
	background-color:#2aa9e0;
}
.fb_icon{
	background: url(../img/SA_sprite.png);
    width: 57px;
    height: 57px;
    background-position: -22px -93px;
}

.sa_fb_list{

}

.sa_fb_wrapper{
	overflow:hidden;
	min-height: 120px;
	background-color:#3b579d;
}
.ig_icon{
	background: url(../img/SA_sprite.png);
    width: 57px;
    height: 57px;
    background-position: -439px -86px;
}
.sa_ig_list{

}

.sa_ig_wrapper{
	overflow:hidden;
	min-height: 120px;
	background: #e4405f url(https://www.instagram-brand.com/img/instagram/bg.mast.jpg) no-repeat left top;
}

.sa_misc_list{

}
.sa_misc_wrapper{
	overflow:hidden;
	min-height: 120px;
	background-color:#34495e;
}
.misc_icon{
	background: url(../img/SA_sprite.png);
    width: 57px;
    height: 57px;
    background-position: -507px -83px;
}
.sa_item{
	padding-top:1em; 
	padding-bottom:1em; 
	overflow:hidden; 
	position:relative;
}
.sa_entry_divider{
  border-top:1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  opacity: 0.2;
  width: 97%;
}

span.sa_complete	{
	color:#5bf970;

}
.sa_login_cutoff{
	overflow:hidden; 
	position:relative;
}
.sa_login_prompt	{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color:black;
	text-align:center;
	color:white;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.sa_button{
}
.sa_over{
	position: absolute;
	margin: 1em auto; 
	z-index: 5;
}
.sa_worth	{
	border:1px solid black;
	background-color:white;
	float:right;
	position:relative;
	z-index: 10;
	margin-right:1em;
}
.worth_counter{
	margin: 1em auto;
    text-align: center;
    width: 75%;
    height: auto;
    padding: 15px 15px;
    background-color: #34495e;
    border-radius: 15px;
}

a.worthButton{
	float: right;
    background-color: #39b54a;
    width: 60px;
    padding: 6px;
    height: auto;
    text-align: center;
    color: white;
    border-radius: 40px;
    position:relative;
    margin-right: 10px;
}
a.worthButton:hover{
	background-color:#71de80;
	cursor:pointer;
}
a.worthButton[disabled="disabled"]{
    background-color: #a1a1a1;
    pointer-events: none;
    cursor: default;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 23px;
    height:18px;
}
.header_box{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    height: 25%;
}
.header_box h1, .header_box strong{
	font-size:4vw;
}
.socialCats{
	min-height: 120px;
	max-height: 70%;
    overflow-y: scroll;

}
.socialCats .body{
	border-radius:7px;
	padding-top: 0.5em;
	width: 500px;
	margin-top:.5em;
}
.socialCats .body:focus {
    outline:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.socialCats .count_wrapper{
	margin-right: 30px;
}

.tw_retweet_submit{
	float: right;
    background-image: url(../img/buttons/buttons-share@2x.png);
    background-position: 0px;
    width: 101px;
    margin-right: 30px;
    height: 27px;
    background-size: 200%;
    margin-top: -15px;
    cursor:pointer;	
}

.hashtag_submit, .tw_mention_submit, .tw_url_submit, .tw_tweet_submit{
	float: right;
    background-image: url(../img/buttons/buttons-share@2x.png);
    background-position: 0px;
    width: 101px;
    margin-top:1em;
    margin-right: 30px;
    height: 27px;
    background-size: 200%;
    cursor:pointer;
}

.flex
{
	display: flex;
}
.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;
}

.jc-sp-bt
{
	justify-content: space-between;
}

.carousel{
	width: 100%; 
	height: 450px; 
	overflow: hidden; 
	position: relative;
}

.carousel-bg{
	position: absolute; 
	min-height: 500px; 
	width: 110%; 
	left: -5%; 
	top: -25px; 
	z-index: 0; 
	filter:blur(5px);
}

.carousel-fg{
	position: absolute; 
	z-index: 2; 
	width: 100%;
}

/* BOOTSTRAP CAROUSEL */
.round .carousel-control-next-icon, .round .carousel-control-prev-icon {
	background-color: rgba(0,0,0,0.55) !important;
	border-radius: 20px;
	height: 35px !important;
	width: 35px !important;
	background-size: 20px 20px !important;
}
.round .carousel-control-next-icon {
	background-position-x: 9px !important;
}
.round .carousel-control-prev-icon {
	background-position-x: 6px !important;
}

.carousel-indicators li {
	background-color: rgba(0,0,0,0.2) !important;
}
.carousel-indicators .active {
	background-color: rgba(0,0,0,0.55) !important;
}
.carousel-indicators li.round {
	width: 15px;
	height: 15px;
	border-radius: 8px;
}

#groupsales-carousel {
	height: 470px;
}

#groupsales-carousel .carousel-item {
	width: 100%;
	height: 420px;
	background-size: 250px auto;
	background-repeat: no-repeat;
	background-position: top center;
}

#groupsales-carousel .carousel-caption {
	top: 210px;
}

.newsletter-page ul{
	list-style: disc;
}

.email-preferences input[type="checkbox"]{
	width: 100%;
}

.sweeps_box
{
	text-align: left;
    width: 200px;
    margin: auto;
    text-decoration: none;
}

.sweeps_button
{
	padding: 10px 20px;
    background-color: #e0393d;
    width: 160px;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-family: 'SourceSansPro-Bold';
    text-decoration: none;
}

.sweeps_link
{
	text-decoration: none;
	color: #000;
}

.load_box
{
	min-height: 425px !important;
}

.cky-consent-container {
	z-index: 10000001 !important;
}

#ot-sdk-btn {
    font-size: 14px !important;
    line-height: 20px !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: white !important;
	text-align: left !important;
}

/*.toast::before
{
  content: '';
  background-image:url(../img/rewards/gofoborewards-coin.webp);
  width: 20px;
  height: 20px;
  background-size: contain;
}*/

.toast-close {
	position: absolute;
	top: -10px;
	right: -11px;
	padding: 3px 5px;
	background-color: white;
	line-height: 1;
	opacity: 1;
	border: 1px solid #CBCBCB;
	border-radius: 23px;
	color: #CBCBCB;
}

.toast
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    transform: translate(0px, 0px);
    bottom: 15px;
    height: 130px;
    color: #000;
    border: 1px solid #CBCBCB;
    border-radius: 15px;
    padding: 10px 40px;
    height: 160px;
}

.toast_coin
{
	width: 20px;
	margin-right: 10px;
}

.toast_row
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inner_row
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	font-weight: bold;
}

.para1
{
	font-size: 16px;
	font-weight: bold;
}

.button_toast
{
	background: #ED2D3C;
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px 0px;
    text-decoration: none;
    display: block;
    width: 170px;
    font-weight: bold;
}

.button_toast:hover
{
	background: #b31824;
	text-decoration: none;
}

.mainToastDiv
{
	width: 300px;
}

.toast_amount
{
	margin: 0px;
}

.addApple
{
	width: 220px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}