/*-----------------------------------------------------------------------------------


	Theme Name: Futureapps
	Author: Westwerk Design
	Author URI: http://westwerkdesign.com
	Version: 1.0
	
	Stylesheet: Base

	0.	CSS Reset 
	1.	Global (body, page sructure, common classes)
	2.	Header & Navigation
	3.	App Info
	4.  Home
	5.  Team
	6.  Features
	7.  Screenshots
	8.  Updates
	9.  Press
	10. Contact
	11. Footer
	12. Typography
	13. Buttons
	14. Lists
	15. Forms	

-----------------------------------------------------------------------------------*//
/*
	Dark Theme Adjustments Come Next
-----------------------------------------------------------------------------------*/
/*
	Media Queries
-----------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
/*--------------------------------------------
1. Global
---------------------------------------------*/
body {
	font-size: 13px;
	font-family: "Helvetica Neue", helvetica, sans-serif;
	background: #fff;
	color: #898989;
}

ol li{
	font-size: 13px;
	color:;
}
.container {
	width: 1000px;
	margin: 0 auto;
} 
section #pages {
	width: 525px;
	background: transparent url('images/dark-page_shadow.png') repeat-y top left;
	padding: 0px 0px 0px 50px;
	position: relative;
	float:right;
	overflow:visible;
	min-height:500px;
}

 

section #pages .page {
	position: absolute;
	top:0;
	left:0;
	visibility:hidden;
	opacity: 0;
	width:525px;
	margin-left:50px
}

section #pages #home{
	margin-left:0px;
}

section #pages .page.active{
	visibility:visible;
	
}

section #pages .top_shadow,
section #pages .bottom_shadow {
		height: 100px;
		width: 40px;
		position: absolute;
		left:0px;
		
	}
section #pages .top_shadow {
		background: transparent url('images/dark-page_shadow_top.png') no-repeat top left;
		top: 0px;
		
	}
section #pages .bottom_shadow {
		background: transparent url('images/dark-page_shadow_bottom.png') no-repeat top left;
		bottom: 0px;
	}
	
		section #pages .content_box {
			padding-top: 15px;
		}
		section #pages p,
		section #pages ul {
			color: #6b6b6b;
		}
		section #pages img {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
body.single span.arrow{
	display:none;
}
/*--------------------------------------------
2. Header & Navigation
---------------------------------------------*/
header {
	background: #f6f6f6;
	height: 58px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 60px;
}
	/* Social Links */
	header aside ul {
		padding:0px;
		margin-top:8px;
	}
	/* Main Navigation */
	header .select-menu { display: none; }
	header nav { position: relative; }
	header nav ul {
		list-style: none;
		float: right;
		padding: 5px 0px 0px 0px;
	}
		header nav ul li {
			float: left;
			margin-left: 30px;
			position: relative;
		}		
			header nav ul li a{
				color: #b5b5b5;
				font-size: 12px;
				-webkit-transition:color 0.2s ease-in;  
		    -moz-transition:color 0.2s ease-in;  
		    -o-transition:color 0.2s ease-in;  
		    transition:color 0.2s ease-in;
			}
			header nav ul li a:hover { color: #777; }
			header nav ul li.current a{ color: #555; font-weight: bold; }
			header nav span.arrow {
				width: 24px;
				height: 13px;
				background: url('images/light-nav_arrow.png') no-repeat;
				display: block;
				position: absolute;
				top: 41px;
			}
	header nav select {
		float: right;
	
	  -webkit-appearance: button;
	  -webkit-border-radius: 2px;
	  -webkit-padding-end: 20px;
	  -webkit-padding-start: 2px;
	  -webkit-user-select: none;
	  background-image: url(/images/select-arrow.png), 
	  -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	  background-position: center right;
	  background-repeat: no-repeat;
	  border: 1px solid #ccc;
	  color: #555;
		font-size: 13px;
	  padding: 3px 3px 3px 5px;
		width: 115px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.fb-comments span iframe{
		width:500px !important;
	}
	
	.fb-comments iframe .fbFooterBorder{
		display:none !important;
	}
/*--------------------------------------------
3. App Info
---------------------------------------------*/
section { }
	/* App Info */
	section #app_info {
		float: left;
		width: 375px;
		margin-top: 50px;
		text-align: center;
		padding-right: 35px;
		
	}
		section #app_info a.logo {
			display: block;
			margin-bottom: 5px;
			float:right;
			background-repeat:no-repeat;
			
		}
		section #app_info a.logo img{
			width:350px;
			height:162px;
		}
		
		section #app_info span.tagline {
			font-family: "proxima-nova", sans-serif;
			font-size: 22px;
			letter-spacing: -0.05em;
			color: #1f1f1f;
			display: block;
			margin-bottom: 20px;
		}
		section #app_info p {
			color: #898989;
			margin-bottom: 30px;
		}
		section #app_info .buttons {
			float: right;
			overflow: hidden;
		}
			section #app_info .buttons .large_button {
				float: left;
				margin-left: 15px;
				margin-bottom: 15px;
			}
		section #app_info .price {
			clear: both;
			background: url('images/light-arrow.png') no-repeat top center;
			padding-top: 50px;
			text-align: center;
		}
		section #app_info .price.right_align { background-position: 250px 0px; }
		section #app_info .price.left_align { background-position: 70px 0px; }
			section #app_info .price.left_align p {
				text-align: left;
			}
			section #app_info .price p {
				font-family: 'Nothing You Could Do', cursive;
				font-size: 20px;
				color: #1f1f1f;
			}

/*--------------------------------------------
Search
---------------------------------------------*/			
.search_bar label{
	display:none;
}

.search_bar{
	position:relative;
	float:left;
	padding-left: 30px;
	width: 310px;
}

.search_bar input.submit{
	position:relative;
	left: 280px;
	bottom:10px;
	white-space:normal;
	padding:0px;
	text-align: left;
	width: 56px;
	display:none;
}

.search_bar input.field{
	position:relative;
	top:10px;
	font-size:12px;
}

#news .search_bar{
	float:right;
}

 #news .search_bar input.field {
 	top:-10px;
 	bottom:10px;
 }
/*--------------------------------------------
4. Home
---------------------------------------------*/
#home{
	height:100%;
}

#slider{
	width: 540px;
	height: 505px;
	overflow: visible;
}

.fancybox {
	margin: 0 0 30px 60px;
	width: 100px;
}

.navLeftWrapper{
	width:340px;
	height:100%;
	position:relative;
	float:left;
}

.navRightWrapper{
	width:138px;
	height:100%;
	position:relative;
	float:right;
}

.compIcon{
	background-image:url('images/comp.png');
	width:47px;
	height:69px;
	position:relative;
	float:left;
	margin-top:20px;
}

.phoneIcon{
	background-image:url('images/phone.png');
	width:47px;
	height:69px;
	position:relative;
	float:left;
	padding:17px 0px;
	background-repeat:no-repeat;
	margin-top:20px;
}

	ul.slide {
		position: absolute;
		height: 430px;
		top: 0px;
		left: 0px;
		overflow:hidden;
		
	}
		div.slide .background {
			position: absolute;
			z-index: 1;
			top: 60px;
			left: 40px;
		}
		div.slide .foreground {
			position: absolute;
			z-index: 2;
			left: 200px;
			top: 30px;			
		}
		div.slide .foreground img,
		div.slide .foreground iframe,
		div.slide .background img,
		div.slide .background iframe { position: absolute; }
		/* iPhones */
		div.slide .background.iphone-black,
		div.slide .background.iphone-white {
			width: 380px;
			height: 555px;
			background: url('images/devices/iphone-black-back.png') no-repeat;
		}
		div.slide .background.iphone-white { background: url('images/devices/iphone-white-back.png') no-repeat; }
			div.slide .background.iphone-black img,
			div.slide .background.iphone-black iframe,
			div.slide .background.iphone-white img,
			div.slide .background.iphone-white iframe { width: 213px; height: 320px; top: 85px; left: 80px; }
		div.slide .foreground.iphone-black,
		div.slide .foreground.iphone-white {
			width: 386px;
			height: 597px;
			background: url('images/devices/iphone-black-front.png') no-repeat;
		}
		div.slide .foreground.iphone-white { background: url('images/devices/iphone-white-front.png') no-repeat; }
			div.slide .foreground.iphone-black img,
			div.slide .foreground.iphone-black iframe,
			div.slide .foreground.iphone-white img,
			div.slide .foreground.iphone-white iframe { width: 230px; height: 345px; top: 95px; left: 82px;	}
		/* Blackberry */
		div.slide .background.blackberry {
			width: 380px;
			height: 499px;
			background: url('images/devices/blackberry-back.png') no-repeat;
		}
			div.slide .background.blackberry img,
			div.slide .background.blackberry iframe { width: 206px; height: 270px; top: 72px; left: 80px; }
		div.slide .foreground.blackberry {
			width: 386px;
			height: 540px;
			background: url('images/devices/blackberry-front.png') no-repeat;
		}
			div.slide .foreground.blackberry img,
			div.slide .foreground.blackberry iframe { width: 224px; height: 292px; top: 80px; left: 78px; }
		/* Android */
		div.slide .background.android {
			width: 350px;
			height: 482px;
			background: url('images/devices/android-back.png') no-repeat;
		}
			div.slide .background.android img,
			div.slide .background.android iframe { width: 186px; height: 290px; top: 76px; left: 87px; }
		div.slide .foreground.android {
			width: 378px;
			height: 538px;
			background: url('images/devices/android-front.png') no-repeat;
		}
			div.slide .foreground.android img,
			div.slide .foreground.android iframe { width: 207px; height: 325px; top: 85px; left: 90px; }		
		/* iPads */
		div.slide .ipad-black,
		div.slide .ipad-white {
			width: 621px;
			height: 639px;
			top: 0;
			left: 0;
			background: url('images/devices/ipad-black.png') no-repeat;
		}
			div.slide .ipad-black img,
			div.slide .ipad-black iframe,
			div.slide .ipad-white img,
			div.slide .ipad-white iframe { width: 352px; height: 468px; top: 49px; left: 129px; }
		div.slide .ipad-white {	background: url('images/devices/ipad-white.png') no-repeat; }

.slides img{
	padding-left: 60px;
}
		
.ellipse{
	background:url('images/ellipse.png');
	width:113px;
	height:113px;
	position:absolute;
	top: -20px;
	left: 440px;
	z-index: 1;
	overflow:hidden;
}

.callToAction li{
	width:113px;
	height:113px;
	position:relative;
	display:none;
	text-align:center;
}

.callToAction ul{
	top:-113px;
}

.callToAction a{
	font-size:13px;
	color:#a6a6a7;
	
}

.littleicon{
	width:47px;
	height:68px;
	left: 32px;
	position: relative;
}

.ctaPhone{
	background:url('images/phoneCTA.png') top;
}

.ctaComp{
	background:url('images/compCTA.png') top;
}

 .callToAction a:hover, .callToAction a:hover .ctaPhone,.callToAction a:hover .ctaComp{
	background-position:bottom;
	color:#dbecf1;
}

.callToAction{
	width:100%;
	position:relative;
	float:left;
}
/*  Navigation */
div.echo-nav {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 621px;
	z-index: 50;
}
	div.echo-nav a{
		text-indent: -999999px;
		background: #ccc;
		height: 4px;
		width: 30px;
		margin-right: 5px;
		display: inline-block;
		-webkit-transition:background 0.2s ease-in;  
    -moz-transition:background 0.2s ease-in;  
    -o-transition:background 0.2s ease-in;  
    transition:background 0.2s ease-in;
	}
	div.echo-nav a:hover { background: #aaa; }
	div.echo-nav a.active { background: #777; }
	
.form-allowed-tags {
    display: none;
}

.complexNav li{
	cursor:pointer;
}

.navLeftWrapper,
.navRightWrapper{
	top: 10px;
}

.appSlide .slides li{
	min-height: 450px;
	min-width: 475px;
}

.appSLide .slides img{
	position:relative;
}

.wide-slide{
	width:450px;
	height:auto;
	margin-top:100px;
}

.tall-slide{
	width:auto;
	height:450px;
	margin-left:100px;
}

.square-slide{
	width:450px;
	height:auto;
}

/*--------------------------------------------
About
---------------------------------------------*/
div.about {
	overflow: hidden;
	margin-bottom: 25px;
}

div.team_members .person {
		overflow: hidden;
		margin-bottom: 20px;
	}
		div.team_members .person img{
			float: left;
			margin-right: 15px;
		}
		div.team_members .person h3 {
			margin-bottom: 3px;
		}
		div.team_members .person span,
		div.team_members .person a {
			font-weight: bold;
			font-size: 12px;
			display: block;
		}
		div.team_members .person span {
			color: #858585;
			margin-bottom: 5px;
			font-style: italic;
		}
		div.team_members .person a {
			color: #319ebc;
			margin-bottom: 7px;
			-webkit-transition:color 0.2s ease-in;  
	    -moz-transition:color 0.2s ease-in;  
	    -o-transition:color 0.2s ease-in;  
	    transition:color 0.2s ease-in;
		}
			div.team_members .person a:hover { color: #444; }
/*--------------------------------------------
News
---------------------------------------------*/
div#feed { }
div.news {
	overflow: hidden;
	margin-bottom: 25px;
}

.news h2{
	margin-bottom:10px;
}

/*--------------------------------------------
Careers
---------------------------------------------*/
div#feed { }
div.careers {
	overflow: hidden;
	margin-bottom: 25px;
}

.careers h2{
	margin-bottom:10px;
}

/*--------------------------------------------
Single
---------------------------------------------*/
#single_wrapper{margin:0 auto;width:900px;}
section #single_logo{
	float: left;
	width: auto;
	padding: 0;
	margin-top: 30px;
}
section #single_logo a.logo {
	width:334px;
	height:122px;
	display: block;
	margin-bottom: 5px;
	background-image:url('images/logo.png');
	background-repeat: no-repeat;
	float:right;
		
}
section #single {  
	background: transparent url('images/dark-page_shadow.png') repeat-y top left;  
	width: 540px;
	float:left;
	padding: 40px 0px 0px 50px;
	position: relative;
	height:100%;

}
section #single .top_shadow,
section #single .bottom_shadow {
	height: 100px;
	width: 40px;
	position: absolute;
	left: 0px;
}
section #single .top_shadow {
	background: transparent url('images/dark-page_shadow_top.png') no-repeat top left;
	top: 0px;
}
section #single .bottom_shadow {
	background: transparent url('images/dark-page_shadow_bottom.png') no-repeat top left;
	bottom: 0px;
}
div.single_page {
	margin:0px 0px 25px 0px;
	
}

.single_page article{
	color:gray;
}

.single_page h1{
	color:white;
}

.entry-content{
	padding:20px 0px;
}

.single-navigation{
	padding:20px 0px;
}

.excerpt{
	padding-bottom:20px;
}


/*--------------------------------------------
Single Page for App
---------------------------------------------*/
.single-nav{
	height:40px;
	width:100%;
}

.single-nav ul{
	float:right;
	position:relative;
	bottom:35px;
	display:block;
	padding-left: 0px;
}

.single-nav ul li {
	float: right;
	position: relative;
	list-style-type: none;
	padding: 10px 11px;
	background: rgba(255, 255, 255, 0.05);
	
}


.single-nav ul li a{
	color: #777;
	font-size: 12px;
	-webkit-transition:color 0.2s ease-in;  
	-moz-transition:color 0.2s ease-in;  
	-o-transition:color 0.2s ease-in;  
	transition:color 0.2s ease-in;
}

.single-nav ul li.current_page_item a{
	color: #b5b5b5;
}

.single-nav ul li a:hover{
	color: #b5b5b5;
}

.single_app_page ul{
	padding-left:20px;
}

.single_app_page ul li{
	font-size: 12px;
	line-height: 20px;
	color: #A6A6A6;
}

.single_app_page ol{
	padding-left:20px;
}

.single_app_page ol li{
	font-size: 12px;
	line-height: 20px;
	color: #A6A6A6;
}

.centerplayer{
	margin-left: 31%; 

}

.smallfont{
	font-size:10px;
}

.single_app_page h1{
	text-align:center;
}

.retina-featured img{
	height: 500px;
	width: auto;
	margin-left: 125px;
}
/*--------------------------------------------
6. Archive
---------------------------------------------*/

div.archive_page {
	overflow: hidden;
	margin:0px 0px 25px 0px;
	
}

.archive_page article{
	color:gray;
	margin:0px 0px 25px 0px;
}

.archive_page h1{
	color:gray;
}

.archivelink{
	float:left;
}

/*--------------------------------------------
6. Features
---------------------------------------------*/
div.feature_list div {
	overflow: hidden;
	margin-bottom: 40px;
}
/*--------------------------------------------
7. Screenshots
---------------------------------------------*/
div.screenshot_grid {
	margin-top: 15px;
}
	div.screenshot_grid .one_third { margin-bottom: 20px; }
	div.screenshot_grid div a,
	a.fancybox {
		display: block;
		position: relative;
		margin-bottom: 30px;
		box-shadow: rgba(0,0,0, 0.3) 0px 0px 5px;
		-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 5px;
		-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	div.screenshot_grid div img,
	a.fancybox img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
	}
	div.screenshot_grid .hover{
		background: transparent url('images/zoom.png') no-repeat center center;
		background: rgba(0,0,0,0.6) url('images/zoom.png') no-repeat center center;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.fancybox img{
		width:100px;
		height:auto
	}
/*--------------------------------------------
8. Updates
---------------------------------------------*/
div.releases {
	padding-top: 15px;
}
	article.release {
		overflow: hidden;
		margin-bottom: 25px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e1e1e1;
		width: 525px;
	}
	article.release:last-child { border: none; padding-bottom: 0; }
			article.release h2{
				float: left;
			}
			
			
			
			 span.udate{
				font-size: 12px;
				color: #999;
				float: right;
				margin-top: 2px;
			}
			
			
			
			
			article.release ul{
				list-style: none;
				padding-top: 10px;
				font-size: 12px;
				clear: both;
			}
				article.release ul li{ 
					margin-bottom: 15px;
					color: #525252;
					line-height:normal !important;
				}
					article.release ul li span{ 
						display: block;
						float: left;
						font-size: 10px;
						font-weight: bold;
						margin-right: 10px;
					}
						article.release ul li span{
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
							border-radius: 3px;
							font-size: 10px;
							font-weight: bold;
							padding: 2px 6px 1px;
							position: relative;
							top: 1px;
							text-transform: uppercase;
							color: #fff;
							display: block;
							min-width: 35px;
							text-align: center;
						}
						article.release ul li span.new       { background: #1fa3e0; }
						article.release ul li span.fix  	    { background: #6bbd43; }
						article.release ul li.improved span b { background: #53b9d7; }
						
						article.release hr{
							height:1px;
							background-color:#626262;
							border:0px;
							margin-top:25px;
						}
/*--------------------------------------------
9. Press
---------------------------------------------*/
div.press_mentions { padding-top: 15px; }
	div.press_mentions ul {
		list-style: none;
	}
		div.press_mentions ul li {
			margin-bottom: 30px;
			overflow: hidden;
		}
			div.press_mentions ul li .logo {
				float: left;
				position: relative;
				border: 1px solid #eaeaea;
				width: 75px;
				height: 65px;
			}
				div.press_mentions ul .logo img {
					position: absolute;
					top: 2px;
					left: 4px;
				}
			div.press_mentions ul li .details {
				margin-left: 95px;

			}
			div.press_mentions ul li p {
				font-style: italic;
				color: #5d5d5d;
				font-size: 15px;
				margin-bottom: 8px;
				line-height: 22px;
			}
			div.press_mentions ul li address,
			div.press_mentions ul li address a {
				font-size: 12px;
				font-weight: bold;
				color: #333;
				font-style: normal;
			}
				div.press_mentions ul li address a:before {
					content: "|";
					padding: 0px 10px 0px 5px;
					font-style: normal;
					color: #b2b2b2;
				}
				div.press_mentions ul li address a {
					color: #319ebc;
					-webkit-transition:color 0.2s ease-in;  
			    -moz-transition:color 0.2s ease-in;  
			    -o-transition:color 0.2s ease-in;  
			    transition:color 0.2s ease-in;
					font-style: italic;
				}
					div.press_mentions ul li address a:hover { color: #333;	}
/*--------------------------------------------
10. Contact
---------------------------------------------*/
div#contact_form {
	overflow: hidden;
	padding-top: 25px;
}	
	div#contact_form div.row {
		margin-bottom: 25px;
		overflow: hidden;
		clear: both;
	}
	.gform_wrapper ul li.left,
	.gform_wrapper ul li.right {
		width: 500px;
		
	}
	.gform_wrapper ul li.left   { float: left; }
	.gform_wrapper ul li.right  { float: right;}
	div#contact_form textarea {
		clear: both;
		margin-top: 20px;
		width: 507px;
		height: 150px;
	}
	div#contact_form input[type="submit"] {
		float: right;
		margin-top: 15px;
	}
div#contact_form .error {
	border-color: #E01C46;
}
div#contact_form .validation,
div#contact_form .success {
	display: none;
	font-size: 12px;
	margin-bottom: 20px;
}
	div#contact_form .validation p  { color: #e01c46; }
	div#contact_form .success p	    { color: #65cf82; }

	
span.gform_description{
	color:gray;
}

.gform_wrapper ul li.gfield{
	clear:none !important;
}

.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
	width: 100% !important;
}

.gform_wrapper .gform_footer{
	margin:0px !important;
}

.gform_wrapper h3.gform_title{
	display:none;
}

gform_wrapper .top_label select.medium {
	width: 40%;
}

/*--------------------------------------------
toggler
---------------------------------------------*/

span.toggler-icon-on, span.toggler-icon-off{
	float:right;
	background:#2D2D2D !important;
	color: #868686 !important;
	font-weight: bold;
	font-size: 19px !important;
}

.toggler-link{
	background: #2D2D2D;
	border: 1px solid #383838;	
	cursor: pointer;
	position: relative;
	padding: 10px;
	color:white;
	margin-top:10px;
}

span.question{
	font-family: "Quicksand";
	color: #1C9EDA;
	padding-right: 8px;
	display:inline-block;
}

.toggler-show-ghost{
	margin-bottom:10px;
	border:  1px solid #323232;;
	border-top:0px;
	padding:10px;
	background: #181818;
}
/*--------------------------------------------
11. Footer
---------------------------------------------*/
footer {
	clear: both;
	padding-top: 140px;
	text-align: center;
	cursor: default;
	padding-bottom: 30px;
}
	footer p {
		color: #c1c1c1;
		font-size: 11px;
		padding: 4px 8px 4px 8px;
		background: #f7f7f7;
		background: rgba(0,0,0,0.04);
		display: inline;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in, background 0.2s ease-in;  
    -o-transition:color 0.2s ease-in, background 0.2s ease-in;  
    transition:color 0.2s ease-in, background 0.2s ease-in;
	}
	footer p:hover {
		background: #f1f1f1;
		background: rgba(0,0,0,0.05);
		color: #999;
	}
	
.move-down-footer{
	height:100px;
	width:800px;
	position:relative;
}
/*--------------------------------------------
12. Typography
---------------------------------------------*/
h1,h2,h3,h4,h5,h6 { margin-bottom: 15px; }
h1 {
	font-family: 'Quicksand', sans-serif;
	color: #aaa;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
h2 {
	font-size: 16px;
	color: #353535;
}
h2 a{
	font-size: 16px;
	color: #ffffff;
}
	h2.icon {
		background: url('images/features_icons.png') no-repeat top left;
		height: 32px;
		padding: 10px 0px 0px 60px;
		font-size: 17px;
	}
	h2.icon.cart 			{ background-position: 0px -42px; }
	h2.icon.briefcase { background-position: 0px -84px; }
	h2.icon.help 			{ background-position: 0px -126px; }
	h2.icon.pencil 		{ background-position: 0px -168px; }
	h2.icon.graph 		{ background-position: 0px -210px; }
h3 {
	font-size: 14px;
	color: #353535;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #777;
}
a {
	text-decoration: none;
	outline: none;
	color: #319ebc;
}
.tipsy { line-height: 17px; }
/* Blockquotes */
blockquote, blockquote p { 
	font-size: 15px; 
	line-height: 24px; 
	color: #777; 
	font-style: italic; 
}
blockquote { 
	margin: 0 0 10px; 
	padding: 3px 20px 3px 19px; 
	border-left: 1px solid #ddd; 
}
	blockquote cite { 
		display: block; 
		font-size: 11px;
		color: #888; 
	}
		blockquote cite:before { 
			content: "\2014 \0020"; 
		}
		blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
/* Columns */
div.column_last { margin-right: 0 !important; }
div.full { margin-bottom: 25px; }
div.one_half, div.one_third, div.two_third, 
div.three_fourth, div.one_fourth, div.two_thirds {
	float: left;
	margin-right: 4%;
	margin-bottom: 25px;
}
div.one_half    { width: 48%; }
div.one_third   { width: 30.66%; }
div.two_thirds  { width: 65%; }
div.one_fourth  { width: 22%; }

span.date{
	text-decoration: none;
	outline: none;
	color: #319EBC;
}
/*--------------------------------------------
13. Buttons
---------------------------------------------*/
.large_button {
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: 140px;
	text-align: left;
	text-shadow: 1px 1px  rgba(0,0,0,0.85);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
}
	.large_button span.icon {
		width: 30px;
		height: 35px;
		display: block;
		background: url('images/button_icons.png') no-repeat top left;
		float: left;
		margin-right: 12px;
	}
	.large_button em {
		font-size: 10px;
		font-weight: bold;
		display: block;
		color: #fff;
		text-shadow: 0px 1px rgba(255,255,255,0.65);
		font-style: normal;
	}
	.large_button:active {
		-webkit-box-shadow: inset 0px 0px 7px #333;
		-moz-box-shadow: inset 0px 0px 7px #333;
		box-shadow: inset 0px 0px 7px #333;
	}
	.large_button#apple {
		background: #2cbbfd; /* Old browsers */
		background: -moz-linear-gradient(top,  #2cbbfd 0%, #006b9d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cbbfd), color-stop(100%,#006b9d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2cbbfd 0%,#006b9d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2cbbfd 0%,#006b9d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2cbbfd 0%,#006b9d 100%); /* IE10+ */
		background: linear-gradient(top,  #2cbbfd 0%,#006b9d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbbfd', endColorstr='#006b9d',GradientType=0 ); /* IE6-9 */
	}
		.large_button#apple em { color: #065478; }
		.large_button#apple:hover {
			background: #4cc6ff; /* Old browsers */
			background: -moz-linear-gradient(top,  #4cc6ff 0%, #0078b0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cc6ff), color-stop(100%,#0078b0)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #4cc6ff 0%,#0078b0 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #4cc6ff 0%,#0078b0 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #4cc6ff 0%,#0078b0 100%); /* IE10+ */
			background: linear-gradient(top,  #4cc6ff 0%,#0078b0 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc6ff', endColorstr='#0078b0',GradientType=0 ); /* IE6-9 */
		}
	.large_button#android {
		background: #98d463; /* Old browsers */
		background: -moz-linear-gradient(top,  #98d463 0%, #66891d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d463), color-stop(100%,#66891d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #98d463 0%,#66891d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #98d463 0%,#66891d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #98d463 0%,#66891d 100%); /* IE10+ */
		background: linear-gradient(top,  #98d463 0%,#66891d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d463', endColorstr='#66891d',GradientType=0 ); /* IE6-9 */
	}
		.large_button#android em { color: #436c01; }
		.large_button#android span.icon { background-position: 0px -35px; }
		.large_button#android:hover {
			background: #9dda67; /* Old browsers */
			background: -moz-linear-gradient(top,  #9dda67 0%, #70971f 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dda67), color-stop(100%,#70971f)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* IE10+ */
			background: linear-gradient(top,  #9dda67 0%,#70971f 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dda67', endColorstr='#70971f',GradientType=0 ); /* IE6-9 */
		}
	.large_button#windows {
		background: #f7a553; /* Old browsers */
		background: -moz-linear-gradient(top,  #f7a553 0%, #c67524 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a553), color-stop(100%,#c67524)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7a553 0%,#c67524 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7a553 0%,#c67524 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7a553 0%,#c67524 100%); /* IE10+ */
		background: linear-gradient(top,  #f7a553 0%,#c67524 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a553', endColorstr='#c67524',GradientType=0 ); /* IE6-9 */
	}
		.large_button#windows em { color: #9c5918; }
		.large_button#windows span.icon { background-position: 0px -70px; }
		.large_button#windows:hover {
			background: #fca14b; /* Old browsers */
			background: -moz-linear-gradient(top,  #fca14b 0%, #c5650b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca14b), color-stop(100%,#c5650b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #fca14b 0%,#c5650b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #fca14b 0%,#c5650b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #fca14b 0%,#c5650b 100%); /* IE10+ */
			background: linear-gradient(top,  #fca14b 0%,#c5650b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca14b', endColorstr='#c5650b',GradientType=0 ); /* IE6-9 */
		}
	.large_button#blackberry {
		background: #525252; /* Old browsers */
		background: -moz-linear-gradient(top,  #525252 0%, #18171e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#18171e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #525252 0%,#18171e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #525252 0%,#18171e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #525252 0%,#18171e 100%); /* IE10+ */
		background: linear-gradient(top,  #525252 0%,#18171e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#18171e',GradientType=0 ); /* IE6-9 */	
	}
		.large_button#blackberry em { color: #9a9a9a; text-shadow: 0px 1px #000; }
		.large_button#blackberry span.icon { background-position: 0px -105px; }
		.large_button#blackberry:hover {
			background: #616161; /* Old browsers */
			background: -moz-linear-gradient(top,  #616161 0%, #222222 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#222222)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #616161 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #616161 0%,#222222 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #616161 0%,#222222 100%); /* IE10+ */
			background: linear-gradient(top,  #616161 0%,#222222 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
		}
.button {
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #555555;
  display: inline-block;
  font: bold 10px/12px 'Helvetica Neue',Helvetica,sans-serif;
  padding: 6px 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:active {
	-webkit-box-shadow: inset 0px 0px 3px #333;
	-moz-box-shadow: inset 0px 0px 3px #333;
	box-shadow: inset 0px 0px 3px #333;
}
.button:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px #bbb;
	-moz-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 3px #bbb;
}
.button.white {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	border-color: #dedede #d8d8d8 #d3d3d3;
	color: #555;
	text-shadow: 0 1px 0 #fff;
}
.button.white a { color: #555 }
.button.gray {
  background: #cacaca; /* Old browsers */
	background: -moz-linear-gradient(top,  #cacaca 0%, #aeaeae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#aeaeae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cacaca 0%,#aeaeae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cacaca 0%,#aeaeae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cacaca 0%,#aeaeae 100%); /* IE10+ */
	background: linear-gradient(top,  #cacaca 0%,#aeaeae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#aeaeae',GradientType=0 ); /* IE6-9 */
  border-color: #b5b5b5 #a1a1a1 #8f8f8f;
  color: #555;
  text-shadow: 0 1px 0 #d4d4d4;
}
.button.gray a { color: #555 }
.button.pink {
  background: #f78297; /* Old browsers */
	background: -moz-linear-gradient(top,  #f78297 0%, #f56778 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f78297), color-stop(100%,#f56778)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f78297 0%,#f56778 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f78297 0%,#f56778 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f78297 0%,#f56778 100%); /* IE10+ */
	background: linear-gradient(top,  #f78297 0%,#f56778 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78297', endColorstr='#f56778',GradientType=0 ); /* IE6-9 */
  border-color: #df6f8b #da5f75 #d55061;
  color: #913944;
  text-shadow: 0 1px 0 #f89ca9;
}
.button.pink a { color: #913944 }
.button.orange {
  background: #f9bc70; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9bc70 0%, #d8b541 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bc70), color-stop(100%,#d8b541)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9bc70 0%,#d8b541 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9bc70 0%,#d8b541 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9bc70 0%,#d8b541 100%); /* IE10+ */
	background: linear-gradient(top,  #f9bc70 0%,#d8b541 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bc70', endColorstr='#d8b541',GradientType=0 ); /* IE6-9 */
  border-color: #f5b74e #e5a73e #d6982f;
  color: #996633;
  text-shadow: 0 1px 0 #fedd9b;
}
.button.orange a { color: #996633 }
.button.green {
  background: #cae285; /* Old browsers */
	background: -moz-linear-gradient(top,  #cae285 0%, #9fcb57 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae285), color-stop(100%,#9fcb57)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cae285 0%,#9fcb57 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cae285 0%,#9fcb57 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cae285 0%,#9fcb57 100%); /* IE10+ */
	background: linear-gradient(top,  #cae285 0%,#9fcb57 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae285', endColorstr='#9fcb57',GradientType=0 ); /* IE6-9 */
  border-color: #adc671 #98b65b #87aa4a;
  color: #5d7731;
  text-shadow: 0 1px 0 #cfe5a4;
}
.button.green a { color: #5d7731 }
.button.blue {
	background: #a3bced; /* Old browsers */
	background: -moz-linear-gradient(top,  #a3bced 0%, #ba8ecc 100%, #667cdd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3bced), color-stop(100%,#ba8ecc), color-stop(100%,#667cdd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a3bced 0%,#ba8ecc 100%,#667cdd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a3bced 0%,#ba8ecc 100%,#667cdd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a3bced 0%,#ba8ecc 100%,#667cdd 100%); /* IE10+ */
	background: linear-gradient(top,  #a3bced 0%,#ba8ecc 100%,#667cdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3bced', endColorstr='#667cdd',GradientType=0 ); /* IE6-9 */
	border-color: #8dc5da #76b7cf #63abc7;
	text-shadow: 0 1px 0 #b6e6f9;
}
.button.blue a { color: #42788e }
.button.purple {
	background: #d1badb; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1badb 0%, #ba8ecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1badb), color-stop(100%,#ba8ecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1badb 0%,#ba8ecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1badb 0%,#ba8ecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1badb 0%,#ba8ecc 100%); /* IE10+ */
	background: linear-gradient(top,  #d1badb 0%,#ba8ecc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1badb', endColorstr='#ba8ecc',GradientType=0 ); /* IE6-9 */
	border-color: #bc9db9 #ad89aa #a1799d;
	color: #7b5777;
	text-shadow: 0 1px 0 #eacae6;
}
.button.purple a { color: #7b5777 }
.button.black {
	background: #616161; /* Old browsers */
	background: -moz-linear-gradient(top,  #616161 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #616161 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #616161 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #616161 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(top,  #616161 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	border-color: #4c4c4c #313131 #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 0 #2e2e2e;
}
.button.black a { color: #fff }
/*--------------------------------------------
15. Lists
---------------------------------------------*/
ul.social {
	list-style: none;
	float: left;
}

header aside ul {
	padding-top: 10px;
}
	ul.social li {
		float: left;
		margin-right:5px;
	}
		ul.social li a {
			width: 24px;
			height: 24px;
			display: block;
			text-indent: -99999px;
			background: url('images/dark-social.png') no-repeat top left;
		}
		ul.social li.facebook a 				{background-position: 0px 0px;}
			ul.social li.facebook a:hover { background-position: -24px 0px; }
		ul.social li.twitter a 					{ background-position: 1px -24px; }
			ul.social li.twitter a:hover 	{ background-position: -24px -24px; }
		ul.social li.dribbble a 				{ background-position: 0px -48px; }
			ul.social li.dribbble a:hover { background-position: -24px -48px; }
		ul.social li.google a 					{ background-position: 0px -72px; }
			ul.social li.google a:hover 	{ background-position: -24px -72px; }
		ul.social li.flickr a 					{ background-position: 0px -96px; }
			ul.social li.flickr a:hover 	{ background-position: -24px -96px; }
		ul.social li.rss a 							{ background-position: 0px -120px; }
			ul.social li.rss a:hover 			{ background-position: -24px -120px; }
		ul.social li.email a 						{ background-position: 1px -144px; }
			ul.social li.email a:hover 		{ background-position: -24px -144px; }
div.toggle_list {
	margin-bottom: 25px;
}
	div.toggle_list ul {
		list-style: none;
	}
		div.toggle_list ul li {
			margin-bottom: 10px;
		}
			div.toggle_list ul li div.title {
				background: #f0f0f0;
				border: 1px solid #e6e7e7;
				padding: 10px;
				cursor: pointer;
				position: relative;
				color: white;
			}
				div.toggle_list ul li div.title h3 { margin: 0; color: #4b4b4b; font-size: 13px; }
				div.toggle_list ul li .title h3 span { font-family: "Quicksand"; color: #1c9eda; padding-right: 8px; }
				div.toggle_list ul li div.title a.toggle_link {
					position: absolute;
					top: 8px;
					right: 13px;
					color: #868686;
					font-weight: bold;
					font-size: 19px;
				}
			div.toggle_list ul li div.content {
				background: #fbfbfb;
				border: 1px solid #e5e5e5;
				border-top: none;				
				padding: 10px;
				display: none;
			}
				div.toggle_list ul li div.content p { margin-bottom: 15px; font-size: 12px; }
				div.toggle_list ul li div.content p:last-child { margin-bottom: 0; }
				span.togglehead{font-size:13px;}
div.tabs {
  margin-bottom: 20px;
}
	div.single_app_page ul.postTabs {
	   list-style: none outside none;
	   overflow: hidden;
	   position: relative;
	   z-index: 2;
	}
		div.single_app_page ul.postTabs li {
		   float: left;
		   margin-right: 2px;
		}
			ul.postTabs li a {
			   background: #313131;
			   border: 1px solid #323232;
			   border-top-left-radius: 3px;
			   border-top-right-radius: 3px;
			   color: #8F8F8F;
			   display: block;
			   font-size: 12px;
			   font-weight: bold;
			   padding: 8px 25px;
			   text-decoration: none;
			}
			ul.postTabs li.postTabs_curr a{
			   background: #FBFBFB;
			   border-color: #323232;
			   border-style: solid solid none;
			   border-width: 1px 1px medium;
			   color: #424242;
			   padding-bottom: 9px;
			}
			ul.postTabs li.postTabs_curr a:hover{
				background:#181818 !important;
				color:white !important;
			}
		div.single_app_page .postTabs_divs {    
			background: #181818;
			border: 1px solid #323232;
			margin-top: -14px;
			padding: 14px;
			position: relative;
			z-index: 1;
			display: none;
		}
		
		.toggle_list ul {
			padding-left: 0px;
		}
		
		
/*--------------------------------------------
16. Forms
---------------------------------------------*/
input,textarea {
	font-family: "Helvetica Neue", helvetica, sans-serif;
	font-size: 13px;
	outline: none;
	-webkit-focus-ring-color: none
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"],
input[type="email"] {
	border: none;
	border-bottom: 1px solid #bcbcbc;
	padding: 8px 0px 8px 0px;
	width: 100%;
	color: #555;
	background: transparent;
}
	input[type="text"]:focus,
	input[type="email"]:focus { padding-bottom: 8px; }
textarea {
	padding: 8px;
	border: 1px solid #cfd0d0;
	color: #555;
	resize: vertical;
	background: transparent;
}
form p { position: relative; }
label { 
		left: 0; 
	color: #333333;
	font-weight: bold;
}
label.textarea {
	top: 28px !important;
	left: 12px !important;
}
:-moz-placeholder {
	color: #333333 !important;
	font-weight: bold;
}
:-webkit-input-placeholder {
	color: #333333 !important;
}
img { border: none; }
.clear { clear: both; }

.scrollbox{
	background-color:grey;
	opacity:.4;
	width:530px;
	height:240px;
	overflow:scroll;
	
}

.scrollbox p{
	color:black !important;
}

.boxwrapper{
	width:530px;
	height:225px;
	overflow:hidden;
	border-bottom:rgba(0,0,0,0.5) 2px solid;
	
}
/*--------------------------------------------
17. Comments
---------------------------------------------*/
p.comment-form-comment textarea{
	width:96%;
}

.comment-content{
	padding:20px 0px;
	border-bottom:1px solid #292929;
	margin-bottom:20px;
}

h2.comments-title{
	border-top:1px solid #292929;
	padding-top:20px;
}

.nav-next{
	float: right;
	position: relative;
}

.nav-previous{
	float: left;
	position: relative;
}
/*--------------------------------------------
17. Images
---------------------------------------------*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*-----------------------------------------------------------------------------------
	Dark Theme
-----------------------------------------------------------------------------------*/

body {
	background: url('images/dark-bg.png') repeat top left;
	margin:0px;
}
/* Header & Navigation */
header {
	background: rgba(255,255,255,0.05);
	border-color: #343434;
}
	header nav ul li a					{ color: #777; }
	header nav ul li a:hover 		{ color: #999; }
	header nav ul li.current a	{ color: #fff; }
	header nav span.arrow {	background: url('images/dark-nav_arrow.png') no-repeat; top: 41px;left:52px; }
/* App Info */
section #app_info span.tagline { color: #fff; }
section #app_info p 					 { color: #a6a6a6; }
section #app_info .price 			 { background: url('images/dark-arrow.png') no-repeat top center; }
	section #app_info .price p 	 { color: #fff; }
 #pages 								 { background: transparent url('images/dark-page_shadow.png') repeat-y top left; }
 #pages .top_shadow 		 { background: transparent url('images/dark-page_shadow_top.png') no-repeat top left; }
 #pages .bottom_shadow  { background: transparent url('images/dark-page_shadow_bottom.png') no-repeat top left; }
/* hom  */
div.echo-nav a					{ background: #444; }
	div.echo-nav a.active { background: #aaa; }
/* Team */
div.team_members .person a:hover { color: #fff; }
/* Screenshots  */
div.screenshot_grid div a,
a.fancybox {
	border: solid 5px #fff;
	border: solid 5px rgba(255, 255, 255, 0.03);
}
/* Updates */
article.release 						{ border-bottom-color: #444; } 
 span.udate { color: #666; }
	article.release ul li	    { color: #a6a6a6; }
/* Footer */
footer p 				 { background: rgba(255,255,255,0.05); color: #777; }
	footer p:hover { background: rgba(255,255,255,0.06); color: #aaa; }
/* Press */
div.press_mentions ul li .logo { border-color: #333; }
div.press_mentions ul li address 				 { color: #666; }
div.press_mentions ul li address a:hover { color: #fff;	}
/* Typography */
h2,h3,h4,h5 		 { color: #A6A6A6; }
section #pages p,
section #pages ul { color: #a6a6a6; }
/* Lists */
ul.social li a { background: url('images/dark-social.png') no-repeat top left; }
div.toggle_list ul li div.title {
	background: #2d2d2d;
	border-color: #383838;
}
	div.toggle_list ul li div.title h3 { color: #fff; }
	div.toggle_list ul li div.content {
		background: #181818;
		border-color: #323232;
	}
	div.tabs ul.nav li a {
	   background: #313131;
	   border: 1px solid #323232;
	}
	div.tabs ul.nav li.current a {
	   background: #181818;
		 border-color: #323232;
  	 color: #fff;
	}
	div.tabs .pane {    
		background: #181818;
	  border: 1px solid #323232;
	}
/* Forms */
input[type="text"],
input[type="email"],
textarea { border-color: #444; color: #fff; }
textarea { background: #292929; border-color: #333; }
label { color: #fff; }



/*-----------------------------------------------------------------------------------
	Media Queries Start Here
-----------------------------------------------------------------------------------*/

/* For iPhones and Mobile */

@media only screen and (max-width:660px) { 


   section #pages .top_shadow { 
   		background: url('images/dark-shadow_vertical.png') no-repeat top center !important;
	}

	div#page_wrapper{
		width: 320px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.container{
		width: auto;
		margin: 0 auto;
	}
	
	header{
		padding: 0px 10px 0px 10px;
		margin-bottom: 0px;
	}
	
	header nav ul.menu,
	header nav span.arrow{ 
		display: none !important; 
	}
	
	header .select-menu{ 
		display: block; 
	}
	
	section { 
		padding: 0px 10px 0px 10px; 
	}
	
	section #app_info {
		text-align: center;
		float: none;
		width: 100%;
		padding: 0;
	
		margin-top: 30px;
	}
	section #app_info a.logo img{ 
		width: 260px; 
	}
	
	section #app_info span.tagline {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	section #app_info p { 
		margin-bottom: 20px; 
	}
	
	
	section #app_info .buttons { 
		width: 320px; 
		float: none;
		margin: 0 auto; 
	}
	
	section #app_info .buttons a:first-child {
		margin: 0; 
	}
	
	.large_button,
	section #app_info .buttons .large_button {
		width: 115px;
		font-size: 17px;
		margin-left: 10px;
	}
	
	.large_button em { 
		font-size: 8px; 
	}
	
	section #app_info .buttons .large_button#blackberry,
	.large_button#blackberry,
	section #app_info .buttons .large_button#windows,
	.large_button#windows { 
		font-size: 14px;
	}
	
	section #pages {
		background: none;
		width: 320px;
		float: none;
		padding: 0;
		margin: 10px auto 0px auto;
		height:700px;
	}
	
	section #pages .page{
		width:290px;
		margin-left:10px;
	}
	
	section #pages .page h1, h2, h3, h4 ,h5{
		margin-left:0px;
	}
	
	.news h2, .careers h2, .archives h2{
		margin-left:0px;
	}
	
	section #pages .single_page{
		width:290px;
		margin-left:10px;
	}
	
	section #pages .single_page h1, h2, h3, h4 ,h5{
		margin-left:0px;
	}
	
	section #pages .single_app_page p, h1, h2, h3, h4{
		width:290px;
		margin-left:10px;
	}
	section #pages .top_shadow {
		background: url('images/light-shadow_vertical.png') no-repeat top center;
		width: 320px !important;
		height: 60px;
		position: static;
	}
	
	section #pages .bottom_shadow { 
		display: none; 
	}
	
	section #pages div.page { 
		padding-top: 20px;
	}
		
	section #pages .content_box { 
		padding-top: 5px; 
	}
	/* Homepage Slider */
	
	
div#slider { 
		width: 320px; height: 320px; margin-left:-15px; 
	}
	
	div.echo-nav { 
		width: 320px; 
	} 
	
	div.echo-nav a{ 
		width: 20px; 
	}
	
	
	
	div#slider div.slide .background {
		top: 60px;
		left: -5px;
	}
	
	div#slider div.slide .foreground {
		left: 85px;
		top: 40px;			
	}
	
	.navRightWrapper{
		float:left;
	}		
		
	.ellipse{
		left:110px;
		top: -100px;
	}
	
	div.appSlide{
		position: relative;
		margin-top: 100px;
	}

	
	/* Features */
	
	
div.feature_list .one_half {
		float: none;
		width: 100%;
	}
	
	div.feature_list .one_half:last-child { 
	margin-bottom: 0; 
	}
	
	/* Screenshots */
	div.screenshot_grid .one_third {
		width: 45%;
	}
	
	div.screenshot_grid .one_third.column_last { 
		margin-right: 4% !important;
	}
	
	div.screenshot_grid div a { 
		width: 120px; 
		height: 85px; 
	}
	
	/* Updates */
	
	article.release { 
		width: 300px; 
	}
	article.release:last-child { 
		margin-bottom: 0; 
	}
	
	article.release h2 { 
		padding-right: 5px; 
	}
	
	/* Press */
div.press_mentions ul li:last-child { 
		margin-bottom: 0; 
	}
	/* Contact */
	
	div#contact_form p.left,
	div#contact_form p.right {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	div#contact_form div.row { 
		margin-bottom: 0px; 
	}
	
	div#contact_form textarea {
		width: 280px;
		margin-top: 10px;
	}
	
	/* Footer */
	footer { 
		padding-top: 20px;	
	}
	
	.gform_wrapper ul li.right{
		width:100%;
		float:left;
	}
	
	.gform_wrapper ul li.left{
		width:100%;
		float:left;
	}
	
	.responder{
		width:330px;
		height:330px;
		margin-left:0px;
		position: relative;
	}
	
	.single_app_page img{
		max-width:100%;
		height:auto;
	}
	
	.nav-next{
		left:0px;
		text-align:center;
		float:none;
	}
	
	.nav-previous{
		right:0px;
		text-align:center;	
		float:none;
	}
	
	.single-nav{
		height:0px;
	}
	
	.single-nav ul{
		background:none;
		bottom:0px;
		left:0px;
		text-align:center;
	}
	
	.zilla-one-third, .zilla-one-half{
		width:100%;
		margin-bottom:0;
	}
	
	.centerplayer {
		margin-left: 16% !important;
	}
	
	.zilla-one-half h1{
	}
	
	.single_app_page .tricky h3{
		font-size:12px !important;
		padding:0px;
	}
	
	.single_page .tricky  .zilla-one-half{
		width:48% !important;
		margin-bottom:0;
	}

	
	.single_app_page .tricky h1{
		font-size:12px;
	}
	
	.single_app_page .tricky img{
		max-width:50%;
		height:auto;
	}
	
	.fb-comments span iframe{
		width:280px !important;
	}
	
	.postTabs_divs{
		width:280px;
	}
	
	div.toggle_list ul li div.title a.toggle_link{
		right:5px;
	}
	
	.toggle_list .title{
		font-size:12px;
	}
	
	ul.postTabs li a{
		padding:8px 5px;
	}
	
	.search_bar{
		display:none;	
	}
	
	section #app_info a.logo {
		float:none;
	}	
	
	section #app_info a.logo img{
		width:300px;
		height:139px;
	}

	
	.wide-slide{
		width:300px;
		height:auto;
		margin-top:80px;
	}
	
	.tall-slide{
		width: auto;
		height: 300px;
		margin-left: 64px;
		margin-top: 30px;
	}
	
	.square-slide{
		width:300px;
		height:auto;
	}
	.appSlide .slides li {
		min-width:330px;
		min-height:300px;
		max-width:330px;
		max-height:300px;
	}
	
	.slides img{
		padding-left:20px;
	}
	
	.retina-featured img{
		height: 300px;
		width: auto;
		margin-left: 75px;
	}
	
	.fancybox{
		margin-left: 100px;
	}
	 .single-nav ul{
	 	left: -10px;
	 }

}
/* For iPads and Tablets */
@media screen and (min-width:661px) and (max-width:960px) { 
		
	section #pages .top_shadow { background: url('images/dark-shadow-ipad_vertical.png') no-repeat top center !important; }

	div#page_wrapper {
		overflow: hidden;
		margin: 0 auto;
	}
	.container {
		max-width: 525px;
		margin:0 100px;
	}

	header {
		padding: 0px 20px 0px 10px;
		margin-bottom: 0px;
	}
	#slider {
		width:525px;
		margin-left:15px;
		margin-top: 0px;
	}
	
	section {
		padding: 0px 10px 0px 10px;
	}
	section #app_info {
		text-align: center;
		float: none;
		width: 550px;
		padding: 0;
		margin: 30px auto 0px auto;
	}
	section #app_info a.logo {
		width:100%;
		margin-left: 100px;
		float:none;
	}
				
	section #app_info p {
		padding: 0px 30px;
	}
	section #pages {
		background: none;
		width: 550px;
		float: none;
		padding: 0;
		margin: 20px auto 0px auto;
		height:700px;
	}
	
	section #pages .page{
		width:460px;
		margin-left:45px;
	}
	
	section #pages .page h1, h2, h3, h4 ,h5{
		margin-left:0px;
	}
	
	.news h2, .careers h2, .archives h2{
		margin-left:0px;
	}
	
	section #pages .single_page{
		width:460px;
		margin-left:45px;
	}
	
	section #pages .single_page h1, h2, h3, h4 ,h5{
		margin-left:0px;
	}
	
	section #pages .single_app_page p, h1, h2, {
		width:460px;
		margin-left:45px;
	}
	
		
	span.bar{
		cursor:default;
		color:gray;
	}
	
	section #home {
		height:700px;
	}
	section #pages .top_shadow {
		background: url('images/light-shadow-ipad_vertical.png') no-repeat top center;
		width: 550px;
		height: 60px;
		position: static;
		
	}
	section #pages .bottom_shadow { display: none; }
	section #pages div.page 			{ padding-top: 30px; }
	section #pages .content_box 	{ padding-top: 5px; }
	/* Footer */
	footer { padding-top: 20px;	}
	.navRightWrapper{
		float:left;
	}
	
	.gform_wrapper{
		margin:0px !important;
		max-width:100% !important;
	}
	
	.gform_wrapper .top_label input.small{
		max-width:90% !important;
	}
	
	.gfield_label{
		width:100%;
	}
	
	.single-nav{
		height:auto;
	}
	
	.single-nav ul{
		width:auto;
		margin-right: 40px;
		margin-top: 30px;
		bottom:0px;
		background:none;
	}
	
	.nav-next{
		bottom: 16px;
		left:25px;
	}
	
	.nav-previous{
		right:25px;
	}
	
	.search_bar{
	display:none;
	}
	
	.ellipse{
		top: 30px;
	}

	.appSlide .slides div.wide-slide{
		width:350px;
		height:auto;
		margin-top:0px;
	}
	
	.appSlide .slides div.tall-slide{
		width: auto;
		height: 350px;
	}
	
	.appSlide .slides div.square-slide{
		width:350px;
		height:auto;
	}
	.appSlide .slides li {
		min-height:330px;
		min-height:330px;
		max-width:330px;
		max-height:330px;
	}
	
	.appSlide .slides img{
		max-width:350px;
	}


}