/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

a, a:hover, a:active, a:visited { outline: none; outline-style:none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #B4D5FE; color:#000; text-shadow: none; }
::selection { background:#B4D5FE; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #B4D5FE; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
	PRIMARY STYLES
	
	@company	Archrival
	@copyright	Copyright(c) 2012 Archrival
*/
body {
	font-family: 'PT Sans', sans-serif;
	color:#fff;
	background-color:#000;
}

/* ---- Introduction / Header ---- */
#introduction {
	position:absolute;
	top:0px;
	left:150px;
	width:700px;
	height:880px;
}
#introduction .header {
	height:85px;
}
/* ---- Partners / Header ---- */
#introduction .partners {
	display:block;
	float:left;
	width:380px;
	list-style:none;
	margin:0;
	padding:0;
}
#introduction .partners li {
	display:block;
	float:left;
	height:85px;
}
#introduction .partners li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-30000em;
	background-repeat:no-repeat;
	background-color:transparent;
}
#introduction .partners li.freeride { width:164px; }
#introduction .partners li.mediahouse { width:132px; }
#introduction .partners li.freeride a { 
	background-image:url('../images/logo_freeride.png');
	background-position:0px 8px;
}
#introduction .partners li.mediahouse a { 
	background-image:url('../images/logo_mediahouse.png');
	background-position:0px 9px;
}
/* ---- Nav / Header ---- */
#introduction .header-nav {
	display:block;
	float:right;
	width:310px;
	list-style:none;
	margin:0;
	padding:8px 5px 12px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	border-bottom:1px solid #AC8874;
}
#introduction .header-nav-nomediaroom { width:210px }
#introduction .header-nav li {
	display:block;
	float:left;
	width:auto;
}
#introduction .header-nav li a {
	display:block;
}
#introduction .header-nav li.mediaroom { margin-left:12px; }
#introduction .header-nav li.screenings { margin-left:14px; }
#introduction .header-nav li.contact-us { margin-left:14px; }
#introduction .header-nav li.mediaroom, 
#introduction .header-nav li.screenings,
#introduction .header-nav li.contact-us {
	font-size:14px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	padding-top:10px;
}
#introduction .header-nav li.mediaroom a, 
#introduction .header-nav li.screenings a,
#introduction .header-nav li.contact-us a { 
	color:#fff;
	text-decoration:none;
}
#introduction .header-nav li.external a {
	padding-right:7px;
	background:transparent url('../images/headernav_arrow.gif') top right no-repeat;
}
#introduction .header-nav li.mediaroom a:hover, 
#introduction .header-nav li.screenings a:hover,
#introduction .header-nav li.contact-us a:hover {
	color:#FFD602;
}
/* screenings call-out */
.highlight-screenings #introduction .header-nav li.screenings a {
	background-color:#ce1837;
	color:#fff;
	padding:4px 8px;
	margin-top:-4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.highlight-screenings #introduction .header-nav li.screenings a:hover {
	color:#ce1837;
	background-color:#fff;
}
#synopsis p.new-screenings { display:none; }
.highlight-screenings #synopsis  p.new-screenings { margin-top:-10px; display:block; }
.highlight-screenings #synopsis  p.new-screenings a {
	float:left;
	width:auto;
	background-color:#ce1837;
	color:#fff;
	padding:3px 8px;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-shadow:none;
}
.highlight-screenings #synopsis  p.new-screenings a:hover {
	color:#ce1837;
	background-color:#fff;
}
/* END screenings call-out */
#introduction .header-nav li.social { 
	float:none;
	width:100%;
}
#introduction .header-nav li.social .facebook-share-custom {
	width:60px;
	float:left;
	margin-left:12px;
	margin-right:3px;
}
#introduction .header-nav li.social .twitter-share-button {
	width:56px;
	float:left;
}
/* ---- Trailer / Header ---- */
#trailer {
	width:700px;
	height:394px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	-moz-box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.75);
}
#trailer .trailer-preview {
	position:relative;
	width:100%;
	height:100%;
	background:transparent url('../images/logo_white_trans.png') 59px 51px no-repeat;
	cursor:pointer;
}
#trailer .trailer-preview h1 {
	position:absolute;
	width:91px;
	height:100px;
	left:299px;
	top:255px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-30000em;
	background:transparent url('../images/btn_play_redbull.png') 0px 0px no-repeat;
}
#trailer .trailer-preview:hover h1 { background-position:0px -100px; }
/* ---- Rider List / Header ---- */
#rider-list {
	display:block;
	list-style:none;
	margin:0;
	padding:22px 0px 16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 1px 6px 10px #000000;
}
.ie7 #rider-list,
.ie8 #rider-list { letter-spacing:0px; }
#rider-list li {
	display:inline;
	padding:0 3px;
}
/* ---- Sponsors / Header ---- */
#sponsor-list {
	position:relative;
	height:54px;
	list-style:none;
	margin:0;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	-moz-box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
#sponsor-list li {
	display:block;
	position:absolute;
	top:0px;
	height:54px;
}
#sponsor-list li.specialized { left:24px; width:131px; }
#sponsor-list li.contour { left:192px; width:119px; }
#sponsor-list li.dolby { left:347px; width:68px; }
#sponsor-list li.pinkbike { left:450px; width:84px; }
#sponsor-list li.troylee { left:565px; width:112px; }
#sponsor-list li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-30000em;
}
#sponsor-list li.specialized a { background:transparent url('../images/logo_specialized.png') center center no-repeat; }
#sponsor-list li.contour a { background:transparent url('../images/logo_contour.png') center center no-repeat; }
#sponsor-list li.dolby a { background:transparent url('../images/logo_dolby.png') center center no-repeat; }
#sponsor-list li.pinkbike a { background:transparent url('../images/logo_pinkbike.png') center center no-repeat; }
#sponsor-list li.troylee a { background:transparent url('../images/logo_troylee.png') center center no-repeat; }
/* ---- Synopsis / Header ---- */
#synopsis {
	padding:5px 30px 10px;
	margin:5px 115px 0px;
	font-size:14px;
	line-height:19px;
	font-weight:400;
	font-style:normal;
	text-shadow: 2px 6px 15px #000000;
}
.ie7 #synopsis, 
.ie8 #synopsis, 
.ie9 #synopsis { background:transparent url('../images/bg_black_trans_50.png') top left repeat; }
#synopsis p { margin:20px 0; }
#synopsis.align-left {
	margin:5px 10px 0 20px;
	padding:5px 10px 5px;
	width:360px;
	float:left;
}
#release-date {
	padding:0px 30px 20px;
	margin:0px 115px;
	font-size:18px;
	text-align:center;
	font-style:normal;
	text-shadow: 2px 6px 15px #000000;
}
.ie7 #release-date, 
.ie8 #release-date,
.ie9 #release-date { background:transparent url('../images/bg_black_trans_50.png') top left repeat; }
#btn-world-premiere-tickets {
	margin:0px 115px; width:470px;
}
.ie7 #btn-world-premiere-tickets, 
.ie8 #btn-world-premiere-tickets,
.ie9 #btn-world-premiere-tickets { background:transparent url('../images/bg_black_trans_50.png') top left repeat; }
#btn-world-premiere-tickets a {
	display:block;
	margin:0 auto;
	height:54px;
	width:274px;
	margin-top:-10px;
	margin-bottom:5px;
	text-indent:-30000em;
	overflow:hidden;
	background:transparent url('../images/btn_world_premiere_tix.png') 0px 0px no-repeat;
}
#btn-world-premiere-tickets a:hover { background-position:0px -54px; }
.ie7 #btn-world-premiere-tickets a, 
.ie8 #btn-world-premiere-tickets a, 
.ie9 #btn-world-premiere-tickets a {
	margin:0 auto;
}
/* ---- Action/Merch Links ---- */
#action-links {
	width:274px;
	margin:34px 0 0 10px;
	float:left;
}
#action-links .action-link {
	display:block;
	color:#CA123A;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-bottom:2px;
}
.ie7 #action-links .action-link, 
.ie8 #action-links .action-link { font-size:12px; }
#action-links .action-link:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ie7 #action-links .action-link,
.ie8 #action-links .action-link { zoom:1; }
#action-links .action-link span {
	display:block;
	width:auto;
	float:left;
	padding:4px 14px;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#action-links .action-link:hover { color:#fff; }
#action-links .action-link:hover span { background-color:#CA123A; }
#action-links .action-link-subtitle {
	display:block;
	padding-left:15px;
	padding-top:4px;
	margin-bottom:15px;
	font-size:14px;
}
#btn-itunes-download {
	display:block;
	width:109px;
	height:37px;
	padding:0;
	margin:15px 0 0;
	text-indent:-30000em;
	overflow:hidden;
	background:transparent url('../images/itunes_download_btn.png') top left no-repeat;
}
#digital-download-partners {
	margin-top:20px;
	position:relative;
}
#digital-download-partners h4 {
	margin-bottom:8px;
	font-weight:normal;
	font-size:9px;
	color:#ccc;
	text-shadow: 0px 0px 10px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}
.logo-ddp {
	position:absolute;
	overflow:hidden;
	text-indent:-30000em;
	background-image:url('../images/logos_digital_download_partners.png');
}
#digital-download-partners .logo-playstation {
	display:block;
	top:20px;
	left:0px;
	width:164px;
	height:28px;
	background-position:0px 0px;
}
#digital-download-partners .logo-xbox {
	display:block;
	top:56px;
	left:0px;
	width:74px;
	height:26px;
	background-position:0px -36px;
}
#digital-download-partners .logo-vudu {
	display:block;
	top:55px;
	left:93px;
	width:53px;
	height:25px;
	background-position:-93px -35px;
}
/* ---- Parallax Setup ---- */
#parallax-bg {
	background:#000 url('../images/body_art.jpg') top center no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:5400px;
}
.ios #parallax-bg {
	width:1000px;
	background-image:url('../images/body_art_ios.jpg');
	background-size:1400px 5270px;
} 
#site-wrapper,
#parallax-bg,
.parallax-depth,
.parallax-depth-wrapper {
	height:5270px;
}
#site-wrapper,
.parallax-depth,
.parallax-depth-wrapper {
	width:1000px;
}
#site-wrapper {
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

/* ---- Parallax Depth ---- */
.parallax-depth {
	position:absolute;
	top:0px;
	left:0px;
}
.parallax-depth-wrapper { position:relative; }
#objects-far { z-index:100; }
#objects-near { z-index:200; }
#content { z-index:300; }
.parallax-depth-wrapper .static-object { position:absolute; }

/* ---- Parallax Positioning ---- */
.location-block {
	display:none; /* replaced by js */
}
.location-block, 
.location-block-wrapper {
	width:1px;
	height:1px;
	overflow:visible;
}
.location-block { position:absolute; }
.location-block-wrapper { position:relative; }
.location-block-wrapper .coordinates {
	position:absolute;
	padding:2px 8px;
	color:#999;
	text-shadow: 1px 1px 3px #000000;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
}
.ie8 .location-block-wrapper .coordinates { background-image:url('../images/bg_black_trans_80.png'); }
.location-block-wrapper .coordinates .location-name { display:none; }
.content-block {
	position:absolute; 
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000;
	border:1px solid #AC8874;
	overflow:hidden;
	-moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
}
.content-block:hover { border-color:#fff; }
.content-block-wrapper { position:relative; width:100%; height:100%; overflow:hidden; }
.content-block-wrapper h3 { z-index:351; }
.content-block-wrapper h3 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.content-block-wrapper h3 a,
.ie8 .show-title .content-block-wrapper h3 a:hover {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:17px;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	text-shadow:1px 1px 3px #000000;
	background:transparent url('../images/bg_black_trans_50.png') 0px 0px repeat;
	text-indent:-30000em;
	overflow:hidden;
}
.show-title .content-block-wrapper h3 a {
	padding-top:60px;
	text-indent:0;
}
.show-title .content-block-wrapper h3 a:hover {
	color:rgba(255,255,255,0.7);
	text-shadow:none;
}
.mobile .content-block-wrapper h3 a { background-image:none; }
.content-block-wrapper h3 a:hover { background-image:none; }
.content-block-wrapper h4, 
.content-block-wrapper img,
.content-block-wrapper .content-description,
.content-block-wrapper .share-url { display:none; }
.content-block-wrapper .icon {
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	width:40px;
	height:40px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
}
.content-type-bio .icon { background-image:url('../images/icon_content_bio.png'); }
.content-type-image .icon { background-image:url('../images/icon_content_image.png'); }
.content-type-video .icon, .content-type-video-youtube .icon { background-image:url('../images/icon_content_video.png'); }
/* ---- Content Overlay ---- */
#content-overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent url('../images/bg_black_trans_80.png') 0px 0px repeat;
	z-index:1000;
}
#content-overlay .layout-standard { display:none; }
#content-overlay.content-standard .layout-standard { display:block; }
#content-overlay .layout-screenings { display:none; }
#content-overlay.content-screenings .layout-screenings { display:block; }

#content-overlay.content-screenings .overlay-prev, 
#content-overlay.content-screenings .overlay-next { display:none !important; }

#content-overlay .wrapper-main { position:relative; width:100%; height:100%; }
#content-overlay .wrapper-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#content-overlay .wrapper-content {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-301px;
	width:602px;
	height:600px;
	z-index:1001;
}
#content-overlay .overlay-close {
	display:block;
	width:102px;
	margin-left:500px;
	height:20px;
	padding-top:5px;
}
#content-overlay .overlay-close span {
	display:block;
	width:14px;
	height:14px;
	margin-left:80px;
	overflow:hidden;
	text-indent:-30000em;
	background:transparent url('../images/overlay_nav.png') -200px 0px no-repeat;
}
#content-overlay .overlay-close:hover span { background-position:-250px 0px; }
#content-overlay .overlay-nav {
	display:block;
	position:absolute;
	text-indent:-30000em;
	overflow:hidden;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url('../images/overlay_nav.png');
}
#content-overlay .overlay-close:hover { background-position:-250px 0; }
#content-overlay .overlay-prev,
#content-overlay .overlay-next {
	width:50px;
	height:400px;
	top:50%;
	margin-top:-225px;
	left:50%;
}
#content-overlay .overlay-prev {
	margin-left:-351px;
	background-position:18px 193px;
}
#content-overlay .overlay-prev:hover { background-position:-32px 193px; }
#content-overlay .overlay-next {
	margin-left:301px;
	background-position:-82px 193px;
}
#content-overlay .overlay-next:hover { background-position:-132px 193px; }
/*---- standard layout ----*/
#content-overlay .media-wrapper {
	width:600px;
	height:412px;
	overflow:hidden;
	text-align:center;
	border:1px solid #AC8874;
	background:#000 url('../images/overlay_ajax_loader.gif') center center no-repeat;
}
#content-overlay .media-wrapper .youtube-wrapper { height:100%; }
#content-overlay .media-wrapper img { height:100%; }
#content-overlay .media-wrapper img.image-centered {
	position:absolute;
	display:block;
	left:50%;
	top:50%;
}
#content-overlay .media-summary {
	padding:15px 20px;
}
#content-overlay .media-summary .social {
	width:124px;
	float:right;
	height:20px;
}
#content-overlay .media-summary .social .facebook-share-custom, 
#content-overlay .media-summary .social .twitter-share-custom { float:left; }
#content-overlay .media-summary .social .facebook-share-custom { margin-right:8px; }
#content-overlay .media-summary .media-title {
	color:#fff;
	font-size:15px;
	font-style:normal;
	text-transform:uppercase;
}
#content-overlay .media-summary .media-subtitle {
	color:#AC8572;
	font-size:12px;
	font-style:normal;
}
#content-overlay .media-summary .media-copy {
	padding-top:15px;
	color:#fff;
	font-size:13px;
	font-style:normal;
	font-weight:400;
}
/*---- screenings layout ----*/
#content-overlay .screenings-wrapper {
	width:600px;
	height:470px;
	overflow:hidden;
	border:1px solid #AC8874;
	background-color:#000;
}
.screenings-wrapper .screenings-title {
	padding:15px 20px 10px;
	text-transform:uppercase;
	color:#fff;
	font-style:normal;
	font-weight:700;
	font-size:15px;
	letter-spacing:1px;
}
.screenings-wrapper .screenings-title span {
	color:#AC8773;
}
.screenings-wrapper .screenings-table {
	width:560px;
	margin-left:15px;
}
.screenings-wrapper .screenings-table tr th {
	padding:8px 8px;
	text-align:left;
	font-size:12px;
	font-weight:700;
	font-style:normal;
	color:#AC8773;
}
.screenings-wrapper .screenings-table tr td {
	padding:6px 8px;
	text-align:left;
	font-size:13px;
	font-weight:400;
	font-style:normal;
	color:#fff;
	vertical-align:top;
}
.screenings-wrapper .screenings-table.table-body tr {
	border-bottom:1px solid #221B17;
}
.screenings-wrapper .screenings-table .date { width:48px; }
.screenings-wrapper .screenings-table .city { width:125px; }
.screenings-wrapper .screenings-table .tickets { width:90px; font-weight:700; }
.screenings-wrapper .screenings-table .available .tickets a {
	display:block;
	width:auto;
	padding-left:25px;
	float:left;
	color:#AC8773;
	text-decoration:none;
	background:transparent url('../images/ticket_sprite.png') 0px 2px no-repeat;
}
.screenings-wrapper .screenings-table .available .tickets a:hover { color:#fff; background-position:0px -28px; }
.screenings-wrapper .screenings-table .unavailable .tickets { color:#666666; font-style:italic; }
.screenings-wrapper .screenings-table .soldout .tickets { color:#CA123B; }
.screenings-wrapper .screenings-list {
	height:394px;
	padding-top:2px;
	overflow:auto;
	background:transparent url('../images/border_chalk_brown.png') top center repeat-x;
}
.screenings-wrapper .screenings-table .archived td { color:#666666; }
/* ---- Static Object Positioning ---- */
#static-object-1 { background:transparent url('../images/rocks/r001.png') 0px 0px no-repeat; width:109px; height:103px; }
#static-object-2 { background:transparent url('../images/rocks/r002.png') 0px 0px no-repeat; width:94px; height:97px; }
#static-object-3 { background:transparent url('../images/rocks/r003.png') 0px 0px no-repeat; width:38px; height:50px; }
#static-object-4 { background:transparent url('../images/rocks/r004.png') 0px 0px no-repeat; width:132px; height:155px; }
#static-object-5 { background:transparent url('../images/rocks/r005.png') 0px 0px no-repeat; width:32px; height:33px; }
#static-object-6 { background:transparent url('../images/rocks/r006.png') 0px 0px no-repeat; width:108px; height:80px; }
#static-object-7 { background:transparent url('../images/rocks/r007.png') 0px 0px no-repeat; width:128px; height:106px; }
#static-object-8 { background:transparent url('../images/rocks/r008.png') 0px 0px no-repeat; width:62px; height:73px; }
#static-object-9 { background:transparent url('../images/rocks/r009.png') 0px 0px no-repeat; width:94px; height:81px; }
#static-object-10 { background:transparent url('../images/rocks/r010.png') 0px 0px no-repeat; width:70px; height:71px; }
#static-object-11 { background:transparent url('../images/rocks/r011.png') 0px 0px no-repeat; width:140px; height:138px; }
#static-object-12 { background:transparent url('../images/rocks/r012.png') 0px 0px no-repeat; width:138px; height:127px; }
#static-object-13 { background:transparent url('../images/rocks/r013.png') 0px 0px no-repeat; width:38px; height:57px; }
#static-object-14 { background:transparent url('../images/rocks/r014.png') 0px 0px no-repeat; width:120px; height:130px; }
#static-object-15 { background:transparent url('../images/rocks/r015.png') 0px 0px no-repeat; width:147px; height:181px; }
#static-object-16 { background:transparent url('../images/rocks/r003.png') 0px 0px no-repeat; width:38px; height:50px; }
#static-object-17 { background:transparent url('../images/rocks/r002.png') 0px 0px no-repeat; width:94px; height:97px; }
#static-object-18 { background:transparent url('../images/rocks/r001.png') 0px 0px no-repeat; width:109px; height:103px; }
#static-object-19 { background:transparent url('../images/rocks/r007.png') 0px 0px no-repeat; width:128px; height:106px; }

/* ---- Social Styles ---- */
.facebook-share-custom {
	display:block;
	width:57px;
	height:20px;
	overflow:hidden;
	text-indent:-30000em;
	background:transparent url('../images/fb_share_btn.gif') top left no-repeat;
}
.facebook-share-custom:hover {
	background-position:0px -20px;
}
.twitter-share-custom {
	display:block;
	width:56px;
	height:20px;
	background:transparent url('../images/btn_tweet.png') 0px 0px no-repeat;
	text-indent:-30000em;
	overflow:hidden;
}
.twitter-share-custom:hover { background-position:0px -20px; }
/* ---- Misc Utility Styles ---- */
.brightcove-wrapper {
	width:100%;
	height:100%;
}
.brightcove-wrapper span {
	display:block;
	width:100%;
	height:100%;
}
#trailer-video {
	width:100%;
	height:100%;
}
.clear-fix {
	clear:both;
}
/* ---- Media Query Fixes for specific layout/OS ---- */
@media screen and (orientation:portrait) {
	.android body { width:1000px; }
	.android #parallax-bg { width:1000px; }
}