/* @override 
	http://rt.dev/stylesheets/screen.css */

/* --- Yahoo UI reset --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}
small, big {
	font-size: 1em;
}

* {
    margin: 0;
    padding: 0;
}


/*
	Myriad Pro Semi Condensed: 300 = Light, SemiBold = 600, Black = 900
	300, 600: normal, italic
	900: normal
	
	JAF Bernino Sans: 
*/
body {
    font-weight: 400;
    font-size: 18px;
    background: #eee;
    color: #666;
}

body, .aboutme h3, blockquote p {
    font-family: "ff-tisa-web-pro", sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote, .missionquote p,
.pullquote-right, .pullquote-left,
.main-nav, .bottom-nav, .aboutme h3+p small, .appheader .tagline,
.bhome .apps p
{
    font-family: "ff-dax-compact-web-pro", sans-serif;
    color: #333;
}

.companyname {
	text-transform: lowercase;
    font-family: "ff-dax-compact-web-pro", sans-serif !important;
    font-weight: 300 !important;
}

.companyname em {
	font-style: normal;
	font-weight: 300 !important;
}

.missionquote {
	font-style: normal;
}

.aboutme h3 {
	font-size: 1.2em;
	font-weight: 400;
}

.aboutme h3+p small, .appheader .tagline {
	font-weight: 300;
}


body {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.4em;
    font-size: 700;
}

h2 {
    font-size: 2em;
    font-weight: 300;
}

h3 {
    font-size: 1.65em;
    font-weight: 300;
}

h4 {
	font-size: 1.4em;
    font-weight: 300;
}

h5 {
	font-size: 1.3em;
    font-weight: 300;
}

h6 {
	font-size: 1.2em;
    font-weight: 200;
}

em, cite, blockquote {
	font-style: italic;
	color: #444;
}

blockquote footer, blockquote footer cite {
	font-style: normal;
}

em, blockquote {
	font-weight: 400;
}

strong {
	font-style: inherit;
	font-weight: 700;
}

pre, code {
	font-family: "source-code-pro", monospace;
	font-weight: 400;
	color: #111;
	font-size: 16px;
}

a {
    text-decoration: none;
    outline-width: 0;
    color: #258fb8;
}

article ul, article ol {
	list-style-position: outside;	/* place the bullet in the left padding */
}

article p, article ul, article ol, article dl {
	line-height: 1.4;
	margin: 0 0 1.5em;
}

article.post h1, article.post h2, article.post h3, article.post h4, article.post h5, article.post h6, article.post blockquote {
	margin-bottom: 1em;
}

article ol {
	list-style-type: decimal;
}

article ul {
	list-style-type: none;
}

article ul li:before {
	content: "·";
	padding-right: 1em;
	padding-left: 2px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pullquote-right:before,.pullquote-left:before {
    padding: 0;
    border: none;
    content: attr(data-pullquote);
    float: right;
    width: 45%;
    margin: .5em 0 1em 1.5em;
    position: relative;
    top: 7px;
    font-size: 1.4em;
    line-height: 1.45em;
}

.pullquote-left:before {
    float: left;
    margin: .5em 1.5em 1em 0;
}

/* layout */

.appheader .inner, article.page, article.apppage, article.post {
	max-width: 999px;
	margin: 0 auto;
}

.bapp .appheader .inner, .bapp article.apppage {
	max-width: 1280px;
}

.bt-video-container {
	margin-bottom: 1.5em;
}

video, audio {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

/* nav */

nav.main-nav, nav.bottom-nav {
	text-transform: uppercase;
}

.main-nav {
	border-bottom: 1px solid #fff;
	background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(242,242,242,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(242,242,242,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(242,242,242,0) 100%); /* W3C */
}

.main-nav ul {
	margin: 0;
	padding: 12px 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

nav ul li {
	display: inline;
	margin-right: 1em;
	line-height: 30px;
	white-space: nowrap;
}

nav a {
    color: #333;
}

nav .appslink a {
	color: #6997b7;
}

nav .appslink a strong {
	color: #8cb769;
}

.main-nav .homelink {
	position: absolute;
	left: 20px;
}

.main-nav .homelink a {
	white-space: nowrap;
	display: block;
}

.bottom-nav {
	display: none;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}

.companyname, .companyname a {
	color: #6c7566;
}

.companyname em, .companyname a em {
	color: #272a2e;
}

.main-nav .companyname {
	font-size: 140%;
}

/* footer */

body > footer {
	color: #999;
	font-size: 13px;
	padding: 140px 40px 20px;
	text-align: center;
	background: url('/images/256-logo-only.png') no-repeat top;
}

body > footer {
	background-size: 128px 128px;
}

footer p {
	margin: 0;
}

footer .credits {
	font-size: 12px;
	color: #aaa;
}


.mobile-nav {
	display: none;
}

.mixpanel {
	float: right;
	margin-top: 8px;
	margin-left: 20px;
}

/* home page */

body.bhome div.inner, .bhome article.page {
	width: auto;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.missionquote {
	margin: 0 auto;
	font-size: 1.8em;
	padding: 40px;
}

.missionquote p {
	color: #6997b7;
	max-width: 12em;
	margin: 0 auto;
}

.missionquote strong {
	color: #8cb769;
	font-weight: 400;
}

article.apps {
	text-align: center;
}

article.apps p {
	display: inline-block;
	min-width: 8em;
}



/* 	O N E	A P P	*/


.appheader {
	background-color: #f5f5f5;
	padding: 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.appheader {
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.appheader p {
	margin: 0;
}

.appheader .appstuff {
	float: left;
}

.appheader .appstuff > img {
	float: left;
	margin-right: 20px;
}

.appheader h1 {
	font-weight: 600;
	font-size: 64px;
	line-height: 1;
	margin-top: 18px;
	white-space: nowrap;
	text-shadow: 1px 1px #fff, -1px -1px #ccc;
	padding-left: 144px;
}

.appheader h1 small {
	font-size: 36px;
	font-weight: 300;
}

.appheader .tagline {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
	color: #999;
}

.appheader .appstorebutton {
	position: absolute;
	right: 36px;
	bottom: 30px;
}

.appheader .appstorebutton img {
	width: 150px;
	height: 50px;
}

/*	video	*/

.appvideo iframe {
	display: block;
}



/* content */

article.page {
	padding: 40px;
}

.page h1.title {
	margin-bottom: 1em;
	text-transform: capitalize;
	color: #8cb769;
}

.page .colone {
	width: 45%;
	float: left;
}

.page .coltwo {
	width: 45%;
	float: right;
}


article.apppage {
	padding: 20px 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
}

.page h2, .apppage h2 {
	margin-bottom: 1em;
	color: #222;
	clear: both;
}

.page h2 {
	margin-left: 3.8em;
}

.apppage h2 {
	text-align: center;
}

.featbox, .appbox {
	max-width: 25em;
	min-width: 15em;
	margin-bottom: 3em;
}

.bapp .altappbox {
	max-width: 40em;
}

.appbox {
	width: 45%;
}

.featbox:nth-child(odd), .appbox:nth-child(even) {
	float: left;
	clear: both;
}

.featbox:nth-child(even), .appbox:nth-child(odd) {
	float: right;
}

.featbox h3 {
	font-size: 1.4em;
	float: left;
	line-height: 1;
	padding-bottom: .5em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-right: 0;
	color: #444;
}

.featbox p {
	clear: both;
	padding-top: 1em;
	background: #eee;
}

.featbox:nth-child(even) h3 {
	float: right;
}

.featbox:nth-child(odd) h3, body.bapp .altappbox h3 {
	float: left;
}

.featbox:nth-child(even) p {
	margin-right: 3em;
	padding-right: 1em;
	border-right: 1px solid #ccc;
}

.featbox:nth-child(odd) p, body.bapp .altappbox p {
	margin-left: 3em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}

.bcouch5k .featwatch {
	max-width: none;
	float: none;
	clear: both;
}

.bcouch5k .featwatch h3,
.bcouch5k .featwatch p {
	float: none;
	clear: none;
}


.featwatch iframe {
	float: right;
	margin-left: 20px;
}

.appbox h3 {
	white-space: nowrap;
	line-height: 1;
	float: left;
	min-width: 5.2em;
	text-align: right;
	padding-right: .3em;
	height: 88px;
	border-right: 1px solid #ccc;
	margin-right: .5em;
	min-width: 5.2em;
}

.appbox p {
	margin-left: 0em;
}

.aboutme h3 {
	line-height: 1;
	color: #333;
}

.aboutme h3+p small {
	text-transform: uppercase;
	font-size: .8em;
	color: #333;
}

.aboutme img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 1px;
	background: #e0e7ef;
	border: 1px solid #d7d1b6;
}

.altappbox {
	clear: both;
}

.altappbox p {
	clear: left;
}

.altappbox img {
	float: right;
	margin-left: 5px;
}

.featbox img.appicon {
	width: 60px;
	height: 60px;
}

/* blockquotes */

article.fullquote {
	width: auto !important;
	max-width: none !important;
	background: #f5f5f5;
}

blockquote {
	font-style: italic;
	font-size: 1.2em;
	font-weight: 200;
	color: #456;
	max-width: 30em;
	margin: 1.5em auto;
	padding: 0;
}

blockquote > p {
	color: #8cb769;
}

blockquote cite {
	color: #999;
}

blockquote p:before, blockquote:after, blockquote[cite] p:last-child:after {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	font-weight: 600;
	font-size: 6em;
	display: block;
	margin: 0;
	color: #eee;
}

blockquote p:before {
	content: "“ ";
	margin-left: -.6em;
	margin-bottom: -1em;
	line-height: 1;
}

blockquote p + p:before {
	display: none;
}

blockquote:after, blockquote[cite] p:last-child:after {
	content: " ”";
	text-align: right;
	margin-right: -.4em;
	margin-top: -1em;
	line-height: 1.1;
}

.missionquote:before, .missionquote:after, .missionquote p:before, .missionquote p:after {
	display: none;
}

blockquote[cite] p:last-child:after {
	margin-top: -.5em;
	margin-bottom: -.6em;
}

blockquote[cite]:after {
	content: attr(cite);
	font-size: 1em;
	line-height: 1.5;
	font-family: inherit;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #ccc;
	display: block;
	color: #999;
}

blockquote footer {
	padding-top: 0;
	padding-left: 4em;
}

blockquote footer strong, blockquote footer cite {
	font-weight: 300;
}



/*	screens	*/

body .appscreens {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	width: 100%;
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.appscreens {
	text-align: center;
}

.appscreens h3 {
	text-align: left;
	padding-left: 20px;
}

.screens-scroller {
	padding: 12px 0;
	width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background: rgb(245,245,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.appscreens ul {
	padding: 0 12px;
	margin-left: 0;
	white-space: nowrap;
}

.appscreens li {
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.appscreens li + li {
	padding-left: 12px;
}

.appscreens img {
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.iphonescreens ul {
	height: 568px;
}

.watchscreens ul {
	height: 315px;
}

.ipadscreens ul {
	height: 768px;
}

.appscreensinactive ul {
	height: 120px !important;
}

.screencontainer {
	position: relative;
	margin-bottom: 20px;
}

/*
.appscreens h3 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0;
	height: 0;
	padding: 95px 0 0;
}

.appscreens h3.iphone {
	width: 36px;
	background: url(/images/devices/iphone5@2x.png) no-repeat top left;
	background-size: 36px 95px;
	overflow: hidden;
	margin-left: -50px;
}

.appscreens h3.ipad {
	width: 70px;
	background: url(/images/devices/ipadmini@2x.png) no-repeat top left;
	background-size: 70px 95px;
	overflow: hidden;
	margin-left: 5px;
}

.appscreens h3.active {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
*/
.appscreens .smallhelp {
	color: #999;
	font-weight: 200;
	font-size: .65em;
	padding: 1em 0 1em 20px;
	text-align: left;
}


/* bottom app store */

.actionbottom {
	text-align: center;
	padding: 20px 40px;
	border-top: 1px solid #fff;
	margin-bottom: 60px;
}




/* blog pages */

.babout article.speaking {
	clear: left;
}

.babout article h3, .bhire article h3 {
	margin-bottom: 1em;
}

.bblog em, .bblog cite, .bblog strong {
	color: #222;
}

.bblog article.post {
	max-width: 44em;
	margin: 40px auto 0;
	padding-bottom: 0;
}


.bblog article.post .headmeta {
	margin: 0 0 .5em;
	font-size: .8em;
}

.bblog article.post .headmeta time {
	padding-bottom: .2em;
	border-bottom: 1px dotted #999;
}

.bblog article.post h2 {
	margin: .3em 0 1em;
	color: #111;	/* 8cb769 */
	text-shadow: 1px 1px #f5f5f5, -1px -1px #e5e5e5;
}

.bblog .post .caption-wrapper {
	display: inline-block;
}

.bblog .post img.caption {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	max-width: 100%;
}

.bblog .post .caption-wrapper:hover img.caption {
	max-width: none;
}

.bblog .post .caption-text {
	color: #888;
	display: block;
	text-align: right;
	font-size: 14px;
	margin-bottom: .3em;
	margin-right: 1em;
}

.bblog .post blockquote {
	margin-bottom: 1.5em;
    color: #555;
    font-style: italic;
    position: relative;
    font-size: 1em;
    line-height: 1.5;
    padding: .5em 1em .5em;
    border-left: 4px double rgba(120, 140, 160, 0.5);
    background: #f2f2f2;
}

.bblog .post blockquote p {
	margin-bottom: .5em;
}

.bblog .post blockquote p:last-child {
	margin-bottom: 0;
}

.bblog .post blockquote cite {
    font-style: italic
}

.bblog .post blockquote cite a {
    color: #aaa !important;
    word-wrap: break-word
}

.bblog .post blockquote cite:before {
    content: '\2014';
    padding-right: .3em;
    padding-left: .3em;
    color: #aaa
}

@media only screen and (min-width: 992px) {
    blockquote {
        padding-left: 1.5em;
        border-left-width: 4px
    }
}

.bblog .post .meta {
	text-align: right;
	color: #999;
	font-size: .8em;
	margin-bottom: 0;
}

.bblog .post + .post {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC') top left repeat-x;
	padding-top: 2em;
}

.bblog .pagenavi {
	max-width: 55em;
	text-transform: lowercase;
    text-align: center;
    font-size: .8em;
    position: relative;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC') top left repeat-x;
    margin: 3em auto 1px;
    padding-top: .5em;
    padding-bottom: .5em
}

.bblog .pagenavi a {
    text-decoration: none;
    color: #aaa
}

.bblog .pagenavi a.prev {
    position: absolute;
    left: 0
}

.bblog .pagenavi a.next {
    position: absolute;
    right: 0
}

.bblog .pagenavi a:hover {
    color: #2878e3
}

.bblog .pagenavi a[href*=archive]:before, .bblog .pagenavi a[href*=archive]:after {
    content: '\2014';
    padding: 0 .3em
}

.bblog footer {
	margin-top: 60px;
}


/* blog archives */

.bblog h1.title {
	color: #8cb769;
	text-shadow: 1px 1px #f5f5f5, -1px -1px #e5e5e5;
}

#blog-archives {
    color: #aaa;
    padding: 40px;
    margin: 0 auto;
    max-width: 44em;
}

#blog-archives > h1 {
	margin-bottom: 1em;
}

#blog-archives article {
    padding: 1em 0 1em;
    position: relative;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAABCAYAAACsXeyTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVQIHWNIS0sr/v//PwMMDzY+ADqMahlW4J91AAAAAElFTkSuQmCC') bottom left repeat-x
}

#blog-archives article:last-child {
    background: none
}

#blog-archives article footer {
    font-size: .8em;
    padding: 0;
    margin: 0;
    background: none;
    text-align: left;
}

#blog-archives article h1 {
    color: #222;
    margin-bottom: .3em
}

#blog-archives h2 {
    display: none
}

#blog-archives article h1 {
    font-size: 1.1em
}

#blog-archives article h1 a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    display: inline-block
}

#blog-archives article h1 a:hover {
    text-decoration: underline
}

#blog-archives article h1 a:hover {
    color: #2878e3
}

#blog-archives a.category, #blog-archives time {
    color: #aaa
}

#blog-archives .entry-content {
    display: none
}

#blog-archives time {
    font-size: .9em;
    line-height: 1.2em
}

#blog-archives time .month, #blog-archives time .day {
    display: inline-block
}

#blog-archives time .month {
    text-transform: uppercase
}

#blog-archives p {
    margin-bottom: 1em
}

#blog-archives a, #blog-archives .entry-content a {
    color: inherit
}

#blog-archives a:hover, #blog-archives .entry-content a:hover {
    color: #2878e3
}

#blog-archives a:hover {
    color: #2878e3
}

@media only screen and (min-width: 550px) {
    #blog-archives article {
        margin-left: 5em
    }

    #blog-archives h2 {
    	line-height: 1;
        margin-bottom: .3em;
        font-weight: 400;
        display: inline-block;
        padding-top: 0.5em;
        position: relative;
        top: -1px;
        float: left;
    }

    #blog-archives time {
        position: absolute;
        text-align: right;
        left: 0em;
        top: 1.15em
    }

    #blog-archives .year {
        display: none
    }

    #blog-archives article {
        padding-left: 4.5em;
        padding-bottom: .7em
    }

    #blog-archives a.category {
        line-height: 1.1em
    }
}



/* full articles */

.barticle h1, .barticle h2, .barticle h3, .barticle h4, .barticle h5, .barticle h6, .barticle blockquote
{
	margin-bottom: 18px;
}

.barticle h2, .barticle h3, .barticle h4, .barticle h5, .barticle h6, .barticle blockquote
{
	padding-top: .5em;
}

.barticle pre {
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: scroll;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: .5em;
}



/* MailChimp sign up form */

#mc_embed_signup {
	margin: 1em 0 0;
	padding: 1em;
	font-size: 1em;
}

#mc_embed_signup label {
	display: block;
}

#mc_embed_signup input {
	padding: .5em;
}

/* Video embed */

.embed-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-video-container iframe,
.embed-video-container object,
.embed-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hire me */

.hireme {
	color: #333;
	background: #ccc;
	padding: 40px;
	margin: 40px -40px -20px;
}

.hiremeinner {
	font-size: 16px;
	margin: 0 auto;
	width: 44em;
	max-width: 90%;
}

.hireme h2 {
	color: #6997b7;
	background: #111f19;
    font-family: "ff-dax-compact-web-pro", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    float: left;
    padding: 20px;
    margin: -12px 40px 0 0;
}

.hireme h2 i {
	color: #8cb769;
	font-weight: 200;
	display: block;
}

.hireme h2 i:before, .hireme h2 i:after {
	content: " – ";
	color: #8cb769;
} 

.hireme p {
    font-family: "ff-dax-compact-web-pro", sans-serif;
    font-weight: 400;
	font-size: 18px;
	text-align: left;
	margin: 24px 0;
}

.bhire .hireme {
	display: none;
}

.bhire article p + ul {
	margin-top: -1em;
}

.hireclients {
	clear: both;
	padding-top: 40px;
}

.hireclients h1 {
	margin-bottom: 0;
	line-height: 1;
}

.hireclients img {
	margin-right: 40px;
	width: 125px;
}

/* *** 	DESKTOP DEVICES	*** */


@media screen {

	.devicedetect {
		text-transform: uppercase;
	}

}



/* *** 	SMALL DEVICES	*** */

@media screen and (max-width: 800px) {

.featbox iframe {
	float: none;
	display: block;
	margin: 10px 0;
}

}


@media screen and (max-width: 600px) {

	body {
		font-size: 15px;
	}
	
	.main-nav ul {
		margin: 0;
		padding: 6px 10px;
	}
	
	.main-nav li {
		display: none;
	}
	
	.main-nav .homelink, .main-nav .appslink, .main-nav .bloglink {
		display: inline;
	}
	
	.bottom-nav {
		display: block;
	}
	
	.bottom-nav .homelink, .bottom-nav .appslink, .bottom-nav .bloglink {
		display: none;
	}
	
	.missionquote {
		max-width: none;
		font-size: 1.5em;
		padding: 20px 10px;
	}
	
	
	.appheader, article.page, article.apppage {
		padding: 10px 10px 20px 20px;
	}
	
	.appheader {
		display: none;
	}	

	body > footer {
		padding: 140px 10px 20px 20px;
	}
		
	.featbox, .appbox {
		max-width: none;
		min-width: none;
		margin-bottom: 2em;
	}
	
	.featbox h3, .appbox h3 {
		min-width: 6em;
	}
	
	.appbox {
		width: auto;
	}
	
	.featbox:nth-child(odd), .appbox:nth-child(even) {
		float: none;
	}
	
	.featbox:nth-child(even), .appbox:nth-child(odd) {
		float: none;
		clear: both;
	}
	
	.appbox p {
		margin-left: 10em;
	}
	
	.featbox p {
		margin-left: 11em;
	}
	
	.featbox h3 {
		font-size: 1.3em;
		min-width: 5.2em;
		max-width: 5.2em;
		padding-bottom: 1em;
	}
	
	.featbox:nth-child(even) h3 {
		float: left;
	}

	.featbox:nth-child(even) p {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		margin-left: 3em;
		padding-left: 1em;
		border-left: 1px solid #ccc;
	}

	.featbox p {
		margin-left: 8em;
	}
	
.watchscreens ul {
	height: 160px;
}

	.iphonescreens ul {
		height: 284px;
	}
	
	.ipadscreens ul {
		height: 512px;
	}
	
	.page .colone, .page .coltwo {
		float: none;
		width: auto;
		margin-bottom: 1.5em;
	}
	
	.page .aboutme h3 {
		margin-top: 0;
	}
	
	.bblog article.post {
		margin: 10px 10px 0 20px;
	}
	
	#blog-archives {
	    padding: 10px 10px 0 20px;
	}
	
	.page h2, .apppage h2 {
		margin-left: 3.4em;
	}
	
	.actionbottom .appstorebutton img {
		width: 150px;
		height: 50px;
	}
	
	img.caption, .entry-content img {
		max-width: 96%;
	}
	
	.devicedetect {
		text-transform: capitalize;
	}
	
	.bt-video-container, video {
		max-width: 96%;
	}
	
	.hireme p {
		font-size: 12px;
		margin: 16px 0;
	}

}


@media (min-device-pixel-ratio: 2) {
	
	.apps article a img, .appchooser li img {
		width: 44px;
		height: 44px;
	}
	
}

