@charset "utf-8";

/* basic CSS
------------------------------------------------ */
body {
	width: 50000px;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(../../images/index/back.png);
	background-repeat: repeat-x;
	background-color: #610d0c;
	line-height: 1.3;
}
ol {}
ul {}
img { border: none; }
p {
	padding: 2px 0; /* IE < 8 Bug: border-bottom wird nicht angezeigt */
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover , a:active { color: #fff; }
.a_active { color: #fff; }
.div_clear { clear: both; }
h1 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
h2 {
	margin: 0 0;
	font-size: 13px;
}
h3 {
	margin: 0 0;
	font-size: 11px;
}
h4 {
	margin: 0 0;
	font-size: 11px;
}

/* CSS for text from rte in CMS
------------------------------------------------ */
.rte {
	color: #000;
	font-size: 12px;
}
.rte p {
	padding: 0;
	margin: 0 0 10px 0; 
}
.rte h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
.rte h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
}
.rte h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.rte a {
	color: #CD221A;
}
.rte a:hover, .rte a:active {
	color: #000;
}

/* NAV
------------------------------------------------ */
#nav {
	position: fixed;
	top: 39px;
	left: 62px;
	z-index: 10000;
	cursor: pointer;
}
#nav .top {
	display: none;
	padding: 12px 0 1px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
	#nav:hover .top { display: block; }
	
#nav .site_navigation {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 4px;
}
#nav .arrow {
	position: absolute;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	top: -1px;
	background: url(../../images/index/menu/arrow.png) no-repeat;
	background-position: bottom left;
}
	#nav:hover .arrow { background-position: top left; }
	
#nav .menu {
	display: block;
	width: 200px;
	height: 18px;
	margin-bottom: 10px;
	color: #2f0606;
	text-indent: -99999px;
	background-image: url(../../images/index/menu/menu.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
	#nav .menu:hover { color: #e6632f; }
	
#nav .showreel { background-position: 0px 0px; }
#nav .showreel:hover, #nav .showreel[class~=active] { background-position: -200px 0px; }
#nav .portfolio { background-position: 0px -18px; }
#nav .portfolio:hover, #nav .portfolio[class~=active] { background-position: -200px -18px; }
#nav .in-development { background-position: 0px -36px; }
#nav .in-development:hover, #nav .in-development[class~=active] { background-position: -200px -36px; }
#nav .motiroti-team { background-position: 0px -54px; }
#nav .motiroti-team:hover, #nav .motiroti-team[class~=active] { background-position: -200px -54px; }
#nav .about-us { background-position: 0px -72px; }
#nav .about-us:hover, #nav .about-us[class~=active] { background-position: -200px -72px; }
#nav .press { background-position: 0px -90px; }
#nav .press:hover, #nav .press[class~=active] { background-position: -200px -90px; }

#nav_left {
	position: fixed;
	top: 341px;
	left: 0;
	z-index: 1000;
	display: none;
}
	#nav_left:hover { left: -4px; }
#nav_right {
	position: fixed;
	top: 341px;
	right: 0;
	z-index: 1000;
}
	#nav_right:hover { right: -4px; }

#nav2 {
	position: fixed;
	top: 2px;
	left: 597px;
	width: 250px;
	z-index: 10000;
	text-align: right;
	font-size: 11px;
	color: #E7642E;
}
	#nav2_text { float: left; margin-top: 34px; }
		#nav2 a { 
			color: #E7642E;
			display: block;
			height: 13px;
			padding: 0 0 9px;
			float: left;
			margin-left: 5px;
		}
		#nav2 a:hover { color: #BE211C; }
		#nav2 a.opened { color: #BE211C; cursor: default; }
	
	#nav2_text span { float: left; margin-left: 5px; }

	#donate_button { 
		width: 59px;
		height: 56px; 
		float: left; 
		margin-left: 5px;
		background-image: url(/assets/images/index/btnDonate.png);
		background-color: transparent;
		background-position: top center;
		background-repeat: repeat-x;
	}
		#donate_button a {
			background-color: transparent;
			display: block;
			width: 59px;
			color: #fff;
			margin: 33px 0 10px;
			height: 15px;
			text-align: center;
		}	
		#donate_button a:hover { color: #000; }	

/* SITE
------------------------------------------------ */
.site {
	float: left;
	width: 852px;
	margin: 58px 9px 0px 9px;
}
.site .area {
	position: relative;
	height: 621px;
	background: #000;	
}
.site .area .logo {
	position: absolute;
	margin: 17px 0 0 27px;
}
.site .bottom {
	margin-top: 14px;
}
.site .bottom .disclaimer {
	margin: 8px 58px;
	font-size: 9px;
	color: #be211c;
}
.site .bottom .disclaimer a {
	color: #be211c;
}
.site .bottom .disclaimer a:hover {
	color: #e7642e;
}
.site .bottom .design {
	float: right;
	margin: 0 58px;
	font-size: 9px;
	color: #be211c;
}

/* Lightbox */
#sb-body { background-color: #FFF; }

/* NEWS
------------------------------------------------ */
#news_bubble {
    position: absolute;
    top: 112px;
    left: 602px;
    width: 217px;
    min-height: 200px;
    color: #fff;
    background-image: url(../../images/index/10x10_trans90_black.png);
    border: 1px solid #2E2E2E;
    padding: 20px;
	z-index: 999;
	display: none;
}
#news_bubble a {
    color: #e7642e;
    text-decoration: none;
    font-size: 14px;
}
#news_bubble a:hover { color: #be211c; }

#news_bubble ul.items {
    list-style-type:none;
    padding: 0;
    margin: 0;
}
#news_bubble ul.items li {
    margin-top: 20px;
}
#news_bubble .close {
    position: absolute;
    top: 1px;
    right: 0px;
}

/* SITE 1
------------------------------------------------ */
.site_1 .vid_wrapper {
	position: relative;
	padding: 56px 45px 0px 58px;
	height: 565px;
}

.site_1 table {
	border-spacing: 0;
	border: none;
	border-collapse: collapse;
}
.site_1 table td {
	width: 107px;
	height: 132px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	vertical-align: top;
}

.site_1 .vid_wrapper .vid {
	position: relative;
	width: 94px;
	height: 116px;
	overflow: hidden;
}

.site_1 .vid_wrapper .vid .jw_safe {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/index/1x1-trans.gif);
}
.site_1 .vid_wrapper .vid_logo {
	position: absolute;
	width: 334px;
	height: 247px;
	left: 259px;
	top: 187px;
}

.site_1 .vid_wrapper .ticker {
	position: absolute;
	left: 58px;
	width: 736px;
	bottom: 16px;
	font-size: 11px;
	color: #fff;
}
.site_1 .vid_wrapper .ticker .head {
	float: left;
	line-height: 20px;
	width: 95px;
}
.site_1 .vid_wrapper .ticker .text {
	float: left;
	line-height: 20px;
	width: 415px;
}

.site_1 .vid_wrapper .ticker .text  a:hover { color: #fff; }
.site_1 .vid_wrapper .ticker .social {
	float: right;
}
.site_1 .vid_wrapper .ticker .social img {
	vertical-align: middle;
	margin-left: 0px;
}

/* SITE 2 - showreel
------------------------------------------------ */
#site_2 .vid_safe {
	position: absolute;
	left: 0;
	top: 0;
	width: 852px;
	height: 621px;
	background: url(../../images/index/1x1-trans.gif);
}
#site_2 .window {
	position: absolute;
	overflow: hidden;
	left: 141px;
	top: 187px;
	width: 546px; /*570*/
	height: 214px; /*247*/
	background-image: url(../../images/index/1x1_trans80.png);
	color: #000;
	padding: 16px 12px;
}
#site_2 .window .headline {
	font-size: 19px;
	margin: 0 0 2px;
	padding: 0;
}
#site_2 .window .text {
	width: 252px;
	text-align: left;
}
#site_2 #showreel_vid {
	float: right;
}

/* SITE 3
------------------------------------------------ */
.site_3 .wrapper { padding: 100px 54px 50px 40px; }

.site_3 .nav_left, .site_3 .nav_right { 
	position: absolute;
	top: 119px;
	width: 26px;
	height: 53px;
	background-repeat: no-repeat;
	display: none;
}

.site_3 .nav_left {
	left: 372px;
	background-image: url(../../images/index/s3_l.png);
}
.site_3 .nav_left:hover { background-image: url(../../images/index/s3_l_h.png); }

.site_3 .nav_right {
	right: 28px;	
	background-image: url(../../images/index/s3_r.png);
}
.site_3 .nav_right:hover { background-image: url(../../images/index/s3_r_h.png); }

.site_3 .text {
	position: relative;
	overflow: hidden;
	float: left;
	width: 285px;
	height: 450px;
	padding: 10px;
	background-color: #FFF;
	color: #2E0606;
	text-align: left;
}

.site_3 .text .inner_wrapper {
	width: 266px;
	height: 440px;
	overflow: hidden;
	float: left;
}

.site_3 .text .headline {
	font-size: 22px;
	margin-bottom: 1px;
}
.site_3 .text .headline .color { color: #E0BB07; }

.site_3 .img_wrapper {
	overflow: hidden;
	position: relative; /*IE Bug*/
	float: right;
	width: 400px;
	/*height: 377px;*/
	margin-bottom: 16px;
}
.site_3 .img_wrapper .img_slider {
	position: relative;
	width: 8100px;
	height: 377px;
}
.site_3 .img_wrapper .img_slider .img {
	float: left;
	width: 400px;
	height: 377px;
}

.site_3 .bottom_west {
	float: left;
	width: 100px;
	margin-top: 26px;
}

.site_3 .bottom_west a.newsletter_button {
	display: block;
	float: left;
	background: url(../../images/index/newsletter.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.newsletter_button:hover {
	background: url(../../images/index/newsletter-h.gif) no-repeat;
}

.site_3 .bottom_west a.download_button {
	display: block;
	float: left;
	background: url(../../images/index/downloads.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.download_button:hover {
	background: url(../../images/index/downloads-h.gif) no-repeat;
}

.site_3 .bottom_west a.website_button {
	display: block;
	float: left;
	background: url(../../images/index/website.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.website_button:hover {
	background: url(../../images/index/website-h.gif) no-repeat;
}

.site_3 .bottom_east {
	overflow: hidden;
	height: 69px;
	float: right;
	width: 250px;
	text-align: right;
	font-size: 11px;
	margin-top: 16px;
	color: #fff;
}

.site_3 .bottom_east .headline { font-size: 22px; }

.site_3 .s3_quotes { position: relative; }
.site_3 .quote {
	position: absolute;
	top: 0;
	right: 0;
}
.site_3 .s3_audio {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.site_3 .s3_downloads, .site_3 .s3_newsletter {
	position: absolute;
	left: 40px;
	top: 100px;
	width: 760px;
	height: 470px;
	background: #fff;
	z-index: 99;
	color: #000;
	font-size: 12px;
	display: none;
}
.site_3 .s3_downloads .close, .site_3 .s3_newsletter .close {
	display: block;
	position: absolute;
	top: -16px;
	right: 0px;
	background: url(../../images/index/close.png) no-repeat;
	width: 16px;
	height: 16px;
}
.site_3 .s3_downloads .h1_1 {
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 22px;
}
.site_3 .s3_downloads .text_wrapper {
	position: absolute;
	top: 60px;
	left: 12px;
	width: 423px;
	height: 392px;
	overflow: hidden;
}
.site_3 .s3_downloads .text_wrapper .body {
}
.site_3 .s3_downloads .h1_2 {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 262px;
	font-size: 18px;
	color: #CD221A;
}
.site_3 .s3_downloads .files {
	position: absolute;
	right: 12px;
	top: 60px;
	width: 262px;
}
.site_3 .s3_downloads .files .file {
	position: relative;
	height: 40px;
	width: 100%;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #000;
}
.site_3 .s3_downloads .files .file img {
	position: absolute;
	right: 15px;
	top: 5px;
}
.site_3 .s3_downloads .files a {
	color: #CD221A;
}

.site_3 .s3_newsletter .newsletter_content {
	padding: 12px;
	color: #000;
	font-size: 12px;
}

.site_3 .s3_newsletter label {
	display: block;
	float: left;
	width: 150px;
}
.site_3 .s3_newsletter input[type=text], .site_3 .s3_newsletter select {
	width: 300px;
}
.site_3 .s3_newsletter .error {
	margin-top: 20px;
	color: #F00;
}

/* SITE 4
------------------------------------------------ */
.site_4 .vid_safe {
	position: absolute;
	left: 0;
	top: 0;
	width: 852px;
	height: 621px;
	background: url(../../images/index/1x1-trans.gif);
}
.site_4 .window {
	position: absolute;
	overflow: hidden;
	left: 160px;
	top: 50px;
	width: 520px;
	height: 500px;
	background-image: url(../../images/index/1x1_black_90.png);
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.site_4 .window .rte { color: #FFF; }

.site_4 .addthis_toolbox {
	position: absolute;
	bottom: 10px;
	left: 245px;
}
	.site_4 .addthis_toolbox a {
		line-height: 17px;
		font-size: 11px;
	}
	.site_4 .addthis_toolbox a:hover { color: #FFF; }

.site_4 .window .text { margin-top: 20px; }
.site_4 .showreel_vid {}

.page {}
	.page-wrapper {
		width: 760px;
		position: relative;
		padding: 100px 45px 45px;
	}
		.page-content {
			background-color: #fff;
			overflow: hidden;
			position: relative;
		}
			.page-content h2 {
				font-size: 24px;
				padding: 10px 20px 0;
				margin: 0;
			}
			.page-content h3 { font-size: 18px; }
			.page-column {
				float: left;
				width: 340px;
				padding: 5px 20px 10px;
				position: relative;
			}
			
			#donate-button { 
				position: absolute;
				bottom: 10px;
				left: 20px;
			 }

