@charset "UTF-8";
/* CSS Document */

/* Font Attributes */

@font-face
{
font-family: Frutiger;
src: url('fonts/Frutiger-Roman.eot') format('embedded-opentype'); /* EOT file for IE */
src: url('fonts/Frutiger-Roman.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: Frutiger-Italic;
src: url('fonts/Frutiger-Italic.eot') format('embedded-opentype'); /* EOT file for IE */
src: url('fonts/Frutiger-Italic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: Frutiger-Bold;
src: url('fonts/Frutiger-Bold.eot') format('embedded-opentype'); /* EOT file for IE */
src: url('fonts/Frutiger-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face
{
font-family: Frutgier-BoldItalic;
src: url('fonts/Frutiger-BoldItalic.eot') format('embedded-opentype'); /* EOT file for IE */
src: url('fonts/Frutiger-BoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



/* Page and General Attributes */

html, body {
	font-family: Frutiger, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #372c1e;
	background-image: url(images/bg.jpg);
	background-size: 100%;
	background-position: center 50%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: 18px;
	height: 100%;
}

strong {
	font-family: Frutiger-Bold;
}

em {
	font-family: Frutiger-Italic;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #e93514;
}



/* Common Framework */

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#header {
	height: auto;
	display: table;
	border: none;
	padding: 0;
	margin: 0 auto;
	background-image:url(images/bg_nav.gif);
	background-repeat: repeat-x;
	background-color: #b43217;
	position: relative;
	z-index: +10;
}

#content-wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	overlow: hidden;
	top: -40px;
	padding-bottom: 60px;
}

.nobanner {
	padding-top: 80px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
}

#sidebar {
	float: left;
	width: 25%;
	overflow: visible;
	position: relative;
	min-width: 180px;
	margin-left: 10px;
}

.title-tag {
	position: relative;
	width: 100%;
	float: left;
	min-width: 180px;
	min-height: 35px;
	font-size: 22px;
	background: url(images/title-tag.png) right;
	padding: 35px 0 30px 20px; 
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#main {
	float: left;
	width: 69%;
	position: relative;
	overflow: auto;
	padding: 0 1% 60px;
	background: url(images/white-screen-rev.png) top right no-repeat;
	-ms-background-position-x: right;
	-ms-background-position-y: top;
	background-size: 80% 80%;
	border-radius: 6px;
	-moz-border-radius: 6px;
}



/* Common Elements */

#logo {
	position: absolute;
	background: url(images/duoart_logo.png);
	z-index: +99;
	width: 280px;
	height: 90px;
}

#banner {
	width: 100%;
	margin: 0;
	background: center;
	overflow: hidden;
	top: -90px;
	position: relative;
	height: 300px;
	padding: 0;
}

.tag {
	position: absolute;
	font-size: 15px;
	background: url(images/red-tag.png) no-repeat;
	padding: 17px 20px 30px 60px; 
	right: -5px;
	top: -5px;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.footer-content {
	max-width: 920px;
	padding: 15px 20px 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #777;
	line-height: 24px;
}

.content {
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.content:last-child {
	margin-bottom: 0;
	border: none;
}

#contact-info, #film-specs {
	position: relative;
	font-size: 12px;
	line-height: 20px;
	padding: 20px;
	top: 20px;
}

.box-content {
	position: relative;
	width: 85%;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	background-image: url(images/white_alpha.png);
    border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 60px 7% 30px;
}

.box-content.contact {
	font-size: 14px;
	line-height: 20px;
	padding-top: 40px;
}

.box-content.contact .col {
	float: left;
	width: 50%;
}

.box-content.contact .col h3 {
	margin-top: 0;
}

#notag {
	padding: 30px 7% 20px;
}

.nobanner {
	margin-top: 45px;
}

/* IE rgba() hack */
#banner span {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;
}

#banner span {
	width: 100%;
	position: absolute;
	padding: 1% 5%; 
	background: rgba(0,0,0,0.3);
	font-size: 16px;
	bottom: 0;
	left: 0;
}



/* Menus and Navigation */

.nav ul ul {
	display: none;
}

.nav ul li:hover > ul {
	display: block;
}
	
.nav ul {
	padding: 0;
	margin: 0; 
	list-style: none;
	position: relative;
	display: block;
	white-space:nowrap;
	font-size:0;
}
	
.nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.nav ul li {
	display: inline-block;
	height: 90px;
	font-size: 16px;
	line-height: 130px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	white-space: nowrap;
}
	
.nav ul li:hover {
	background: #fff;
}

.nav ul li:hover a {
	color: #c43d1c;
}
	
.nav ul li a {
	padding: 0 15px; 
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav ul li:first-child a {
	width: 300px;
	text-align: right;
}

.nav .current {
	background-color: #b43217;
}

.nav ul ul {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, .75);
	padding: 0;
	position: absolute;
	top: 90px;
}
	
.nav ul ul li {
	display:block;
	float: none; 
	border-left: none;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	height: auto;
}
		
.nav ul ul li a {
	padding: 15px 15px 12px;
	border-top: 1px solid #c43d1c;
}	

.nav ul ul li a:hover {
	background-image: url(images/bg_nav.gif);
	background-position: bottom;
	border-color:transparent;
	color: #fff;
}

.nav ul ul li:first-child a {
	width: auto;
	text-align: left;
}

.linkedin, .imdb {
	display: inline-block;
	background-image: url(images/social_logos.gif);
	height: 25px;
	margin: -9px 10px 0 0;
	vertical-align: middle;
}
	
.linkedin {	
	width: 88px;
	background-position: 0 0;	
}

.linkedin:hover {
	background-position: 0 -25px;
}

.imdb {
	width: 52px;
	background-position: -90px 0;
}

.imdb:hover {
	background-position: -90px -25px;
}

.linkedin span, .imdb span {
	display:none;
}

.footer-content div {
	display: inline-block;
	white-space: no-wrap;
}

.footer-content .site-credit {
	clear: both;
	display: block;
	font-size: 9px;
}

#footer a {
	color: #777;
	text-decoration: none;
}

.content a, .custom-submit {
	line-height: 32px;
	padding: 6px 15px;
	background: #b43217;
	border-radius: 12px;
	-moz-border-radius: 12px;
	font-size: 12px;
	text-decoration: none;
}

.content a:hover, .custom-submit:hover {
	background-color: #e93514;
	color: #fff;
}

a:active, a:selected, a:visited { 
    border: none;
    outline: none;
}

.content a.hyperlink {
	padding: 0;
	background: none;
	line-height: 18px;
	font-size: 13px;
}


/* Form Elements */

form {
	width: 70%;
	padding-top: 15px;
}

input, textarea {
	width: 100%;
	background: url(images/white_alpha2.png);
	border: 1px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 5px;
	font-family: Frutiger, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

.custom-submit {
	width: auto;
	color: #fff;
	font-size: 13px;
	line-height: 12px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
}



/* Home Page Specific */

.col-table {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing: 15px;
	margin-top: -20px;
}

.col-row {
	display:table-row;
}

.col-cell, .col-cell2 {
	display: table-cell;
	width: 70%;
	min-width: 225px;
	background-image: url(images/white_alpha.png);
    border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	vertical-align:top;
}

.col-cell2 {
	font-size: 13px;
	line-height: 1.5;
	width: 30%;
}

.col-content {
	position: relative;
	padding: 50px 7% 5%;
	background: url(images/white-screen.png) no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.col-cell2 .col-content {
	padding-top: 60px;
}

ul#film-thumbs {
	padding: 0;
	margin: 10px 0 3px -2px;
}

ul#film-thumbs li {
	padding: 2px;
	margin: 0;
	list-style: none;
	display: inline;
}



/* Films Page Specific */

.content img {
	float:left;
	margin: 0 30px 30px 0;
}

.logline {
	overflow:hidden;
	min-width: 250px;
}

.video-wrapper {
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	margin-top: 10px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder {
	position: relative;
	width: 99%;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
}


@media screen and (max-width: 800px) {
	
	body {
		background-size: 150%;
	}
	
	#header {
		height: auto;
		display: block;
	}
	
	#logo {
		position: relative;
		height: 97px;
	}
	
	#sidebar {
		width: 93%;
		float: none;
	}
	
	.title-tag {
		display:none;
	}
	
	.tag {
		font-size: 14px;
		padding: 15px 20px 30px 60px;
		background-position: left -3px;
	}

	#main {
		width: 93%;
		float: none;
		margin-top: 7px;
		padding: 0 3%;
	}
	
	.box-content {
		margin-right: 0;
	}
	
	.placeholder {
		width: auto;
		margin-right: 0;
	}
	
	#banner {
		background: center;
		background-size: auto 220px;
		top: 0;
		height: 220px;
	}
	
	#banner span {
		font-size: 14px;
	}
	
	.nav {
		position: relative;
		padding-bottom: 7px;
	}	
	
	.nav ul {
		width: 95%;
		padding: 0;
		position: relative;
		margin: 0 3%;
		background: #e93514 url(images/menu-icon.png) no-repeat right 6px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		line-height: 14px;
		height: auto;
	}
	
	.nav ul li {
		float: none;
		height: auto;
		font-size: 18px;
		line-height: normal;
		border: none;
		padding: 10px 0;
		display: none; /* hide all <li> items */
		margin: 0;
	}
	
	.nav ul li a {
		color: #fff;
	}
	
	.nav .current {
		display: block; /* show only current <li> item */
		background: none;
	}
	
	.nav ul ul {
		z-index: -1000;
		top: -1000px;
	}

	.nav ul li:first-child a {
		width: auto;
		text-align: left;
	}
	
	.nav .current a {
		background: none;
		color: #fff;
	}

	/* on nav hover */
	
	.nav ul:hover {
		background-image: none;
	}
	
	.nav ul:hover li {
		display: block;
		margin: 0;
		background: #e93514;
		border-top: 2px solid #b43217;
	}
	
	.nav ul:hover li:first-child {
		border-radius: 6px;
		-moz-border-radius: 6px;
		border: 0;
	}
	
	.nav ul:hover li:last-child {
		border-bottom-left-radius: 6px;
		-moz-border-bottom-left-radius: 6px;
		border-radius-bottomleft: 6px;
		border-radius-bottomright: 6px;
	}
	
	.nav ul:hover li a {
		color: #fff;
	}
	
	.nav ul:hover .current {
		background: #e93514 url(images/tick-icon.png) no-repeat right 6px;
	}
	
	#content-wrapper {	
		top: 0;
		padding-bottom: 30px;
	}
	
	#footer {
		position: relative;
	}
	
	.nobanner {
		padding-top: 5px;
	}
	
	.col-table {
		display: block;
		margin-top: 7px;
		background: url(images/white-screen-rev.png) top right no-repeat;
		background-size: 60% 60%;
		border-radius: 6px;
		-moz-border-radius: 6px;
		width: 93%;
		padding: 0 3%;
	}

	.col-row {
		display: block;
		padding-top: 1px;
	}

	.col-cell, .col-cell2 {
		display: block;
		width: auto;
		height: auto;
		min-width: 0;
		margin: 0;
		margin-top: 14px;
	}

	#trailer {
		position: absolute;
		z-index: -1000;
		top: -1000px;
	}
	
	.content img {
		float:left;
		margin: 0 25px 25px 0;
	}

}

@media screen and (max-width: 560px) {
	
	body {
		background-size: 200%;
	}
	
	#header {
		padding: 1px;
	}
	
	#logo {
		border-radius: 6px;
		-moz-border-radius: 6px;
		margin: 7px 3% 0;
	}
	
	#sidebar {
		width: 94%;
		float: none;
	}

	#main {
		width: 94%;
		float: none;
		background: none;
		margin-top: 7px;
		padding: 0 3%;
	}
	
	.col-table {
		background: none;
		border: none;
		width: 94%;
	}
	
	.content img {
		float: none;
		margin: 0 15px 15px 0;
	}
	
	#banner {
		background: center;
		background-size: auto 170px;
		top: 0;
		height: 170px;
	}
	
	#banner span {
		font-size: 12px;
	}
	
	.box-content.contact .col {
		width: 100%;
	}
}