﻿/*---------------------- RESET ---------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-spacing: 0;
}


/*-----------------------FONTS----------------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------------BASICS---------------------------*/
body { font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif; background: #f3f3f3 url(../images/background.jpg) no-repeat; font-size: 12px }
@media only screen and (max-device-width: 1024px) {
	body { background-image: url(../images/background-ios.jpg) }
}

/*
th { padding: 5px 0; border-bottom: 2px solid #ccc; text-align: left }
td { padding: 5px 5px 5px 0; border-bottom: 1px solid #ddd }
*/

strong { font-weight: bold }

th { padding: 5px 5px 5px 0; text-align: left; font-weight: bold }
td { padding: 5px 0 }

h1, h2, h3, h4, h5, h6 { clear: both; }
h1, h2 { letter-spacing: 0 }

h2.headline { font: 30px 'BebasNeueRegular', Arial, sans-serif; color: #000; text-shadow: 0px 2px 0 #fff; margin: 20px 0 }

a { color: #fff; text-decoration: none; }
p a, p a:hover, p a:active, p a:visited { color: #838383 }


p { font-size: 11px; line-height: 16px; margin: 2px 0; color: #838383 }

.clear { clear: both }

.radius-2 {
border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.radius-3 {
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.radius-5 {
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.radius-4 {
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.bottom-radius-2 {
-webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px;
-moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px;
border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
}
.bottom-radius-4 {
-webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
}
.top-radius-4 {
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px;
}

.col { width: 459px; float: left; padding: 0 10px }

.arrow-link { padding-left: 14px; background: url("../images/sprites.png") no-repeat scroll 0 -303px transparent }

#wrapper { width: 980px; margin: 0 auto 40px auto; padding: 0 20px; }

label { float: left; margin-bottom: 5px; font-weight: bold }
input { width: 220px; margin-top: 5px; width: 200px; color: #666; border-radius: 2px; border: 1px solid #aaa }
textarea { color: #666; border-radius: 2px; border: 1px solid #aaa; overflow: auto  }
input[type=checkbox] { width: auto !important }
button { float: left; clear: both; cursor: pointer; 
background: url("../images/gradient-sprites.png") repeat-x scroll 0 -290px transparent; border: none; font-size: 11px; color: #fff; text-shadow: 0 1px 0 #624A02; padding: 5px;
border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

p.error { color: #C91010 }
p.success { font-weight: bold; color: #000 }

.hidden { visibility: hidden }

/*---------------HEADER / FOOTER-------------------------*/
#header, #footer { width: 980px }
#main-menu, #footer { background: #2a2a2a }
#header { margin-bottom: 20px; width: 1025px }
#header h1 { background: url(../images/header.png) no-repeat; height: 140px; text-indent: -9999px; outline: 0 }
#header h1 a { display: block; width: 980px; height: 140px; outline: none } 
#header #login { float: right; position: relative; height: 32px; margin: 10px; border: 1px solid #181818; background: #262626;
-webkit-box-shadow: 1px 1px 0 #454545 inset, -1px -1px 0 #454545 inset; 
-moz-box-shadow: 1px 1px 0 #454545 inset, -1px -1px 0 #454545 inset; 
box-shadow: 1px 1px 0 #454545 inset, -1px -1px 0 #454545 inset
}
#header #login a.login-btn { padding: 3px 10px 4px 10px; line-height: 30px }
#header #login a.login-btn span { background: url("../images/sprites.png") no-repeat scroll 0 -281px transparent; display: block; float: right; width: 20px; height: 20px; margin: 6px }
#header #login a.login-btn.opened span { background-position: 0 -259px }

#login-popup { 
display: none;
position: absolute; top: 50px; right: 0; z-index: 1000;
background: #ebebeb; padding: 10px; min-width: 205px; text-shadow: 0 1px 0 #fff;
border: 1px solid #fff;
-moz-box-shadow: 0px 3px 10px rgba(0,0,0,30);
-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,30);
box-shadow: 0px 3px 10px rgba(0,0,0,30);
}

#login-popup button { margin-right: 5px }
#login-popup .links, form .links { clear: both; float: left; margin-top: 10px; line-height: 18px }
#login-popup .links a, form .links a { color: #707070 }
#login-popup .links:before { 
position: absolute; top: -10px; right: 20px;
display: block; width: 20px; height: 20px;
content: "";
background: url("../images/sprites.png") no-repeat scroll -246px 0 transparent 
}

#main-menu { width: 980px; height: 54px; background: url(../images/gradient-sprites.png) 0 0 repeat-x }

#twitter-feed { width: 980px; height: 41px; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2); margin-top: 5px; overflow: hidden }
#twitter-feed img { float: left; padding: 3px }
#twitter-feed #feed-container { position: relative; margin-left: 45px  }
#twitter-feed #feed-container ul { width: 10000px; line-height: 38px; position: absolute; left: 0 }
#twitter-feed #feed-container ul li { float: left; padding-right: 10px; color: #fff; font-style: italic; display: none; font-size: 13px }
#twitter-feed #feed-container ul li:first-child { display: block }
/*#twitter-feed ul li .datestamp { margin-top: -25px; font-size: 8px; font-style: normal }*/
#twitter-feed #feed-container ul li a { font-weight: bold; font-style: normal; color: #fff }

ul.navigation { margin-left: 10px }
ul.navigation li { float: left; color: #fff; font-family: 'BebasNeueRegular', Arial, sans-serif; font-size: 30px; line-height: 57px; margin-right: 40px; text-shadow: 0px 2px 0 #000 }

#footer { clear: both; float: left; position: relative; margin: 40px 0;height: 148px; min-height: 148px; color: #444; background: url("../images/gradient-sprites.png") repeat-x scroll 0 -141px transparent }
#footer #copyright a, #footer #copyright a:visited, #footer #copyright a:active, #footer #copyright a:hover { font-size: 10px; color: #8c8c8c }
#footer ul.navigation { margin: 0 auto; width: 440px; padding-left: 65px }
#footer p { clear: both; width: 100%; text-align: center; font-size: 10px }
#footer a.back-to-top { display: block; position: absolute; top: -30px; right: 20px; text-indent: -9999px; outline: 0; width: 61px; height: 61px; background: url("../images/sprites.png") no-repeat scroll 0 0 transparent }
#footer a.back-to-top:hover { background-position: -65px 0 }
#footer .social { clear: both; width: 440px; margin: 0 auto; padding-left: 225px; margin-bottom: 10px; }
/*#footer .social .fb_ltr { height: 22px !important; width: 60px }*/
#footer .social .twitter-follow-button { width: 200px !important }

.button { text-align: center; line-height: 20px; height: 24px;  }

.error { color: #9d150d }
.delete { color: #f00 }
.delete:hover { text-decoration: underline }

.preloader { display: none; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #000 }

.actions { float: left; clear: both; margin : 20px 0; text-align: right; width: 100% }

/*----------------PODS------------------------------*/
.pod { 
background: #fff;
padding: 10px;
-webkit-box-shadow: 1px 1px 0 rgba(255,255,255, 0.6) inset, -1px -1px 0 rgba(255,255,255, 0.6) inset, 0 0 7px rgba(0,0,0,0.3); 
-moz-box-shadow: 1px 1px 0 rgba(255,255,255, 0.6) inset, -1px -1px 0 rgba(255,255,255, 0.6) inset, 0 0 7px rgba(0,0,0,0.3); 
box-shadow: 1px 1px 0 rgba(255,255,255, 0.6) inset, -1px -1px 0 rgba(255,255,255, 0.6) inset, 0 0 7px rgba(0,0,0,0.3);
background: rgba(255,255,255,0.6);
margin-bottom: 20px;
overflow: auto;
}

.pod a { color: #000 }

.pod .inner-pod { 
background: #ebebeb; overflow: auto; 
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(255, 255, 255, 0.6) inset;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(255, 255, 255, 0.6) inset;
}

.pod.listing { color: #000; padding: 0 }
.pod.listing .items { margin: 5px 0; float: left }
.pod.listing .item { background: #fff; margin: 2px 10px; width: 960px; float: left; position: relative }
.pod.listing .item .more { float: right; margin: 5px; display: block; height: 186px; width: 35px; text-indent: -9999px; outline: 0; 
background: url("../images/pod-icons.png") no-repeat scroll -62px center #e5e5e5;
border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 -2px 0 #b2b2b2 inset
}
.pod.listing .item .more:hover { background-color: #ccc }




.pod.listing .item h2 { font-size: 20px; font-weight: bold }

.pod.listing.movies .movie .poster { float: left; padding: 5px }
.pod.listing.movies .movie .synopsis { float: left; padding: 5px; width: 760px }
.pod.listing.movies .movie .release-date { font-weight: bold }

.pod.listing.press-releases .press-release { float: left; padding: 10px 5px 10px 10px; width: 900px; height: 176px; overflow: hidden }
.pod.listing.press-releases .press-release h2 { margin-bottom: 10px }
.pod.listing.press-releases .press-release .release-date { margin-bottom: 10px }
.pod.listing.press-releases .press-release img { float: right; margin: 0 0 10px 10px }
.pod.listing.press-releases .press-release .l-col { float: left; width: 495px; padding-right: 10px }
.pod.listing.press-releases .press-release .l-col img { float: left; margin: 20px 0 0 0 }
.pod.listing.press-releases .press-release .r-col { float: left; width: 395px }

.pod.listing.press-releases .press-release.single { height: auto; width: 940px }
.pod.listing.press-releases .press-release.single .l-col { width: 540px; padding-right: 10px }
.pod.listing.press-releases .press-release.single .r-col { width: 390px }

.pod.listing .news-pod { display: none; background: #fff; color: #838383; margin: 5px 10px; padding: 5px; overflow: hidden }
.pod.listing .news-pod .image { width: 80px; float: left }
.pod.listing .news-pod .image img { width: 80px }
.pod.listing .news-pod .news-story { float: left; width: 200px; margin-left: 10px; min-height: 125px }
.pod.listing .news-pod .news-story .type { font-size: 12px; font-weight: bold; text-transform: uppercase }
.pod.listing .news-pod .news-story .date { font-style: italic }
.pod.listing .news-pod .news-story h2 { margin: 2px 0; margin: 4px 0 8px 0; font-weight: bold; font-size: 14px; color: #000 }
.pod.listing .news-pod .news-story h2 a { color: inherit }

.pod .content-wrapper { width: 500px; margin: 0 auto; padding: 10px 0 }

/*-------------FRONTPAGE ---------------------------*/
#movie-highlights { float: left }
#movie-highlights .pod .more { margin: 0 10px 10px 10px; overflow: auto; display: none }
#movie-highlights .pod .button { 
width: 80px; float: left; text-shadow: 0 1px 0 #624a02;
background: url("../images/gradient-sprites.png") repeat-x scroll 0 -290px transparent
}
.pod .share { float: right }
.pod .share a { 
background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
float: left; text-indent: -9999px; outline: 0; display: block; width: 25px; height: 25px; margin-left: 5px
}
.pod .share a.facebook { background-position: -187px 0 }
.pod .share a:hover.facebook { background-position: -215px 0 }
.pod .share a.twitter { background-position: -133px 0px }
.pod .share a:hover.twitter { background-position: -159px 0 }

#news { position: relative } 
#news .pager-nav { float: right; margin: 10px }
#news .pager-nav .news-prev, #news .pager-nav .news-next { 
float: left; display: block; width: 60px; height: 25px; margin-left: 5px; 
background: url("../images/sprites.png") no-repeat scroll 0 0 transparent 
}
#news .pager-nav .news-prev span, #news .pager-nav .news-next span { display: none }

#news .pager-nav .news-prev { background-position: -253px -34px }
#news .pager-nav .news-next { background-position: -325px -34px }
#news .pager-nav .news-prev:hover { background-position: -193px -34px }
#news .pager-nav .news-next:hover { background-position: -385px -34px }
#news .preloader { position: absolute; left: 43%; top: 47% }

#news-container { float: left; clear: both; min-height: 566px }


.pod.side { float: right; width: 320px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2) }
.pod.wide { clear: both; float: left; width: 980px; background: rgba(0,0,0,0.2) }
.pod.side .top-bar, .pod.side .bottom-bar { width: 318px }
.pod.wide .top-bar, .pod.wide .bottom-bar { width: 978px }

.highlight  { float: left; margin-bottom: 20px }
.highlight.last { margin-left: 20px }
.highlight .inner { position: relative; overflow: hidden }
.highlight .inner .image { display: block; text-align: center }
.highlight .movie-info { position: absolute; left: 0; bottom: 1px; width: 100%; background: #000; background: rgba(0,0,0,0.6) }
.highlight .movie-info h2 { color: #fff; font-size: 20px; font-weight: bold; padding: 10px 0 5px 10px }
.highlight.small .movie-info h2 { font-size: 16px }
.highlight.large .inner { width: 620px }
.highlight.large .inner .image { width: 620px }
.highlight.large .movie-info h2 { font-size: 22px }
.highlight .movie-info p { padding: 0 0 6px 10px; color: #d7d7d7; font-size: 12px }

.highlight.small .inner { width: 290px; min-height: 195px }
.highlight.small .inner img { /*width: 490px; margin-left: -90px*/ }

.highlight a { color: #fff }

.top-bar, .bottom-bar { background: url("../images/gradient-sprites.png") repeat-x scroll 0 -54px transparent; height: 45px; clear: both; float: left }
.top-bar { margin: 1px 1px 0 1px }
.top-bar h2 { float: left; padding: 5px 0 5px 10px; font: 30px 'BebasNeueRegular', Arial, sans-serif; color: #fff; text-shadow: 0px 2px 0 #000 }
.top-bar ul.sort { float: right; margin-right: 4px }
.top-bar ul.sort li { float: left; height: 25px; margin: 10px 5px 0 0; padding: 0 10px; line-height: 20px;
-webkit-box-shadow: 0 1px 0 #121931; -moz-box-shadow: 0 1px 0 #121931; box-shadow: 0 1px 0 #121931;
background: url("../images/gradient-sprites.png") repeat-x 0px -314px transparent
}
.top-bar ul.sort li.selected { -moz-box-shadow: none; box-shadow: none; -webkit-shadow: none; background: none #2e3d6e; }

.bottom-bar { margin: 0 1px 1px 1px; text-align: center }
.bottom-bar div.button { width: 160px; margin: 8px auto; 
 -moz-box-shadow: 0 1px 0 #111; box-shadow: 0 1px 0 #111;  -webkit-box-shadow: 0 1px 0 #111;
 background: url("../images/gradient-sprites.png") repeat-x 0px -314px transparent
}
.bottom-bar div.button a { display: block; color: #fff; width: 160px; height: 24px }

.top-bar ul.sort li, .bottom-bar div.button { text-shadow: 0px 1px 0 #121931 }
.top-bar ul.sort li:hover, .bottom-bar div.button:hover {
-webkit-box-shadow: 1px 1px 0 #536298 inset, -1px -1px 0 #536298 inset, 0 1px 0 #111;
-moz-box-shadow: 1px 1px 0 #536298 inset, -1px -1px 0 #536298 inset, 0 1px 0 #111; 
box-shadow: 1px 1px 0 #536298 inset, -1px 0 -1px #536298 inset, 0 1px 0 #111
}

.extras { position: absolute; left: 145px; bottom: 5px }
.extras a { display: block; float: left; background: #e5e5e5; color: #838383; padding: 7px 10px; margin-right: 5px; text-transform: uppercase; font-size: 10px }


/* --------------------ABOUT US---------------------- */
.pod.wide.about-us { background: #fff }
.about-us .employees { background: #fff; padding: 10px 0; float: left; clear: both }
.about-us #contact { margin-top: 10px; padding-bottom: 10px; }

.about-us .employees div:first-child.col { border-right: 1px dotted #111 } 
.about-us .employees .col { width: 469px }

.about-us div.person  { float: left; margin-top: 50px }
.about-us div:first-child.person { margin-top: 0 }
.about-us .person  .image { float: left }
.about-us .person .info { float: left; width: 318px; margin-left: 10px }
.about-us .person .info h4 { font-size: 20px }
.about-us .person .info .job-title { font-weight: bold; color: #000 }
.about-us .person .info p { margin: 5px 0 }
.about-us .person .info .email { margin-top: 20px }
.about-us .person .info .email em, .about-us .person .info .phone em { font-weight: bold; width: 35%; float: left; color: #000 }
.about-us .person .info .email a, .about-us .person .info .phone span { width: 65%; float: left }
.about-us .person .info .email a { font-style: italic; text-decoration: underline; color: #000 }

#contact { padding: 0 10px 20px 10px }
#contact-form .feedback { display: none }
#contact-form form .field-wrapper { width: 198px }
#contact-form form .field-wrapper textarea { width: 428px; height: 118px; margin-top: 5px; resize: vertical }

/*------------------FORMS  ----------------------------*/
.content-wrapper h2, .content-wrapper p, .content-wrapper form { margin: 10px 0; float: left; clear: both }
form .field-wrapper { float: left; width: 220px; margin-right: 30px }

/*-------------------MOVIE HERO PAGE------------------*/
#hero { width: 960px }

.teaser { background: #fff; font-weight: bold; position: relative }
.teaser, .teaser p { color: #000 }
.teaser h2 { font-size: 30px; padding: 10px 0 5px 0; margin-left: 10px }
.teaser p { font-size: 16px; padding: 0 0 10px 0; margin-left: 10px }

#hero .teaser .share { position: absolute; bottom: 16px; right: 16px; z-index: 999 }

.description { background: #fff; padding: 10px 0; margin-top: 10px; overflow: auto }
.description  .col.right { border-left: 1px dotted #111; min-height: 300px } 
.description .poster { float: left; width: 130px }
.description .poster .fb-like { margin-top: 20px }
.description .synopsis { float: left; margin-left: 10px; width: 300px }
.description .synopsis h5 { font-weight: bold; margin: 5px 0 }
.description table { width: 100% }
.description table td { color: #838383 }
.description a { font-style: italic; text-decoration: underline }
.warner-btn { color: #666 !important; background: none repeat scroll 0 0 #EEE162; border: 1px solid #EDD745; border-radius: 4px 4px 4px 4px; display: inline-block; font-size: 11px; font-style: normal !important; margin: 10px 0; padding: 14px 10px; text-decoration: none !important; text-transform: uppercase; }

.carousel-nav .button { 
background: url("../images/sprites.png") repeat-x scroll 0 0 transparent; display: block; margin: 10px 5px; float: left; width: 100px; height: 36px; 
}
.carousel-nav .button span { display: none }
.carousel-nav .show-trailers { background-position: -84px -69px }
.carousel-nav .show-trailers:hover {  background-position: -84px -144px }
.carousel-nav .show-trailers.selected, .carousel-nav .show-trailers.selected:hover { background-position: -84px -106px  }
.carousel-nav .show-images { background-position: -185px -69px }
.carousel-nav .show-images:hover {  background-position: -185px -144px }
.carousel-nav .show-images.selected, .carousel-nav .show-images.selected:hover { background-position: -185px -106px }
.carousel-nav .img-download { background-position: -286px -69px; width: 110px }
.carousel-nav .img-download:hover { background-position: -286px -144px }
.carousel-nav .carousel-prev { width: 34px; background-position: -397px -69px }
.carousel-nav .carousel-prev:hover { background-position: -397px -144px }
.carousel-nav .carousel-next{ width: 34px; background-position: -432px -69px }
.carousel-nav .carousel-next:hover { background-position: -432px -144px } 

.item-counter { float: left; height: 34px; line-height: 34px; margin: 10px 5px }

#carousel  #nav-press-images, #carousel  #nav-trailers { float: left; margin-left: 195px }

#carousel { position: relative; width: 960px; /*height: 586px;*/ height: auto; overflow: hidden }
#carousel ul#press-images { width: 10000px; display: none }
#carousel ul#press-images li { float: left; width: 960px; height: 530px; overflow: hidden; background: #000; text-align: center }
#carousel ul#trailers { width: 960px; display: block }
#carousel ul#trailers li { display: none }
#carousel .movie-info { clear: both; height: 55px; width: 100%; background: #000; color: #fff; text-shadow: 0 1px 0 #000; margin-top: -1px }
#carousel .movie-info .carousel-nav { float: left; margin-left: 5px }
#carousel .movie-info .share { margin: 15px }
/*#carousel .movie-info .carousel-nav .img-download { display: none }*/
#carousel  #nav-press-images { display: none }

#carousel .trailer-name { position: absolute; bottom: 23px; left: 550px; color: #fff }

.download { float:left; overflow: hidden; width: 212px; height: 184px; background: #fff; margin: 4px 10px 16px 10px; padding: 6px }
.download .info { 
background:  url("../images/sprites.png") no-repeat scroll -300px -189px #e5e5e5; 
height: 30px; margin-top: 5px; padding: 5px 20px 5px 5px; overflow: hidden;
-moz-box-shadow: 0 1px 0 #b2b2b2; -webkit-box-shadow: 0 1px 0 #b2b2b2; box-shadow: 0 1px 0 #b2b2b2;
}
.download .info h3 { color: #000; font-size: 10px }
.download .info p { font-size: 10px ; line-height: 12px }
.download .preview { height: 138px; overflow: hidden; text-align: center }
.download .preview img { height: 138px }

.additional-info { margin-top: 20px; color: #838383; font-size: 11px; border-top: 1px solid #EEEEEE; padding-top: 20px; line-height: 18px }
.additional-info  ul, .additional-info  ol { margin: 10px 0 }
.additional-info  ul { list-style: disc inside } 
.additional-info  ol { list-style: decimal inside }

/*-------------------MOVIE HERO PAGE------------------*/
.download.extmedia-link{ background:#e5e5e5;"}
.extmedia-link .extlink{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	padding-top: 80px;
} 