/**
 * 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:#000 url('../images/body_art_ios.jpg') top center no-repeat;
	padding-bottom:100px;
}
#site-wrapper {
}

/* ---- Partners / Header ---- */
#introduction .partners {
	display:block;
	width:200px;
	list-style:none;
	margin:0 auto;
	padding:5px 0;
}
#introduction .partners li {
	display:block;
	float:left;
	height:50px;
}
#introduction .partners li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-30000em;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center center;
}
#introduction .partners li.freeride { width:100px; }
#introduction .partners li.mediahouse { width:100px; }
#introduction .partners li.freeride a { 
	background-image:url('../images/logo_freeride_sm.png');
}
#introduction .partners li.mediahouse a { 
	background-image:url('../images/logo_mediahouse_sm.png');
}

/* ---- Nav / Header ---- */
#introduction .header-nav {
	clear:both;
	display:block;
	list-style:none;
	text-align:center;
	margin:0;
	padding:20px 0 20px;
}
#introduction .header-nav li {
	display:block;
	width:96%;
	margin:0 auto 5px;
}
#introduction .header-nav li a {
	display:block;
	padding:10px 25px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#introduction .header-nav li a:hover { 
	color:#FFD602;
}

#introduction .header-nav li.social {
	display:none;
}
/* screenings call-out */
.highlight-screenings #introduction .header-nav li.screenings a {
	background-color:rgba(206,24,55,0.8);
	background-image:none;
}
.highlight-screenings #introduction .header-nav li.screenings a:hover {
	background-color:rgba(206,24,55,1);
	color:#fff;
}
#synopsis p.new-screenings { display:none; }
.highlight-screenings #synopsis  p.new-screenings { margin-bottom:15px; 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 */

/* ---- Trailer / Header ---- */
#trailer {
	clear:both;
	width:96%;
	height:240px;
	margin:0 auto;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
}
#trailer .trailer-preview {
	position:relative;
	width:100%;
	height:100%;
	background:transparent url('../images/logo_white_trans_sm.png') center center no-repeat;
	cursor:pointer;
}
#trailer .trailer-preview h1 {
	position:absolute;
	width:46px;
	height:50px;
	left:50%;
	top:180px;
	margin:0 0 0 -23px;
	padding:0;
	overflow:hidden;
	text-indent:-30000em;
	background:transparent url('../images/btn_play_redbull_sm.png') 0px 0px no-repeat;
}
/* ---- Rider List / Header ---- */
#rider-list {
	display:block;
	list-style:none;
	margin:0;
	padding:10px 20px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	letter-spacing:1px;
	text-shadow: 1px 6px 10px #000000;
}
#rider-list li {
	display:inline;
	padding:0 3px;
}
/* ---- Sponsors / Header ---- */
#sponsor-list {
	position:relative;
	display:block;
	list-style:none;
	width:96%;
	height:15px;
	margin:0 auto 20px;
	padding:10px 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:10px;
	height:15px;
}
#sponsor-list li.specialized { width:56px; left:13%; margin-left:-28px; }
#sponsor-list li.contour { width:51px; left:35%; margin-left:-25px; }
#sponsor-list li.dolby { width:29px; left:54%; margin-left:-14px; }
#sponsor-list li.pinkbike { width:36px; left:70%; margin-left:-18px; }
#sponsor-list li.troylee { width:48px; left:89%; margin-left:-24px; }
#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_sm.png') center center no-repeat; }
#sponsor-list li.contour a { background:transparent url('../images/logo_contour_sm.png') center center no-repeat; }
#sponsor-list li.dolby a { background:transparent url('../images/logo_dolby_sm.png') center center no-repeat; }
#sponsor-list li.pinkbike a { background:transparent url('../images/logo_pinkbike_sm.png') center center no-repeat; }
#sponsor-list li.troylee a { background:transparent url('../images/logo_troylee_sm.png') center center no-repeat; }
/* ---- Synopsis / Header ---- */
#synopsis {
	width:96%;
	padding:5px 0 10px;
	margin:5px auto 10px;
	font-size:14px;
	line-height:19px;
	font-weight:400;
	font-style:normal;
	text-shadow: 2px 6px 15px #000000;
}
#synopsis p { padding:0 20px 15px; }
#synopsis p:last-child { padding-bottom:0; }
#synopsis.align-left {
	margin:5px 10px 10px;
	padding:5px 10px;
	width:auto;
	float:none;
}
#release-date {
	width:96%;
	margin:0px auto 20px;
	font-size:18px;
	text-align:center;
	font-style:normal;
	text-shadow: 2px 6px 15px #000000;
}
#btn-world-premiere-tickets {
	width:96%;
	margin:0px auto 10px;
}
#btn-world-premiere-tickets a {
	display:block;
	margin:0 auto;
	height:54px;
	width:274px;
	text-indent:-30000em;
	overflow:hidden;
	background:transparent url('../images/btn_world_premiere_tix.png') top center no-repeat;
}
#btn-world-premiere-tickets a:hover { background-position:0px -54px; }
/* ---- Action/Merch Links ---- */
#action-links {
	width:86%;
	margin:30px auto;
	float:none;
}
#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 span {
	display:block;
	width:auto;
	float:none;
	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 auto 0;
	text-indent:-30000em;
	overflow:hidden;
	background:transparent url('../images/itunes_download_btn.png') top left no-repeat;
}
#digital-download-partners {
	margin-top:20px;
	height:110px;
	position:relative;
}
#digital-download-partners h4 {
	margin-bottom:8px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#ccc;
	text-shadow: 0px 0px 10px #000;
	filter: dropshadow(color=#000, offx=0, offy=0);
}
.logo-ddp {
	margin:0 auto 5px;
	overflow:hidden;
	text-indent:-30000em;
	background-image:url('../images/logos_digital_download_partners.png');
}
#digital-download-partners .logo-playstation {
	width:164px;
	height:28px;
	background-position:0px 0px;
}
#digital-download-partners .logo-xbox {
	width:74px;
	height:26px;
	background-position:0px -36px;
}
#digital-download-partners .logo-vudu {
	width:53px;
	height:25px;
	background-position:-93px -35px;
}
/* ---- Locations ---- */
.location-block {
	width:96%;
	margin:0 auto 10px;
	background:transparent url('../images/bg_black_trans_70.png') top left repeat;
}
.location-block-wrapper {
	padding:5px 20px;
}
.location-block .coordinates {
	text-align:left !important;
	line-height:20px;
	margin:5px 0;
	padding:0 0 5px;
	background:transparent url('../images/border_chalk_brown.png') bottom left no-repeat;
}
.location-block .coordinates span {
	display:block;
	font-size:22px;
	font-weight:700;
	line-height:22px;
	color:#AC8672;
}

/* ---- Content Blocks ---- */
.content-block {
	background-image:none !important;
	height:auto !important;
	width:100% !important;
}
.content-block-wrapper {
	position:relative;
	padding-bottom:20px;
}
.content-block img {
	display:block;
	float:left;
	width:38%;
}
.content-block .title {
	font-size:15px;
	text-decoration:none;
	color:#AC8672;
}
.content-block .subtitle {
	font-size:14px;
	color:#bbb;
}
.content-block .content-description {
	font-size:12px;
}
.content-block h3,
.content-block .subtitle,
.content-block .content-description {
	display:block;
	float:right;
	width:58%;
}
.content-block-wrapper .share-url { display:none; }
.content-block-wrapper .icon {
	display:block;
	position:absolute;
	top:5px;
	left: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'); }

/* ---- Screenings ---- */
#parallax-bg { clear:both; }
#content-overlay { display:block !important; }
#content-overlay .layout-standard,
#content-overlay .overlay-nav, 
#content-overlay .overlay-close{ display:none; }
#content-overlay .layout-screenings {
	width:96%;
	margin:0 auto;
}
.screenings-wrapper { padding:10px; margin-top:-10px; }
.screenings-wrapper .screenings-title {
	padding:0px 20px 10px;
	text-transform:uppercase;
	color:#fff;
	font-style:normal;
	font-weight:700;
	font-size:14px;
}
.screenings-wrapper .screenings-title span {
	color:#AC8773;
}
.screenings-wrapper .screenings-table {
	width:100%;
}
.screenings-wrapper .screenings-table tr th {
	padding:6px 5px;
	text-align:left;
	font-size:11px;
	font-weight:700;
	font-style:normal;
	color:#AC8773;
}
.screenings-wrapper .screenings-table tr td {
	padding:5px 5px;
	text-align:left;
	font-size:12px;
	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:40px; }
.screenings-wrapper .screenings-table .theater { display:none; }
.screenings-wrapper .screenings-table .city { /*width:135px;*/ }
.screenings-wrapper .screenings-table .tickets { width:80px; 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 {
	padding-top:2px;
	background:transparent url('../images/border_chalk_brown.png') top center no-repeat;
}

/* ---- hide shares ---- */
.social {
	display:none;
}
/* ---- Misc Utility Styles ---- */
.brightcove-wrapper {
	width:100%;
	height:100%;
}
.brightcove-wrapper span {
	display:block;
	width:100%;
	height:100%;
}
.clear-fix {
	clear:both;
}