/* = Browser Reset
-----------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

 HTML5 display-role reset for older browsers 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /Browser Reset */




/* = General
-----------------------------------------------------------------------------*/

html, body {
	height: 100%; /* for ScrollMagic */
	line-height: 0; /* remove space inbetween divs */
}

a:link, a:visited, a:active  {
	color: #ecd8b1;
}
.no-touch a:hover {
	color: #fff;
}
a:focus { 
	outline: none;
}

p {
	font-size: 12px;
	font-family: arial;
	color: #ecd8b1;
	line-height: 1; /* add space back for text */
}
h1 {
	text-indent: -9999px;
}
body {
	background-color: #000;
	/*background-attachment: fixed;*/
}

img, video, svg {
	display: block; /* no more line-height & creates auto width */
	margin: 0 auto;
}

img {
	max-width: 100%; /* auto width for responsive design */
}

.panel {
	width: 100%;
	background-position: center top;
}
.panel:after, .innerCont:after /* for background fill & clear fix */
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 1px;
}

.outerCont {
	position: relative; /* this fixed the absolute positioning hiding div issue */
	width: 1000px;
	margin: 0 auto; /* center */
	/*background-color: rgba(255, 255, 255, .4);*/
}
.innerCont {
	display: inline-block; /*auto width*/
	/*background-color: rgba(255, 255, 255, .4);*/
}

.shadow1 {
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .5); /*x,y,blur,strength,(color,alpha)*/
}

#gen_bgCont1, #gen_bgCont2 {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: fixed;
	z-index: -1;
}
#gen_bgCont1 {
	height: 1619px;
	background-image: url(../images/gen_browserBg.jpg);
}
#gen_bgCont2 {

	height: 1778px;
	background-image: url(../images/gen_browserBg2.png);
}


/* ----- FX ----- */

#gen_sceneFx {
	width: 300px;
	height: 300px;
	left: 50%;
	margin-top: 250px;
	margin-left: -200px; /* Half of the width */
	position: absolute;
	z-index: -1;
}

.gen_LightFx {
	display: none;
	position: absolute;
	z-index: 1;
}
.birdCont {
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.birdCont img {
	max-width: none;
}

/* /General */




/* topbar
-----------------------------------------------------------------------------*/

#topbar_panel {
	text-align: center;
	background-image: url(../images/topbar_bg.png);
	background-repeat: repeat-x;
	background-color: #5c100f;
	padding: 2px 0 2px 0;
}

/* ----- topbar_signUpBtn ----- */
#topbar_signUp {
	width: 325px;
	float: left;
	padding: 15px 8px 0 15px;
	text-indent: -9999px;
}
#topbar_signUpBtn {
	width: 128px;
	height: 27px;
	background-image: url(../images/topbar_signUp.png);
	background-repeat: no-repeat;
	float: left;
}
.no-touch #topbar_signUpBtn:hover {
	background-position: bottom center;
}
#topbar_signUpTxt {
	padding: 4px 0 0 10px;
}

/* ----- topbar_social ----- */
#topbar_social
{
	width: 330px;
	height: 42px;
	padding-top: 12px;
	/*background-image: url(../images/topbar_socialBg.png);
	background-repeat: no-repeat;*/
}
#topbar_social li {
	float: left;
}
#topbar_fbLike {
	padding: 6px 40px;
}
#topbar_social .socialBtn a
{
	display: block;
	width: 35px;
	height: 35px;
	background-image: url('../images/topbar_socialButtons.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 1px;
}

#topbar_facebookBtn a { background-position: 0 0;}
#topbar_twitterBtn a { background-position: -40px 0;}
#topbar_instagramBtn a { background-position: -80px 0;}
#topbar_youtubeBtn a { background-position: -120px 0;}

.no-touch #topbar_facebookBtn a:hover { background-position: 0 -40px;}
.no-touch #topbar_twitterBtn a:hover { background-position: -40px -40px;}
.no-touch #topbar_instagramBtn a:hover { background-position: -80px -40px;}
.no-touch #topbar_youtubeBtn a:hover { background-position: -120px -40px;}


/* ----- topbar_rewards ----- */
#topbar_rewards {
	text-indent: -9999px;
	padding: 2px 12px 0px 12px;
	float: right;
}

/* /topbar */




/* header
-----------------------------------------------------------------------------*/

#header_panel
{
	visibility: hidden; /* date selector will make it visible */
}
#header_panel.panel:after
{
	/*margin-bottom: -47px;*/
}
#header_estArt, #header_box {
	margin: 0 20px 0 20px;
	float: left;
	position: relative;
}
#header_box {
	margin: 0;
	display: none;
}
#header_estArt a, #header_box a {
	position: absolute;
	top: 3%; right: 3%; bottom: 3%; left: 3%; 
	width: auto;
	height: auto; 
	text-indent: -9999px;
	background-color: black; opacity: 0;
}

#header_headVidTxt {
	float: left;
	padding-top: 3%;
}
#header_headline2 {
	display: none;
}
#header_videoCont {
	position: relative;
	margin: 3% 0 2% 0;
	cursor: pointer;
	cursor: hand;
}
#header_playbutton {
	position: absolute;
	margin: auto;
	top: 0px; right: 0px; bottom: 15%; left: 0px;
	pointer-events: none;
}
/* /header */





/* buy
-----------------------------------------------------------------------------*/

#buy_panel {
	text-align: center;
	padding-top: 2%;
}

#buy_uv  {
	padding-top: 15px;
	margin-bottom: -10px;
}

/* ----- buy_tabs ----- */

#buy_tabs {
	width: 700px;
	height: 70px;
	overflow: hidden; /* to hide width after js scaling */
}
#buy_tabs .innerCont {
	width: 700px;
	height: 70px;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
}


#buy_tabs {
	margin: 0 auto; /* to center li */
}
#buy_tabs li {
	display: inline-block; /* center li */
	width: 160px;
	height: 70px;
	margin: 0 .5%;
	text-indent: -9999px;
	cursor: pointer;
	cursor: hand;
	background-image: url(../images/buy_tabs.png);
}

.buy_tab1_out {
	background-position: 0 0;
}
.buy_tab1_over {
	background-position: 0 -70px !important;
}
.buy_tab1_clicked {
	background-position: 0 -140px !important;
}

#buy_tabs li#buy_tab2, .buy_tab2_out  {
	background-position: -160px 0;
}
.buy_tab2_over {
	background-position: -160px -70px !important;
}
.buy_tab2_clicked {
	background-position: -160px -140px !important;
}

#buy_tabs li#buy_tab3, .buy_tab3_out {
	background-position: -320px 0;
}
.buy_tab3_over {
	background-position: -320px -70px !important;
}
.buy_tab3_clicked {
	background-position: -320px -140px !important;
}

#buy_tabs li#buy_tab4, .buy_tab4_out {
	background-position: -480px 0;
}
.buy_tab4_over {
	background-position: -480px -70px !important;
}
.buy_tab4_clicked {
	background-position: -480px -140px !important;
}


/* ----- buy buttons ----- */

#buy_menu .innerCont {
	width: 733px;
	/*background-color: #3288b3;*/
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2;
	/*background-color: #4d0b0a;*/
	background-image: url(../images/buy_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.buy_menu a
{
	display: block;
	width: 130px;
	height: 40px;
	background-image: url(../images/buy_buttons.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ul.buy_menu {
	padding: 25px 15px;
	margin: 0 auto; /* to center li */
}
#buy_menu1, #buy_menu2, #buy_menu3, #buy_menu4  {
	display: none;
}

ul.buy_menu li {
	margin: 3px;
	display: inline-block; /* center li */
}

.buy_btn_itunes a { background-position: 0 0;}
.buy_btn_amazon_2 a { background-position: 0 -50px; }
.buy_btn_playstation a { background-position: 0 -750px; }
.buy_btn_microsoft a { background-position: 0 -800px; }
.buy_btn_vudu a { background-position: 0 -350px; }
.buy_btn_bbcn a { background-position: 0 -400px; }

.buy_btn_xbox a { background-position: 0 -100px; }
.buy_btn_sen a { background-position: 0 -150px; }
.buy_btn_googleplay a { background-position: 0 -200px; }
.buy_btn_verizonfios a { background-position: 0 -250px; }
.buy_btn_xfinity a { background-position: 0 -300px; }


.buy_btn_tt a { background-position: 0 -450px; }
.buy_btn_sps a { background-position: 0 -500px; }
.buy_btn_walmart a { background-position: 0 -550px; }
.buy_btn_amazon a { background-position: 0 -600px; }
.buy_btn_target a { background-position: 0 -650px; }
.buy_btn_bestbuy a { background-position: 0 -700px; }
.buy_btn_buytickets a { background-position: 0 -800px;}


/* ----- 4K ----- */

#buy_menu3 {
	padding: 0;
}
#buy_4kBtns {
	width: 150px;
	float: left;
	padding: 2%;
}
#buy_4kFeatures {
	padding: 3% 0 3% 0;
}
#buy_4kLegal {
	padding: 0% 0 1% 0;
}
/* /buy */




/* tagline_panel
-----------------------------------------------------------------------------*/

#tagline_panel {
	text-align: center;
	padding-top: 3%;
}

/* /tagline_panel */




/* features_panel
-----------------------------------------------------------------------------*/

#features_panel {
	text-align: center;
	overflow: hidden;
	padding-top: 1%;
}
#features_bg {
	/*margin-left: -1.15%;
	max-width: 109%;*/
}
#features_head, #features_text {
	position: absolute;
	top: 0;
}
#features_legal {
	position: absolute;
	right: 0; left: 0;
	bottom: 2.5%; 
	max-width: 80%;
}
/* /features_panel */




/* bookOst_panel
-----------------------------------------------------------------------------*/

#bookOst_panel {
	text-align: center;
}
#bookOst_panel .innerCont {
	text-indent: -9999px;	
}
#book_panel {
	max-width: 369px;
}
#ost_panel {
	max-width: 614px;
}
#book_panel, #ost_panel {
	padding-top: 3%;
	position: relative;
}
#ost_panel {
	padding-left: 1%;
}
.bookOst_btnList a
{
	display: block;
	width: 110px;
	height: 40px;
	background-image: url(../images/button-itunes-get.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.bookOst_btnList .buy_btn_buynow a
{
	background-image: url(../images/button_buy-now.svg);
}
.bookOst_btnList .buy2_btn_amazon a
{
	background-image: url(../images/button-amazon-available.svg);
}

#book_btnList .buy_btn_buynow {
	position: absolute;
	right: 16%;
	bottom: 22%;
}

.songs_buynow_button, .score_itunes_button, .score_amazon_button {
	position: absolute;
}
.songs_buynow_button {
	left: 31%;
	bottom: 36%;
}
.score_amazon_button {
	right: 4%;
	bottom: 20%;
}
.score_itunes_button {
	right: 4%;
	bottom: 36%;
}

/* /callouts_panel */




/* callouts_panel
-----------------------------------------------------------------------------*/

#callouts_panel {
	text-align: center;
	padding-top: 3%;
	overflow: hidden;
}
#callouts_panel .innerCont {
	text-indent: -9999px;	
}
#callout_burton, #callout_sr {
	display: none;
}
#callout_burton {
	width: 100%;
	padding-bottom: 1%;
}
/* /callouts_panel */



/* footer
-----------------------------------------------------------------------------*/

#footer_panel {
	text-align: center;
	padding: 5% 0 4% 0;
}
#footer_visit {
	width: 163px;
	height: 45px;
	margin: 0 auto;
	display: block; 
	background-image: url(../images/footer_visit.png);
	background-repeat: no-repeat;
}
.no-touch #footer_visit:hover {
	background-position: bottom;
}
#footer_logos {
	padding: 35px 0 25px 0;
}
#footer_panel p {
	margin: 0 auto;
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: .015em;
}
/* /footer_panel */




/* Mobile Menu
-----------------------------------------------------------------------------*/

#bcr_mobile_menu_cta {
	display: none;
	position: absolute;
	right: 10px;
	top: 7px;
	background: transparent url('../images/mobile_menu_cta.png') no-repeat 0 0;
	z-index: 999;
	cursor: pointer;
}
#bcr_mobile_menu_cta.bcr_active {
	right: 10px;
	background-position: 0 -36px;
}
#bcr_mobile_menu {
	display: none;
	font-family: arial;
	position: absolute;
	top: -215px;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 998;
	box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#bcr_mobile_menu.bcr_active {
	display: block; 
	top: 0;
}
#bcr_mobile_menu ul {
	overflow: hidden;
	width: 270px;
	margin: 40px auto 18px auto;
	padding: 1px 0 0 0;
	list-style-type: none;
	/* background: transparent url('../images/divider.gif') repeat-x left top; */
}
#bcr_mobile_menu ul li {
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	background: transparent url('../images/mobile_menu_divider.gif') repeat-x left bottom;
}
#bcr_mobile_menu ul li > span {
	display: block;
	padding-left: 13px;
	line-height: 47px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url('../images/mobile_menu_arrow.png') no-repeat right 0;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#bcr_mobile_menu ul li > span:hover {
	color: #4c85bf;
	background-position: right -47px;
}
#bcr_mobile_menu ul li.bcr_active > span {
	color: #fff;
	background-color: #4c85bf;
	background-position: right center;
	background-image: url('../images/mobile_menu_arrow_down.png');
}
.bcr_uv_white {
	font-style: normal;
	color: #fff;
}
.bcr_uv_violet {
	font-style: normal;
	color: #9C92C3;
}
#bcr_mobile_menu ul ul {
	display: none;
	margin: 0;
	padding: 10px 12px;
	background-color: #4c85bf;
}
#bcr_mobile_menu ul li.bcr_active ul {
	display: block;
}
#bcr_mobile_menu ul ul li {
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
#bcr_mobile_menu ul ul a {
	display: block;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
}
.no-touch #bcr_mobile_menu ul ul a:hover {
	color: #fff;
}
.bcr_close {
	display: none;
}
#bcr_uv_mobile, #bcr_uhd_mobile {
	display: block;
	float: left;
	margin-top: 10px;
}
#bcr_mobile_menu_digital {
	padding-bottom: 3px !important;
}
