/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   CUSTOM FONTS
   ========================================================================== */

@font-face {
font-family: 'Bebas Nueue';
src:
    url('./font/BebasNeue.eot');
}
@font-face {
font-family: 'Bebas Nueue';
src:
    url('./font/BebasNeue.otf');
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}



html {
    font-size: 1em;
    line-height: 1.4;

    font-family: 'Bebas Nueue', Impact, Arial, "Times New Roman", Times, serif;
	//color: rgb(200, 200, 170);
	color: rgb(224,225,255);
}

a {
	font-size: 14pt;
	text-decoration:none;
	//color: rgb(200, 200, 170);
	color: rgb(224,225,255);
}
a:link {text-decoration:none; }
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

blockquote {
	line-height: 12px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body
{
    background-color: #000;
    /*min-width: 1250px;*/
}


#title
{
	margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    background-color: #000;

    z-index: 4;
    position: relative
}

#trailer
{
	padding: 2em;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.store-widget
{
	padding: 2em;
	height: 400px;
}

.innershadow
{
	-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px 10px #000000;
	width: auto;
	height: auto;
}

#media-container {
	background: url('../img/paper purple.png') repeat 0% 0% rgb(255, 255, 255);
	width: 100%;
}

	#demo-container {
		width: 100%;
		padding: 2em 0;
		margin: auto;
	}

	#demo
	{

		background-image: url('../img/vid/demo/bg_wide.jpg');
		margin: 0px auto;
		padding: 0;

		border: #000 solid 2px;
				-moz-box-shadow: 4px 4px 4px #000000;
		-webkit-box-shadow: 4px 4px 4px #000000;
		box-shadow: 4px 4px 4px #000000;

		width: 100%;
		height: 810px;
		max-width:1440px;


		overflow:hidden;
		text-align: right;
	}

	.screenshots
	{
		padding: 1em;
	}

	.screenshots img
	{
		-moz-box-shadow: 4px 4px 4px #000000;
		-webkit-box-shadow: 4px 4px 4px #000000;
		box-shadow: 4px 4px 4px #000000;
		//padding: 1em;
		margin: 1em;
		border: #000 solid 2px;
	}

	.screenshots img:hover
	{
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		-webkit-transform: scale(1.2,1.2);
	}



#press, #divider
{
    font-family: 'Bebas Nueue', Impact, Arial, "Times New Roman", Times, serif;
	font-size:28px;
	color: rgb(200, 50, 50);
    padding: 2em;

	background: url('../img/windows.jpg') repeat 0% 0% rgb(255, 255, 255);

	 height: 600px;

	 z-index:0;

	/*min-width: 1250px;*/

	overflow-x: noscroll;
    overflow: hidden;

    position: relative;
    z-index: 0;

    white-space:nowrap;

}

#divider {
	height: 50px;
}



.desc, .desc-sml
{
    font-family: 'Bebas Nueue', Impact, Arial, "Times New Roman", Times, serif;
	font-size:28px;
	color: rgb(224,225,255);
	//color: rgb(200, 200, 170);
	//color: rgb(200, 50, 50);

    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 2em;
	text-align: center;
}

	.desc-sml {
		font-size:14px;
		text-align: right;
		margin-top: 0px;
		margin-bottom: 0;
	}




#header, #city-background, #city-midground, #city-foreground, .fallguy {
	height: 740px;
	text-align: center;
	position: absolute;
	width: 100%;
}

	#header
	{
		height: 575px;
		position: relative;
	}

	#city-background
	{
		background:url('../img/fc/panels.png') center top no-repeat;
		width: 100%;
	}

	#city-midground
	{
		background:url('../img/fc/characters1.png') center top no-repeat;
		z-index: 2; 	width: 100%;
	}

	#city-foreground
	{
		width: 100%;
		 background:url('../img/fc/characters2.png') center top no-repeat;
		z-index: 3;
	}

	.fallguy
	{
		background:url('../img/characters2.png') center top no-repeat;
		margin-left: -20%;
		margin-top: 10%;
		z-index: 2;
		//height: 100%;

		position: absolute;

	}

#fallguy-lrg
{
	z-index: 0;
	position:absolute;
	margin-left: 35%;
	margin-top: 0px;
}

#footer
{
	z-index: 1;
	height: 540px;
	width: 100%;
	max-width: 1920px;

    /* background:url('../soundtrack_salescreen.gif') center no-repeat #000; */

}

/* Courtesy of http://www.ilikepixels.co.uk/drop/bubbler/ */
.bubble
{
position: relative;
width: 40%;
max-width: 520px;
height: 120px;


font-size: 30px;
line-height: 30px;

background: rgba(255,255,255, 0.85);
//background: rgba(213,215,255, 0.85);
border: #111111 solid 2px;

//transform:skewY(2deg);
//-ms-transform:skewY(2deg); /* IE 9 */
//-webkit-transform:skewY(2deg); /* Safari and Chrome */

//margin: 1em 100px 1em 0em;

margin: 1em 2em;

margin-left: 0em;


padding: 1em 0.3em 0;

//display:inline-block;

white-space:normal;
position: absolute;
//margin-left: 5%;
}


.bubble-right
{
position: relative;

width: 40%;
max-width: 520px;
height: 120px;
line-height: 30px;

background: rgba(255,255,255, 0.85);
//background: rgba(213,215,255, 0.85); //rgba(255,255,255, 0.85);
border: #111111 solid 2px;


margin: 1em 2em;
//margin-left: 5em;

padding: 1em 0.8em 0em;

//display:inline-block;
white-space:normal;

position: absolute;

margin-left: 55%;

}


/* Panel */
#elP1 {
	position: relative;
	z-index:2;
	overflow:hidden;
	width: 100%;



}
#elP2 {

	position: relative;
	float: right;
	z-index: 3;


}
#elP3 {

	position: relative;
	float: right;
	z-index: 3;

	padding-left: 20px;


}

#elP4 {

	position: relative;
	margin-top: -335px;
	margin-right: -10px;

	float: right;
	width: 568px;
	overflow:hidden;
	z-index:0;

}

#panel-container {
	margin-left: auto;
	margin-top: -65px;
	margin-right: 450px;

	height: 50%;
	position: relative;
	float: right;
	min-width: 920px;

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* IPAD */
@media only screen and (device-width: 768px) {
    #demo-container {  display: none; }
    	body{ overflow:hidden;	overflow-x: noscroll; width:auto; }
	//body, #press, #divider { min-width: 1024px; }

    .bubble, .bubble-right {

		//margin-left: -45%;
		z-index: 3;
	}
	//.bubble-right { margin-left: 0; }

	#fallguy-lrg { z-index: -1; }
	#divider { display: none; }


}

/* RETINA IPHONE */
@media only screen and (device-width: 640px) {
    #demo-container {  display: none; }
	body{ overflow:hidden;	overflow-x: noscroll; width:auto; }
//		body, #press, #divider { min-width: 100%; width: 100%; }

    .bubble, .bubble-right {

		//margin-left: -45%;
		z-index: 3;
	}
	//.bubble-right { margin-left: 0; }

	#fallguy-lrg { z-index: -1; }
	#divider { display: none; }
}

/* OLD IPHONE */
@media only screen and (device-width: 320px) {
    #demo-container {  display: none; }
	body{ overflow:hidden;	overflow-x: noscroll; width:auto; }

	//body, #press, #divider { min-width: 100%; width: 100%; }


    .bubble, .bubble-right {

		//margin-left: -45%;
		z-index: 3;
	}
	//.bubble-right { margin-left: 0; }

	#fallguy-lrg { z-index: -1; }
	#divider { display: none; }
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*******************************************************/
.footer-social {
background: #101010;
float: left;
width: 100%;
padding: 60px 35px 35px 0;
margin: 0;
}
.footer-social ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.footer-social ul li{
padding: 6px 0;
border-bottom: 1px solid #eaeaea;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-social #tweets ul li {
border: none;
}
.footer-social .wrapper {
text-align: left;
}
.footer-social .right,
.footer-social .the-contact {
float: right;
clear: right;
width: 17%;
text-align: right;
}
.footer-social .widgets {
float: left;
width: 83%;
}
.footer-social .widgets .footer-widget {
float: left;
width: 20%;
margin-left: 5%;
}
.footer-social .widgets .footer-widget:first-of-type {
margin-left: 0;
padding-right: 2%;
width: 21%;
}
.footer-social .widgets .footer-widget.first {
margin-left: 0;
padding-right: 2%;
width: 22%;
}
.footer-social .widgets .footer-widget:last-of-type {
margin-right: 0;
}
.footer-social .widgets .footer-widget.last {
margin-right: 0;
}

/****************************************************************/
#tweets {
background: url(../img/social/twitter.png) 50% 4px no-repeat;
padding-top: 40px;
}
#tweets ul,
#tweets ul li {
padding: 0;
margin: 0;
list-style-type: none;
}
#tweets ul li {
padding-bottom: 20px;
}
label.error {
float: left;
width: 100%;
color: #f00;
margin: 0.5em 0 1em 0;
}
input.error, textarea.error {
border: 1px solid #f00 !important;
}
.social-links {
//float: left;
width: 100%;
margin-top: 10px;
}
a.social {
display: inline-block;
position: relative;
width: 48px;
height: 48px;
margin-left: 5px;
margin-bottom: 5px;
-o-transition: opacity 0.5s ease-in;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
opacity: 0.5;
filter:alpha(opacity=50);
text-indent: -9999em;
color: rgba(0,0,0,0) !important;
font-size: 1px;
line-height: 48px;
}
a:hover.social {
-o-transition: opacity 0.25s ease-in;
-webkit-transition: opacity 0.25s ease-in;
-moz-transition: opacity 0.25s ease-in;
transition: opacity 0.25s ease-in;
opacity: 1;
filter:alpha(opacity=100);
}
/*a.social:first-of-type {
margin-left: 0;
}
a.social.first {
margin-left: 0;
}*/

.social a.social.twitter {
background: url(../img/social/social-twitter-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social a.social.facebook {
background: url(../img/social/social-facebook-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}

.social a.social.googleplus {
background: url(../img/social/social-googleplus-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social a.social.vimeo {
background: url(../img/social/social-vimeo-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social a.social.youtube {
background: url(../img/social/social-youtube-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social a.social.rss {
background: url(../img/social/social-rss-black-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}

.social-white a.social.twitter {
background: url(../img/social/social-twitter-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social-white a.social.facebook {
background: url(../img/social/social-facebook-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}

.social-white a.social.googleplus {
background: url(../img/social/social-googleplus-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social-white a.social.vimeo {
background: url(../img/social/social-vimeo-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social-white a.social.youtube {
background: url(../img/social/social-youtube-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.social-white a.social.rss {
background: url(../img/social/social-rss-white-@2x.png) 0 0 no-repeat;
background-size: 47px 47px;
}
.contact-form input, .password-protect input, input#s, textarea, input[type=text] {
background: #fff;
border: 1px solid #d8d8d8;
width: 70%;
padding: 10px;
font-size: 18px;
}
.contact-form textarea {
height: 192px;
}
.contact-form input,
.contact-form button {
-webkit-appearance: none;
border-radius: 0;
}
