/*-----------------------------------------------------------------------
 * Version - 1.0.0
 * File    - demo.css
 * Author  -  Chris Rivers
 * Usage - 
 * Description - 
 *     DEMO
 *-----------------------------------------------------------------------*/

body {
	font-family:"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
	margin:0;
    padding-top: 5px; /* 60px to make the container go all the way to the bottom of the topbar */
}

/* pretty-code.css */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

pre.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	line-height: 0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

.btn {
	display: inline-block;
	font-family: helvetica,arial;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(to bottom, white, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-inverse {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006DCC;
	background-image: -moz-linear-gradient(top, #08C, #04C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
	background-image: -webkit-linear-gradient(top, #08C, #04C);
	background-image: -o-linear-gradient(top, #08C, #04C);
	background-image: linear-gradient(to bottom, #08C, #04C);
	background-repeat: repeat-x;
	border-color: #04C #04C #002A80;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.clear { clear:both; float:none; }

/* Header
-------------------*/
#header {
	margin:0 auto;
	width:1200px;
}

#header .logo { float:left; margin-bottom: 0; }
#header .logo a {
	background:url("images/logo.png") no-repeat;
	display:block;
	height:40px;
	width:337px;
}

#header .hero-unit {
	margin-bottom: 35px;
	width:360px;
}

#header .hero-unit p {
	color:#999999;
	font-family: helvetica,arial;
	font-size:14px;
	line-height: 20px;
}

#header .navigation {
	float: right;
	height:14px;
	list-style:none;
	margin:30px 0 0;
}

#header .navigation li {
	float: left;
}

#header .navigation li span {
	color: #A1A3A6;
	font-size: 10px;
	margin-right: 5px;
}

#header .navigation li a {
	color: #A1A3A6;
	font-size: 13px;
	margin-right: 8px;
	text-decoration: none;
}

/* Middle
-------------------*/
#middle {
	margin-bottom:100px;
}

#middle .inner {
	margin:0 auto;
	width:1200px;
}

#middle .demo-container {
	background: #ECEEEF;
	border-top: 1px solid #E1E4E7;
	margin-bottom: 34px;
	padding: 50px 10px;
}

#middle .demo-wrap {
	margin:0 auto;
	position:relative;
	width:919px;
}

#middle .demo {
	margin:0 auto;
	width:1228px;
}

#middle .instagram-playlist {
	background:url("images/shadow-2.png") no-repeat scroll 3px 450px transparent; 
	padding-bottom:30px;
	width:916px; 
}

#middle h2, #middle h3 {
	color:#545658;
	font-size:16px;
	font-weight:normal;
}

#middle h2 {
	border-bottom: 1px solid #EDEDED;
	font-size: 22px;
	font-weight:bold;
	margin-top:30px;
	padding-bottom: 10px;
}

.main-content p, .main-content ul li {
	color:#545658;
	font-size:12px;
}

#middle ul li {
	line-height: 23px;
}

#middle ul.demo-list {
	list-style:none;
	padding:0;
}

#middle ul.demo-list li {
	border: 6px solid #E3E3E3;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

#middle ul.demo-list li:hover {
	border-color:#333;
}

#middle ul.demo-list li.clear {
	border:none;
	clear:both;
	float:none;
}

#middle .demo-glyph {
	background: url("images/glyph.png") no-repeat scroll 0 0 transparent;
	display: none;
	height: 100px;
	left: -180px;
	opacity: 1;
	position: absolute;
	top: 340px;
	width: 177px;
	transition-property: left, right;
	transition-duration: 3.55s;
	z-index:10;
}

#middle .demo-glyph.on { left:-160px; }

#middle .demo-glyph-2 {
	background: url("images/glyph-2.png") no-repeat scroll 0 0 transparent;
	display: none;
	height: 206px;
	right: -162px;
	opacity: 1;
	position: absolute;
	top: 180px;
	width: 192px;
	transition-property: left, right;
	transition-duration: 3.55s;
	z-index:10;
}

#middle .demo-glyph-2.on { right:-142px; }

/* Footer
-------------------*/
#footer {
	background:#ECEEEF;
	height: 40px;
	padding: 20px 0;
}

#footer .inner {}

#footer p {
	color: #838383;
	font-size: 12px;
	text-align: center;
}

/* Customization Bar 
-------------------------*/
#middle .customization-bar {
	background-color: #0e0e0e;
	border-radius: 4px 4px 4px 4px;
	height: 308px;
	padding: 13px 17px;
	position: fixed;
	right: 0;
	top: 1000px;
	width: 154px;
	z-index: 200;
}

#middle .customization-bar.player { height:178px; }

#middle .customization-bar.small { height: 220px; top: 55px; }
#middle .customization-bar h2 {
	border-bottom: 1px solid #2D2D2D;
	color: #AFAFAF;
	font-size: 18px;
	font-weight:normal;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 4px;
}

#middle .customization-bar a { margin-bottom:3px; }
#middle .customization-bar a.controls { color:#fff; display:block; }
#middle .customization-bar a.enterFullscreen { cursor:pointer; }
#middle .customization-bar .colors { cursor:pointer; margin-bottom: 11px; }

#middle .customization-bar .colors a {
	border: 3px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	height: 16px;
	margin: 2px;
	width: 16px;
}

#middle .customization-bar p {
	color: #4C4C4C;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#middle .customization-bar form {
	margin: 0 0 11px;
}

#middle .customization-bar form label {
	color: #FFFFFF;
	font-size: 14px;
}

#middle .customization-bar form input.text {
	border: medium none;
	padding: 5px;
	width: 105px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#middle .customization-bar form input.submit {
	width:29px;
}

/* User List */
.instagram-user-all {
    background: none repeat scroll 0 0 transparent;
	display: inline-block;
	float: left;
	height: 228px;
	padding: 19px 17px;
}

.instagram-user-all img {
	margin-right:15px;
}

.instagram-user-all .instagram-username {
	color: #319AD1;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: capitalize;
}
.instagram-user-all .instagram-username:hover { color:#2E6F8F; cursor:pointer; }

.instagram-user-all .instagram-fullname {
	color: #666666;
	font-size: 12px;
}

/* Responsive 
-------------------------*/
/* Tablets */
@media screen and (max-width: 1249px) {
 
	/* body { background:#cc0000; } */
	
	#header {
		width: 740px;
	}
	
	#middle .inner {
	    margin: 0 auto;
	    width: 720px;
	}
	
	#middle .instagram-playlist {
	    width: 481px;
	}
	
	#middle .instagram-playlist {
		background:none;
	}
	
	.instagram-playlist .video-nav {
	    width: 480px;
	}
	
	#middle.gallery .demo {
	    margin: 0 auto;
	    width: 748px;
	}
	
	#middle .demo-glyph, #middle .demo-glyph-2 {
		display:none !important;
	}
	
	#middle .demo-wrap {
		width: auto;
	}
	
	.instagram-playlist .video-nav .controls {
		width:438px;
	}
}

/* iPad */
@media screen and (max-width: 833px) {
	
	/* body { background:#000000; } */
	
	.customization-bar, .navigation {
		display: none;
	}
	
	#header {
		width: 420px;
	}
	
	#middle .inner {
	    margin: 0 auto;
	    width: 420px;
	}
	
	#middle .instagram-playlist {
	    overflow: hidden;
		width: 441px;
	}
	
	#middle .instagram-playlist {
		background:none;
	}
	
	.instagram-playlist .video-nav {
	    width: 480px;
	}
	
	#middle.gallery .demo {
	    width: 246px;
	}
	
}

/* iPhone */
@media screen and (max-width: 480px) {
	
	/* body { background:#cc5679; } */
	
	#header .logo a {
		background: url("images/logo-mobile.png") no-repeat;
	}
	
	#header {
		width: 370px;
	}
	
	#middle .inner {
	    margin: 0 85px 0 auto;
	    width: 290px;
	}
	
	#middle .instagram-playlist {
	    overflow: hidden;
		width: 381px;
	}
	
	#middle .instagram-playlist .instagram-photo {
	  background: none repeat scroll 0 0 #000000;
	  float: left;
	  height: 480px;
	  margin: 0;
	  overflow: hidden;
	  width: 310px;
	}
	
	.instagram-playlist .video-nav li .content { float: left; width: 152px; }
	.instagram-playlist .video-nav { width: 310px; }
	
	.mejs-inner .mejs-overlay-button { left: 35% !important; }
	
	.instagram-playlist .video-nav .controls { width: 267px; }
	
	#middle ul.demo-list img {
		width: 270px;
	}
	
	.page-header ul {
		padding-left: 21px;
	}
}
