/* @override 
	http://local.freakishlyprofitable.com/assets/css/main.css */

/* @group Normalize */

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */

/* @group Boilerplate */

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

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

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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

/* @end */

/* @group Icomoon */

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?n1zmq2');
	src:url('../fonts/icomoon.eot?#iefixn1zmq2') format('embedded-opentype'),
		url('../fonts/icomoon.woff?n1zmq2') format('woff'),
		url('../fonts/icomoon.ttf?n1zmq2') format('truetype'),
		url('../fonts/icomoon.svg?n1zmq2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-skeleton:before {
	content: "\e609";
}
.icon-book:before {
	content: "\e60b";
}
.icon-mic:before {
	content: "\e60c";
}
.icon-check:before {
	content: "\e60a";
}
.icon-lock:before {
	content: "\e600";
}
.icon-play:before {
	content: "\e601";
}
.icon-worksheet:before {
	content: "\e602";
}
.icon-monitor:before {
	content: "\e603";
}
.icon-money:before {
	content: "\e604";
}
.icon-clothes:before {
	content: "\e605";
}
.icon-people:before {
	content: "\e606";
}
.icon-compass:before {
	content: "\e607";
}
.icon-bandaid:before {
	content: "\e608";
}
.icon-headphones:before {
	content: "\e60d";
}



/* @end */



body {
	font: normal normal 20px/28px "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #ebeaea;
}


.wrapper {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.content {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 4%;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 1;
}

a:link, a:visited, input[type="submit"], button[type="submit"] { 
	text-decoration: none; 
	-webkit-transition: 0.4s all ease; 
	-moz-transition: 0.4s all ease; 
	-ms-transition: 0.4s all ease; 
	-o-transition: 0.4s all ease; 
	transition: 0.4s all ease; 
	color: #E15AAE;
}

.content a:link {
	border-bottom: 2px solid;
}

.content a:hover {
	color: #000;
}



h1 {
	font-family: "copal-std-solid", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: 2px;
}



h2 {
	font-family: "copal-std-solid", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	color: #64B2B8;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 2px;
	margin-top: 0;
	text-align: center;
	clear: both;
}

p.intro {
	text-align: center;
	font-size: 1.1em;
}

.content ol {
	counter-reset:li; /* Initiate a counter */
	padding-left: 1.5em;
	margin-top: 0;
}

.content ol > li {
	position:relative; /* Give each list item a left margin to make room for the numbers */
	list-style:none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
.content ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top: 0;
	left:-2.3em;
	box-sizing:border-box;
	color:#000;
	text-align:center;
	background-color: #e6e6e6;
	height: 25px;
	width: 25px;
	font-size: 14px;
	line-height: 25px;
	font-variant: normal;
	border-radius: 12px;
	font-weight: bold;
}

img.full {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	     -moz-box-sizing: border-box; 
	          box-sizing: border-box;
}


header {
	background: url(../img/frank@2x.jpg) center 50px no-repeat #0A131C;
	border-top: 12px solid #E15AAE;
	background-size: cover;
}

header p.intro {
	color: #64696F;
	text-transform: uppercase;
	font-size: .6em;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1em;
}

header h1 {
	background-color: #64B2B8;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 0;
	color: #BEDFE1;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: .5em;
	font-size: 2.8em;
}

header h1 span {
	display: block;
	font: .3em proxima-nova;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}


header article p {
	font-weight: bold;
	color: #DDF3E3;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 1.5em;
	text-align: center;
}

header ul {
	padding-left: 1.8em;
}


header li {
	margin-bottom: 1.5em;
	line-height: 1.1em;
	color: #fff;
}

header ul li {
	list-style-type: none;
	position: relative;
}

header ul li:before {
	content: '\e60a';
	font-size: 20px;
	left: -1.6em;
	position: absolute;
	color: #8EDAA0;
	font-family: icomoon;
}

header a.button {
	background-color: #E15AAE;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 3%;
	font-size: 1.1em;
	border-radius: 3px;
	text-align: center;
	height: 40px;
}

header a.button:hover {
	background-color: #D5178D;
}

header a.button .secure {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: .4em;
	line-height: 1em;
	margin-top: .5em;
}

header a.button .secure:before,
.action .secure:before {
	font-family: icomoon;
	content: '\e600';
	margin-right: 5px;
}

header .price {
	background-color: #EA89C5;
	color: #fff;
	font-size: 1.9em;
	position: relative;
	padding: 3%;
	line-height: .em;
	text-align: center;
	width: 60px;
	letter-spacing: -1px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 40px;
	line-height: 40px;
}

header .price span {
	display: block;
	font-size: .2em;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1em;
}

header .price:before {
	content: '$';
	font-size: .5em;
	vertical-align: top;
	position: absolute;
	left: .5em;
}

header p.description {
	font-weight: normal;
	font-style: normal;
	color: rgba(255, 255, 255, 0.47);
	font-size: .8em;
	text-align: center;
	margin-top: 1em;
}

.proof {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


.proof p {
	color: #808080;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
	line-height: 1.1em;
}

.conflogos {
	background: url(../img/conferences.png) no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 691px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-top: .8em;
}

.content .features .icon {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background-color: #ebeaea;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.content .features .icon:before {
	text-align: center;
	line-height: 190px;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #64b2b8;
	font-size: 150px;
	
}

.content .features article h3 {
	color: #e15aae;
	text-transform: uppercase;
	margin-bottom: 0em;
	text-align: center;
	margin-top: 0em;
}

.content .features article p {
	margin-top: 0;
	text-align: center;
}

h2.keys {
	background-color: #e15aae;
	color: #f3bcde;
	max-width: 940px;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 0;
}

.about h2 {
	margin-top: 1em;
	margin-bottom: .2em;
}

.about p {
	text-align: center;
	color: #b3b3b3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 0;
}

.content-about {
	padding-bottom: 1%;
	padding-top: 1%;
	position: relative;
}

.timeline {
	background: url(../img/bkg-workshop.jpg) #0A131C;
	margin-top: -3em;
	background-size: cover;
}

.timeline .overlay {
	background-color: rgba(10, 18, 28, 0.90);
	padding-top: 6em;
	padding-bottom: 2.5em;
}

.timeline h3 {
	color: #E15AAE;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid rgba(100, 177, 184, 0.31);
	padding: .2em;
	margin-left: -.2em;
}

.timeline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid rgba(100, 177, 184, 0.3);
	margin-left: 5%;
	
}

.timeline li {
	color: #fff;
	clear: both;
	font-size: .9em;
	line-height: 1em;
	padding-bottom: .8em;
	padding-top: .8em;
	float: left;
	width: 108%;
	margin-left: -8%;
}

.timeline li:last-child {
	padding-bottom: 0;
}

.timeline li span.datestamp {
	color: #64B2B8;
	font-weight: 600;
	font-size: .9em;
	width: 12%;
	float: left;
	text-align: right;
	background-color: #0A131C;
	padding-right: 5%;
}

.timeline li span.desc {
	float: left;
	width: 83%;
}

.whatdoiget {
	background-color: #64b1b8;
	margin-top: -5%;
	padding-top: 8%;
	padding-bottom: 4%;
}

.whatdoiget h2 {
	color: #fff;
}

.whatdoiget .col3 {
	text-align: center;
}

.whatdoiget .col3 .icon {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.72);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center;
	margin-top: 1.5em;
}

.whatdoiget .col3 .icon:before {
	text-align: center;
	line-height: 128px;	
	color: #e15aae;
	font-size: 90px;
	
}

.whatdoiget .col3 h3 {
	color: #bedfe1;
	text-transform: uppercase;
	margin-bottom: 0;
}

.whatdoiget .col3 p {
	color: #fff;
	margin-top: 0;
}

.whatdoiget .col3 .included {
	background-color: rgba(0, 0, 0, 0.22);
	padding: .5em;
	font-size: .8em;
	color: rgba(255, 255, 255, 0.7);
}

.whatdoiget .col3 .included span {
	background-color: #fff;
	color: #000;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-weight: bold;
	font-size: .8em;
	line-height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.whatdoiget p.filesize {
	text-align: center;
	clear: both;
	margin-bottom: 0;
	color: #BEDFE1;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
}

.testimonial-bkg {
	padding-top: .2em;
	background-color: #fff;
	margin-bottom: 1.5em;
}

.testimonial-bkg .testimonial blockquote p {
	color: #64b1b8;
}

.testimonial-bkg .testimonial blockquote cite {
	color: #b7b6b6;
}

.testimonial {
	padding-bottom: 1.5em;
}


.testimonial img {
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 140px;
	margin-top: 1em;
	display: block;
}

.testimonial blockquote p {
	color: #E15AAE;
	font-size: 1.6em;
	line-height: 1em;
	margin-top: 1.5em;
}

.testimonial blockquote cite {
	color: #65C8D0;
	font-style: normal;
	font-size: 1.3em;
}

.action {
	background: #0a131c;
	text-align: center;
}

.action .overlay,
header .overlay {
	background-color: rgba(10, 18, 28, 0.86);
	padding-top: 3.5em;
	padding-bottom: 2em;
}

header .overlay {
	padding-top: 0;
	padding-bottom: .2em;
}

.action h2 {
	color: #e15aae;
	font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.4em;
	margin-bottom: 0;
}

.action h3 {
	text-align: center;
	font: 3.5em/1em "copal-std-solid", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	margin-top: .2em;
	margin-bottom: .6em;
	letter-spacing: 2px;
}

.action p.value {
	color: rgba(204, 204, 204, 0.65);
	font-size: .8em;
	line-height: 1em;
}

.action p.pricing {
	color: #b3b3b3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.action .col3 div.pricing {
	background: url(../img/frank@2x.png) center center #65c8d0;
	background-size: 150px;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	color: #fff;
	line-height: 150px;
	font-size: 3em;
	letter-spacing: -1px;
	border: 4px solid #fff;
	font-weight: 600;
	position: relative;
}

.action .col3 div.pricing:before {
	content: '$';
	font-size: .6em;
	position: relative;
	top: -.4em;
}

.action .col3 h4 {
	font: 2.3em/1em "copal-std-solid", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin-top: .5em;
	color: #64B2B8;
	margin-bottom: .5em;
}

.action .col3 ul {
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.action .col3 li {
	color: #fff;
	font: normal normal 1.1em/1em "proxima-nova", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 1.9em;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

.action .col3 li:before {
	font-family: icomoon;
	position: absolute;
	left: 0;
	color: #64B2B8;
	font-size: 1.5em;
	top: .2em;
}

.action .col3 li span.desc {
	color: #808080;
	font-size: .7em;
	display: block;
	line-height: 1em;
}

.action a.button {
	background-color: #e05aae;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: .7em 1em;
	font-size: 1em;
	border-radius: 3px;
	display: block;
	margin-top: .5em;
	margin-bottom: 4em;
}

.action a.button:hover {
	background-color: #D5178D;
}

.action .secure {
	color: rgba(255, 255, 255, 0.54);
	font-size: 1em;
	line-height: 1em;
	clear: both;
}

.action .copyright {
	color: rgba(255, 255, 255, 0.54);
	font-size: .8em;
	margin-bottom: 0;
	margin-top: 2.5em;
	line-height: 1em;
}

@media only screen and (min-width: 480px) {
	
	header .button-wrapper {
		position: relative;
	}
	
	header a.button {
		text-align: left;
		padding-right: 100px;
	}
	
	header a.button .secure {
		
	}
	
	header .price {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0px;
		position: absolute;
		right: 0;
		top: 0;
		
	}
	
}

@media only screen and (min-width: 600px) {
	
	
	.timeline li span.datestamp {
	width: 10%;
	}

	.timeline li span.desc {
	width: 76%;
	}
}


@media only screen and (min-width: 767px) {

	h1 {
		font-size: 3em;
	}
	
	h2 {
		font-size: 2.2em;
	}
	
	header h1 {
		font-size: 4.3em;
	}
	
	header h1 span {
		font-size: .5em;
	}
	
	header p.intro {
		font-size: .7em;
	}
	
	header {
		background: url(../img/frank.jpg) 240px bottom no-repeat #08121c;
	}
	
	header .overlay {
		background-color: transparent;
	}
	
	header article {
		padding-right: 250px;
	}
	
	header article p {
		text-align: left;
	}
	
	.content .features article {
		min-height: 180px;
		padding-top: 1.5em;
	}
	
	.content .features .icon {
		float: left;
		margin-right: 2em;
	}
	
	.content .features article h3,
	.content .features article p {
		text-align: left;
	}
	
	.content ol li {
		float: left;
		width: 47%;
		margin-left: 3%;
	}
	
	img.full {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.col3 {
		float: left;
		width: 28%;
		margin-left: 7%;
		margin-bottom: 1em;
	}
	
	.action .col3 {
		width: 30%;
		margin-left: 5%;
		margin-bottom: 0;
	}
	
	.col3.first {
		margin-left: 0;
	}
	
	.action p.value {
		padding-left: 7%;
		padding-right: 7%;
	}
	
	.action p.pricing {
		padding-left: 20%;
		padding-right: 20%;
	}
	
	.action a.button {
		font-size: 1.1em;
	}
	
	.testimonial img {
		float: left;
		margin-right: 1.5em;
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	.action {
		background: url(../img/moon.jpg) center top no-repeat #0a131c;
	}
	
	.timeline li span.datestamp {
		width: 19%;
		}
	
		.timeline li span.desc {
		width: 76%;
		}
	
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 767px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 767px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 767px),
only screen and (                min-resolution: 192dpi) and (min-width: 767px),
only screen and (                min-resolution: 2dppx) and (min-width: 767px) { 
	
	header {
		background: url(../img/frank@2x.jpg) 240px bottom no-repeat #08121c;
		background-size: 965px;
	}
	
	.conflogos {
		background: url(../img/conferences@2x.png) no-repeat; 
		background-size: 100%;
	}
	
	.action .col3 div.pricing {
		background-size: 300px;
	}	
}

@media only screen and (min-width: 880px) {
	header {
		background-position: 400px bottom;
	}
	
	header article {
		padding-right: 400px;
	}
	
	.proof p {
		text-align: right;
		width: 30%;
		float: left;
	}
	
	.conflogos {
		float: right;
		width: 65%;
	}
	
	h2.keys, 
	.about h2 {
		font-size: 3em;
	}
	
	.timeline li span.datestamp {
		width: 14%;
	}
	
	.timeline li span.desc {
		width: 80%;
	}
	
	
}

@media only screen and (min-width: 1140px) {
	header {
		background-position: 600px bottom;
	}
	
	header article {
		padding-right: 550px;
	}
	
	header a.button {
		font-size: 1.3em;
	}
	
	.timeline li span.datestamp {
		width: 12%;
	}
	
	.timeline li span.desc {
		width: 82%;
	}
	
}

@media only screen and (min-width: 1640px) {
	header {
		background-position: right bottom;
	}
}

/* @group Helper */

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* @end */



@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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