


/*
/* Import Helper CSS 







 http://webdesign.about.com/od/iframes/a/html5-iframe-attributes.htm
<iframe sandbox seamless
        srcdoc="<p>This is a user's comment!
                   It can't execute script!
                   Hooray for safety!</p>"></iframe>
				   
				   
<iframe sandbox="
	allow-same-origin		allow scripts to access content like cookies from the same origin domain
	allow-forms				allow form submission
	allow-scripts			allow scripts to run in this IFRAME
	allow-top-navigation	allow the IFRAME links and scripts to the _top target
" seamless>












	<!-- FB -->	
	<meta property="og:title" content="Inception Explained" /> 
	<meta property="og:description" content="An interactive animation explaining Inception, the movie. We summarize the plot in an easy to follow animated infographic for those who found the film confusing!" /> 
	<meta property="og:type" content="website" />
	<meta property="og:url" content="http://Inception-Explained.com" />
	<meta property="og:image" content="http://www.inception-explained.com/images/facebook.jpg" />
	<meta property="og:site_name" content="Inception Explained" />
	<meta property="fb:admins" content="553885570" />
	
	<!-- G+ -->
	<meta itemprop="name" content="Inception Explained">
	<meta itemprop="description" content="An interactive animation explaining Inception, the movie. We summarize the plot in an easy to follow animated infographic for those who found the film confusing!">
	<meta itemprop="image" content="http://www.inception-explained.com/images/social-networks.jpg">

	<!-- TWITTER CARDS -->
	<meta name="twitter:card" content="summary">
	<meta name="twitter:creator" content="@MattDempseycom">
	<meta name="twitter:url" content="http://inception-explained.com">
	<meta name="twitter:title" content="Inception Explained - An animated infographic">
	<meta name="twitter:description" content="An interactive animation explaining Inception, the movie. The plot is summarized in an easy to follow animated infographic for those who want answers!">
	<meta name="twitter:image" content="http://www.inception-explained.com/images/twitter.jpg">




file:///C:/Dropbox/_/%5B+%5DClient/%5B%5DiiJin/_LOCAL_HTML/css/

/**/
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic); */
/* @import url(http://fonts.googleapis.com/css?family=Abel); */
/* @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300); */
@import url("resource_setup.css");
@import url("resource_count.css");
@import url("resource_scrollbar.css");
@import url("resource_loader.css");
@import url("resource_teaser.css");






/*
/* Site Layout 
/**/


/*<HEADER>  */


/*<FOOTER>  */












/*
/*
/* START - INDIVIDUAL PAGES 
/**/
/**/
/*------------------------------------------------------------------------*/
/*
/*<HOME PAGE> 
/**/







/*
/*<SHOP PAGE> 
/**/





/*
/*<DETAIL PAGE> 
/**/


		body._CART_OPEN_ #miniCart .choice {
			/* opacity:0; */
			/* height: 0px; */
			/* overflow: hidden; */

			-webkit-transition-property: opacity, height !important;
			-webkit-transition-duration: .5s, .1s !important;
			-webkit-transition-delay: 0s, 0s !important;
			-webkit-transition-timing-function: linear !important;
		
		}
		body._CART_OPEN_ #miniCart .choice.wishlist {
			/* display:none !important; */
			opacity:0;
			height: 0px;
			overflow: hidden;
		}
		body._LIST_OPEN_ #miniCart .choice.cart {
			/* display:none !important; */
			opacity:0;
			height: 0px;
			overflow: hidden;
		}






/*
/*<ABOUT PAGE> 
/**/




/*
/*<POLICIES PAGE> 
/**/
main#content.policies {

	display:block;
	width:100%;
	max-height:900px;
	border:0px solid red;
	position:relative;
	background-color:rgb(255,255,255);
	/* overflow: auto; */
	/* padding-left:34px; */
	padding-left:0px;
}
main#content.policies:after {
	content:'';
	display:block;
	width:100%;
	clear:both;
	position:relative;
}










/*
/*
/* END - INDIVIDUAL PAGES 
/**/
/**/
























/*
/* END STYLES 
/**/