/**
 * MARQUE Interactive CSS
 */


/**
 * @Marque: #1b2f57
 * @Champaign: #a59a7c
 */

#preload_img {
	width: 300px;
	height: 200px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
}
#preload_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -51px;
	width: 107px;
	height: 103px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE 6 & 7 */      
	zoom: 1;
}
body.fullscreen  #container {
	padding: 0;
}
body.fullscreen #header, body.fullscreen #footer {
	position: absolute;
}
body.fullscreen #header {
	top: 0;
	left: 0;
}

#_viewport, .viewport {
	width: 1020px;
}
#_viewport {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -510px;
}
.viewport {
	margin: 0 auto;
	position: relative;
}

h2.overlay {
	margin: 0;
}
.content h2, .content h3 {
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
body.fullscreen {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header, #footer {
	display: none;
}



/** Intro */
body#intro #header, body#intro #footer {
	display: none!important;
}
body#intro #container {
	top: 0!important;
	width: 100%!important;
	height: 100%!important;
}
body#intro #marque_vdo, body#intro #MARQUE {
/*	width: 100%;*/
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	z-index: 10;
	background: transparent!important;
}
body#intro .skip_intro {
	font: normal 12px/18px 'Clarice', sans-serif;
	color: #c1b691;
	-webkit-font-smoothing: subpixel-antialiased;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}

body._content #header, body._content #footer {
	display: block;
}

#hero {
	position: absolute;
	top: 0;
	width: 100%;
}




/** Project Detail */
body#project-detail h3 {
	margin: 50px 0 20px 0;
}
body#project-detail .content, body#press .inner, body#progress .inner, body#developer #project-list {
	padding-bottom: 80px;
}
body#contact .content {
	padding-bottom: 65px;
}


/** Contact */
body#contact h2 {
	text-transform: capitalize;
}
body#contact .inner {
	padding: 0;
	margin-top: 10px;
}
body#contact .content li {
	margin: 4px 0 2px 0;
}
body#contact .content {
	line-height: 14px;
	overflow: hidden;
}







/** Archive Post */
.view_archive #container {
	top: 30px;
	position: relative!important;
	padding-bottom: 10px;
}
.view_archive h3.logo {
	width: 860px;
	text-align: left;
	margin: 70px auto 20px auto;
}
.view_archive h1 {
	color: #bea774;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding: 0 0 20px 25px;
	position: absolute;
	right: 60px;
	top: 25px;
}
body.press.view_archive h1 {
	right: 70px;
}
.view_archive h1 span.before, .view_archive h1 span.after {
	background: url('../images/line_champaign.png') no-repeat left top;
	width: 36px;
	height: 36px;
	display: block;
	position: relative;
	left: -28px;
	top: 8px;
}
.view_archive h1 span.after {
	bottom: 8px;
	top: auto;
}
.view_archive.press h1 span.after {
	left: 83px;
}
.view_archive.progress h1 span.after {
	right: -150px;
	left: auto;
}
.view_archive .viewport {
	width: 920px!important;
}
.view_archive .post {
	padding: 25px;
}
body.press.view_archive #container h2, body.progress.view_archive #container h2 {
	margin: 0 0 10px 0;
	text-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.view_archive .post_meta {
	color: white;
}
.view_archive h5 {
	text-align: center;
	color: white!important;
	font-family: 'DIN', sans-serif;
}
.view_archive .post_content {
	margin: 30px 0 0 0;
	text-align: left;
}
.view_archive .post_content img {
	box-shadow: 0px 3px 4px rgba(0,0,0,.4);
}



/** Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
@media only screen and (max-width : 1024px) {
	#_viewport, .viewport {
		width: 960px!important;
	}
	#_viewport {
		margin-left: -480px;
	}
	.content .inner {
		padding: 0!important;
	}
}


@media all and (min-width: 1281px) {
  body, #header {
    background-image: url(../images/bg_medium.jpg);
  }
}


@media all and (min-width: 1440px) {
  body, #header {
    background-image: url(../images/bg_large.jpg);
  }
}