@charset "UTF-8";
/*
Theme Name: Clearideaz
Author: Olivier Gorzalka
Author URI: http://clearideaz.com
Description: HTML5 & Responsive Theme for Clearideaz.com 
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
/*
	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/
/* HTML5 display definitions
---------------------------------------- */
/*
	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/
/* Base structure
---------------------------------------- */
/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  /* Force a scrollbar in non-IE */
  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  min-height: 100%;
}

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
  font: 1em/1.625 Georgia, serif;
  color: #231f20;
  /* Full black on white is too much contrast, $text is a better default */
}

/* Add and/or remove tags as your baseline grid needs */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6, img, figure, figcaption, button, hr {
  margin: 0 0 1.625em;
}

/* Headings/small
---------------------------------------- */
/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements 
*/
h1, h2, h3, h4, h5, h6 {
  font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', FreeSerif, Georgia, serif;
  font-size: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.925em;
  /* 42px */
  line-height: 1.1471em;
  margin: 0 0 0.3824em;
}
h2 {
  font-size: 1.625em;
  /* 42px */
  line-height: 1.2381em;
  margin: 0 0 0.619em;
}
h3 {
  font-size: 1.325em;
  /* 26px */
  line-height: 1em;
  margin: 0 0 1em;
}
small {
  font-size: 0.625em;
  /* 10px */
  margin: 0 0 2.6em;
}

/* Preformatted text and code
---------------------------------------- */
/* Allows line wrapping of 'pre' */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre, code, kbd, samp {
  font: 1em/1.625em Menlo, Consolas, "DejaVu Sans Mono", Monaco, "Courier New", Courier, monospace;
}

/* Tables
---------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

tr, th, td {
  padding-right: 1.625em;
}

/* Forms
---------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

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

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

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

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
  *overflow: auto;
}

/* Quotes
---------------------------------------- */
blockquote, q {
  quotes: none;
}

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

blockquote, q, cite {
  font-style: italic;
}

blockquote {
  padding-left: 1.625em;
  border-left: 1px solid #ddd;
}

blockquote > p {
  padding: 0;
}

/* Lists
---------------------------------------- */
ul, ol {
  list-style-position: inside;
  padding: 0;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

/* Links
---------------------------------------- */
a, a:visited {
  text-decoration: none;
  color: #cd5c4d;
}

a:hover {
  border-bottom: 1px solid;
}

a:focus {
  outline: thin dotted;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

/* Figures
---------------------------------------- */
figure {
  margin: 0;
}

/* Embedded content
---------------------------------------- */
img, object, video {
  max-width: 100%;
  /* Automatically scales images larger than the container. Consider this first: http://unstoppablerobotninja.com/entry/fluid-images/ */
  /* _width: 100%; /* IE6 doesn't support max-width, so we just use width. If the image is larger than the container, just uncomment this. If it is smaller than the container, uncomment and change the 100% value to an absolute one */
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/* Abbreviations
---------------------------------------- */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Marked/inserted/deleted text
---------------------------------------- */
mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

/* Others
---------------------------------------- */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

strong, b, dt {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Helper classes
---------------------------------------- */
/*
	* Micro clearfix hack, more semantically titled with 'group'
	* Source: nicolasgallagher.com/micro-clearfix-hack/
*/
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
}

/* Primary styles
---------------------------------------- */
/* Media queries
---------------------------------------- */
/* The media queries included in here are only placeholder. Modify them as your content requires *//* Print styles
---------------------------------------- */
/* Print styles inlined to avoid extra HTTP connection *//* SINGULARITY -- http://singularity.gs/ */
#menu li.menu-home a, #access .skip-link:first-of-type .assistive-text {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

#menu li.menu-home a, .page-home #content blockquote p, .back span, .post-nav .prev:not(:nth-child(1n+3)), .post-nav .next:not(:nth-child(1n+3)), #page-num-selector label, #page-num-selector input, body.page-404 h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * prism.js Dark theme for JavaScript, CSS and HTML
 * Based on the slides of the talk “/Reg(exp){2}lained/”
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: white;
  text-shadow: 0 -0.1em 0.2em black;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"],
:not(pre) > code[class*="language-"] {
  background: #292b30;
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  overflow: auto;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .15em .2em .05em;
  border-radius: .3em;
  border: 0.13em solid #7a6652;
  box-shadow: 1px 1px 0.3em -0.1em black inset;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #998066;
}

.token.punctuation {
  opacity: .7;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number {
  color: #d1949e;
}

.token.selector,
.token.attr-name,
.token.string {
  color: #bde052;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #f5b83d;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #d1949e;
}

.token.regex,
.token.important {
  color: #e90;
}

.token.important {
  font-weight: bold;
}

.token.entity {
  cursor: help;
}

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}

.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}

#site-description, .page-home #content h1, .localization,
.honorific-prefix, .thumb dl dt {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.entry-content .readmore {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 95px;
  -webkit-transform: translateY(10%) scale(0.8) rotate(45deg);
  -moz-transform: translateY(10%) scale(0.8) rotate(45deg);
  -ms-transform: translateY(10%) scale(0.8) rotate(45deg);
  -o-transform: translateY(10%) scale(0.8) rotate(45deg);
  transform: translateY(10%) scale(0.8) rotate(45deg);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
  -moz-box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
  box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
  background-color: #cd5c4d;
}
.entry-content .readmore a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  -webkit-transform: scale(1.25) rotate(-45deg);
  -moz-transform: scale(1.25) rotate(-45deg);
  -ms-transform: scale(1.25) rotate(-45deg);
  -o-transform: scale(1.25) rotate(-45deg);
  transform: scale(1.25) rotate(-45deg);
}
.entry-content .readmore:hover {
  background-color: #3da2bb;
}
.entry-content .readmore:hover a {
  border: none;
}

::selection {
  background-color: #cd5c4d;
  color: #f7f7f7;
}

::-moz-selection {
  background-color: #cd5c4d;
  color: #f7f7f7;
}

::-webkit-selection {
  background-color: #cd5c4d;
  color: #f7f7f7;
}

#branding img,
.assistive-text,
.skip-link,
#searchform {
  display: none;
}

@font-face {
  font-family: 'TeXGyreAdventorBold';
  src: url("../fonts/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cipher';
  src: url("../fonts/cipher-webfont.eot");
  src: url("../fonts/cipher-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cipher-webfont.woff") format("woff"), url("../fonts/cipher-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JustVector';
  src: url("../fonts/justvectorv2-webfont.eot");
  src: url("../fonts/justvectorv2-webfont.eot?#iefix") format("eot"), url("../fonts/justvectorv2-webfont.woff") format("woff"), url("../fonts/justvectorv2-webfont.ttf") format("truetype"), url("../fonts/justvectorv2-webfont.svg#webfontkw9J4lGf") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arrowicons';
  src: url("../fonts/arrowicons.eot");
  src: url("../fonts/arrowicons.eot?#iefix") format("eot"), url("../fonts/arrowicons.woff") format("woff"), url("../fonts/arrowicons.ttf") format("truetype"), url("../fonts/arrowicons.svg#webfontkw9J4lGf") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #f7f7f7;
  background-size: 25px 25px;
  z-index: -3;
  font-family: 'Nobile', Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #292b30), color-stop(20%, #292b30), color-stop(20%, #cd5c4d), color-stop(40%, #cd5c4d), color-stop(40%, #ec8574), color-stop(60%, #ec8574), color-stop(60%, #add9e4), color-stop(80%, #add9e4), color-stop(80%, #3da2bb), color-stop(100%, #3da2bb));
  background-image: -webkit-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: -moz-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: -o-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-size: 100% 3px;
}
#page {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../behaviors/box-sizing/boxsizing.php");
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  position: relative;
  padding: 0 2em 75px 2em;
}
#page:before, #page:after {
  content: "";
  display: table;
}
#page:after {
  clear: both;
}
h1, h2 {
  font-family: "TeXGyreAdventorBold", "AvantGarde-Demi", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-shadow: 1px 1px 0px #f7f7f7, 2px 2px 0px #dddddd;
  font-style: normal;
  font-weight: 400;
}

h1 {
  color: #3da2bb;
}
h1 ::selection {
  background-color: #292b30;
  color: #f7f7f7;
}
h1 ::-moz-selection {
  background-color: #292b30;
  color: #f7f7f7;
}
h1 ::-webkit-selection {
  background-color: #292b30;
  color: #f7f7f7;
}
h1 a, h1 a:visited {
  text-decoration: none;
  color: #cd5c4d;
}

h3 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Nobile', Helvetica, Arial, sans-serif;
}

pre {
  margin: 0 0 1.625em;
}

.alignnone {
  margin: 2em 2em 2em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto;
}

.alignright {
  float: right;
  margin: 2em 0 2em 0;
}

.alignleft {
  float: left;
  margin: 2em 0 2em 0;
}

.aligncenter {
  display: block;
  margin: 1em auto;
}
img.aligncenter {
  display: block;
  margin: 2em auto;
}

.large {
  margin: 1em auto 1em auto;
  display: block;
  clear: both;
}
.alert {
  padding: 10px;
}
.alert p, .alert ul {
  margin-bottom: 0.125em;
}
.alert.alert-success {
  background: #dff0d8;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 5px #dff0d8;
  -moz-box-shadow: 0 0 0 5px #dff0d8;
  box-shadow: 0 0 0 5px #dff0d8;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  margin-left: 5px;
  margin-right: 5px;
  color: #468847;
  margin: 5px;
}.alert.alert-error {
  background: #f2dede;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 5px #f2dede;
  -moz-box-shadow: 0 0 0 5px #f2dede;
  box-shadow: 0 0 0 5px #f2dede;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  margin-left: 5px;
  margin-right: 5px;
  color: #cd5c4d;
  margin: 5px;
}
.ampersand {
  font-family: 'cipher', Helvetica, Arial, sans-serif;
}

.entry-content figure {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-top: 1px dotted #DCDEE2;
  border-bottom: 1px dotted #DCDEE2;
}
.entry-content figure.alignright, .entry-content figure.alignleft {
  margin-top: 0;
}
.entry-content figure img {
  margin: .75em auto 0 auto;
}
.entry-content figure figcaption {
  clear: left;
  margin: 0 0 .75em 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
  font-size: 0.85em;
}
.entry-content .readmore {
  text-align: center;
  position: relative;
  padding: 0;
}
.entry-content ul {
  margin-left: -1.5em;
}
.entry-content ul li {
  position: relative;
  list-style: none;
  margin-left: 1.5em;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -1.4em;
  height: 0.5em;
  width: 0.5em;
  background-color: #cd5c4d;
  border: 2px solid #f7f7f7;
  -webkit-box-shadow: 0 0 2px #cd5c4d, 0 0 2px #cd5c4d;
  -moz-box-shadow: 0 0 2px #cd5c4d, 0 0 2px #cd5c4d;
  box-shadow: 0 0 2px #cd5c4d, 0 0 2px #cd5c4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.entry-content ul.demo {
  margin: 0 -2%;
  zoom: 1;
}
.entry-content ul.demo:before, .entry-content ul.demo:after {
  content: "";
  display: table;
}
.entry-content ul.demo:after {
  clear: both;
}
.entry-content ul.demo li {
  float: left;
  display: inline;
  margin: 1em 2%;
  width: 46%;
}
.entry-content ul.demo li:before {
  display: none;
}
.entry-content ul.demo li a {
  padding: 0.5em;
  color: #fff;
  background: #cd5c4d;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 10px #cd5c4d;
  -moz-box-shadow: 0 0 0 10px #cd5c4d;
  box-shadow: 0 0 0 10px #cd5c4d;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}.entry-content ul.demo li a:hover {
  background: #3da2bb;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 10px #3da2bb;
  -moz-box-shadow: 0 0 0 10px #3da2bb;
  box-shadow: 0 0 0 10px #3da2bb;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  margin-right: 10px;
}.entry-content ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  list-style: none;
}
.entry-content ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 0;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 0 4px 2.2em;
  /* Add some spacing around the content */
}
.entry-content ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
  padding: 0 0.1em;
  color: #fff;
  background: #cd5c4d;
  font-weight: bold;
  text-align: center;
}
.entry-content ol ol li:last-child {
  margin-bottom: 0;
}
.entry-content li ol {
  margin-top: 6px;
}

/*
  Forms
*/
label {
  margin-right: 2%;
  padding: 0.5em 0;
  display: block;
  clear: both;
}

input, select, textarea {
  background: none repeat scroll 0 0 #fff;
  border: 4px double #dcdee2;
  border-radius: 0 0 0 0;
  font-family: Helvetica,sans-serif;
  font-size: 1em;
  padding: 0.5em;
}

.required {
  color: #cd5c4d;
}

#page {
  width: 100%;
  overflow: hidden;
}

#branding,
#main {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../behaviors/box-sizing/boxsizing.php");
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  margin: 0 auto;
}
#branding:before, #branding:after,
#main:before,
#main:after {
  content: "";
  display: table;
}
#branding:after,
#main:after {
  clear: both;
}

#main {
  margin-top: 1.625em;
}

#branding {
  zoom: 1;
  margin-bottom: 2em;
  padding-top: 0.5em;
  overflow: visible;
  z-index: 2;
}
#branding:before, #branding:after {
  content: "";
  display: table;
}
#branding:after {
  clear: both;
}
#branding h1 {
  width: 250px;
  font-size: 1.625em;
  /* 26px */
  line-height: 1em;
  margin: 10px auto 0.5em auto;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid #292b30;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
#branding h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -30px;
  background: transparent url("../img/sep.png") no-repeat top center;
}#branding h1 a {
  background: transparent url("../img/clearideaz.png") no-repeat top center;
  padding-top: 160px;
  display: block;
  color: #292b30;
}
#branding h1 a:hover {
  border-bottom: none;
}

#menu {
  padding: 0 0 0.2em 0;
  margin: 0.3em 0;
  list-style: none;
  line-height: 1;
  font-family: "TeXGyreAdventorBold", "AvantGarde-Demi", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-shadow: 1px 1px 0px #f7f7f7, 2px 2px 0px #dddddd;
  font-size: 2em;
  zoom: 1;
  left: 100%;
  right: 0;
  z-index: 1;
}
#menu:before, #menu:after {
  content: "";
  display: table;
}
#menu:after {
  clear: both;
}#menu li {
  margin: 0;
  padding: 0;
  text-align: center;
}#menu li a {
  color: #292b30;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
#menu li a:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  color: #ec8574;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 0.5s, left 0.5s;
  -moz-transition: width 0.5s, left 0.5s;
  -o-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}
#menu li a[href*="articles"]:before {
  content: "Articles";
}
#menu li a[href*="portfolio"]:before {
  content: "Portfolio";
}
#menu li a[href*="cv"]:before {
  content: "CV";
}
#menu li a[href*="contact"]:before {
  content: "Contact";
}
#menu li a:hover {
  text-decoration: none;
  border-bottom: none;
}
#menu li a:hover:before {
  width: 100%;
}
#menu li.menu-home {
  float: none;
  display: none;
  text-align: center;
  width: 100%;
}
#menu li.menu-home a {
  margin: 0 auto;
  margin-top: 0.5em;
  height: 150px;
  width: 151px;
  background-image: url('../img/clearideaz.png?1363693622');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  text-indent: -999px;
}
#menu li.active a {
  cursor: default;
  color: #cd5c4d;
}
#menu li.active a:before {
  content: none;
}
#access .skip-link:first-of-type {
  position: absolute;
  right: 0px;
  top: 0;
  left: auto;
  overflow: hidden;
  z-index: 2;
}
#access .skip-link:first-of-type .assistive-text {
  margin-top: -50px;
  margin-right: -50px;
  display: block;
  height: 35px;
  width: 35px;
  background-image: url('../img/nav.png?1363693622');
  background-position: 17px 75%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 70px;
  width: 70px;
  padding-top: 35px;
  padding-right: 35px;
  background-color: #292b30;
  border: 2px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/*
    Homepage
*/
.page-home blockquote {
  font-size: 0.85em;
  margin: 1em auto 4em auto;
  padding: 0;
  color: #f7f7f7;
  position: relative;
  z-index: 5;
  border-left: none;
  text-align: center;
  z-index: 4;
}
@-moz-keyframes appear {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  98% {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  98% {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes appear {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  98% {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes appear {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  98% {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes appear {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  98% {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes fall {
  0% {
    -webkit-transform: translateY(-1024px);
    -moz-transform: translateY(-1024px);
    -ms-transform: translateY(-1024px);
    -o-transform: translateY(-1024px);
    transform: translateY(-1024px);
  }

  95% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fall {
  0% {
    -webkit-transform: translateY(-1024px);
    -moz-transform: translateY(-1024px);
    -ms-transform: translateY(-1024px);
    -o-transform: translateY(-1024px);
    transform: translateY(-1024px);
  }

  95% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fall {
  0% {
    -webkit-transform: translateY(-1024px);
    -moz-transform: translateY(-1024px);
    -ms-transform: translateY(-1024px);
    -o-transform: translateY(-1024px);
    transform: translateY(-1024px);
  }

  95% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fall {
  0% {
    -webkit-transform: translateY(-1024px);
    -moz-transform: translateY(-1024px);
    -ms-transform: translateY(-1024px);
    -o-transform: translateY(-1024px);
    transform: translateY(-1024px);
  }

  95% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fall {
  0% {
    -webkit-transform: translateY(-1024px);
    -moz-transform: translateY(-1024px);
    -ms-transform: translateY(-1024px);
    -o-transform: translateY(-1024px);
    transform: translateY(-1024px);
  }

  95% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slideleft {
  0% {
    left: -1024px;
    opacity: 0;
  }

  95% {
    left: 5px;
    opacity: 1;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes slideleft {
  0% {
    left: -1024px;
    opacity: 0;
  }

  95% {
    left: 5px;
    opacity: 1;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes slideleft {
  0% {
    left: -1024px;
    opacity: 0;
  }

  95% {
    left: 5px;
    opacity: 1;
  }

  100% {
    left: 0;
  }
}

@-o-keyframes slideleft {
  0% {
    left: -1024px;
    opacity: 0;
  }

  95% {
    left: 5px;
    opacity: 1;
  }

  100% {
    left: 0;
  }
}

@keyframes slideleft {
  0% {
    left: -1024px;
    opacity: 0;
  }

  95% {
    left: 5px;
    opacity: 1;
  }

  100% {
    left: 0;
  }
}

.page-home #content blockquote {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  animation-name: appear;
  margin: 1em auto 4em auto;
  padding: 0;
  color: #f7f7f7;
  position: relative;
  z-index: 5;
  border-left: none;
  text-align: center;
  z-index: 4;
}.page-home #content blockquote:after {
  content: "";
  position: absolute;
  right: 75%;
  top: 4em;
  height: 5em;
  width: 5em;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content blockquote:before {
  content: "";
  position: absolute;
  right: 15%;
  top: 1.5em;
  height: 3em;
  width: 3em;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content blockquote p {
  text-align: center;
  max-width: 18em;
  min-height: 15em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #292b30;
  vertical-align: middle;
  font-family: "TeXGyreAdventorBold", "AvantGarde-Demi", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-shadow: 1px 1px 0px #f7f7f7, 2px 2px 0px #dddddd;
  padding: 3em 10% 4em 10%;
  line-height: 1.325;
  margin: 0 -1em;
  text-shadow: 1px 1px 0 #292b30, 2px 2px 0 #6f7583;
  -webkit-box-shadow: 0.5em 0.5em 0 #f7f7f7, 1em 1em 0 #dddddd;
  -moz-box-shadow: 0.5em 0.5em 0 #f7f7f7, 1em 1em 0 #dddddd;
  box-shadow: 0.5em 0.5em 0 #f7f7f7, 1em 1em 0 #dddddd;
}
.page-home #content blockquote p strong {
  display: block;
  font-size: 1.7em;
}
.page-home #content blockquote p strong:after {
  content: "";
  position: absolute;
  right: 90%;
  top: 8em;
  height: 0.5em;
  width: 0.5em;
  background-color: #dddddd;
  -webkit-box-shadow: -3em -3em 0 #eaeaea;
  -moz-box-shadow: -3em -3em 0 #eaeaea;
  box-shadow: -3em -3em 0 #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content blockquote p strong:before {
  content: "";
  position: absolute;
  right: 5%;
  top: 10em;
  height: 1.5em;
  width: 1.5em;
  -webkit-box-shadow: 3em -5em 0 #eaeaea;
  -moz-box-shadow: 3em -5em 0 #eaeaea;
  box-shadow: 3em -5em 0 #eaeaea;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content blockquote p:after {
  content: "";
  position: absolute;
  right: 90%;
  top: 8em;
  height: 1em;
  width: 1em;
  -webkit-box-shadow: 5em -6em 0 #eaeaea;
  -moz-box-shadow: 5em -6em 0 #eaeaea;
  box-shadow: 5em -6em 0 #eaeaea;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content blockquote p:before {
  content: "";
  position: absolute;
  right: 8%;
  top: 0.5em;
  height: 1.25em;
  width: 1.25em;
  -webkit-box-shadow: 4em 4em 0 #eaeaea;
  -moz-box-shadow: 4em 4em 0 #eaeaea;
  box-shadow: 4em 4em 0 #eaeaea;
  background-color: #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.page-home #content {
  zoom: 1;
  position: relative;
  /* Funny title */
}
.page-home #content:before, .page-home #content:after {
  content: "";
  display: table;
}
.page-home #content:after {
  clear: both;
}
.page-home #content ul {
  list-style: none;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 8em;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 65em;
  min-width: 50em;
  text-align: center;
}.page-home #content ul li {
  margin: 3.5em auto;
  display: block;
  clear: both;
  position: relative;
  left: 38%;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  animation-name: appear;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.page-home #content ul li:first-child {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.page-home #content ul li:first-child + li {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.page-home #content ul li:first-child + li + li {
  -webkit-animation-delay: 0.95s;
  -moz-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.page-home #content ul li:last-child {
  margin-top: -2em;
  left: 31%;
}
.page-home #content ul li a {
  background: #cd5c4d;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 10px #cd5c4d;
  -moz-box-shadow: 0 0 0 10px #cd5c4d;
  box-shadow: 0 0 0 10px #cd5c4d;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-family: "TeXGyreAdventorBold", "AvantGarde-Demi", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-shadow: 1px 1px 0px #f7f7f7, 2px 2px 0px #dddddd;
  text-shadow: 1px 1px 0 #cd5c4d, 2px 2px 0 #6f7583;
  width: 4em;
  vertical-align: middle;
  font-size: 2em;
  line-height: 1.5em;
  height: 3.2em;
  padding: 0.4em 0;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}.page-home #content ul li a:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page-home #content h2 {
  text-shadow: inherit;
  background: #3da2bb;
  font-size: 1.625em;
  text-transform: uppercase;
  width: 6em;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.page-home #content h2 + p {
  position: relative;
  margin-bottom: 7.6em;
}
.page-home #content h2 + p:after {
  content: "";
  position: absolute;
  left: -3em;
  right: -2em;
  top: -4.5em;
  z-index: -1;
  bottom: -4.5em;
  border: 3px dashed #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-home #content h2 + p:before {
  content: "";
  position: absolute;
  left: -4em;
  right: -2em;
  top: -3.5em;
  z-index: -1;
  bottom: -4.5em;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
  border: 3px dashed #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-home #content h2 + p a {
  position: absolute;
  bottom: -6em;
  right: 0;
  font-size: 0.8em;
  margin: 0;
  display: block;
  font-size: 0.8em;
  max-width: 4.5em;
  padding: 1.25em 0.25em;
  background-color: #cd5c4d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0 50% 50% 50%;
  -moz-border-radius: 0 50% 50% 50%;
  -ms-border-radius: 0 50% 50% 50%;
  -o-border-radius: 0 50% 50% 50%;
  border-radius: 0 50% 50% 50%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #cd5c4d, 2px 2px 0 #292b30;
  line-height: 1.2381em;
  -webkit-transition: background-color 0.5s ease-in, text-shadow 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in, text-shadow 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in, text-shadow 0.5s ease-in;
  transition: background-color 0.5s ease-in, text-shadow 0.5s ease-in;
  -webkit-box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
  -moz-box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
  box-shadow: 2.5px 2.5px 0 #f7f7f7, 5px 5px 0 #dddddd;
}
.page-home #content h2 + p a:hover {
  background-color: #3da2bb;
  text-shadow: 1px 1px 0 #3da2bb, 2px 2px 0 #292b30;
  border-bottom: none;
}.page-home #content h2:not(:first-of-type) {
  margin-top: 1.3em;
}
.page-home #content h2.lettering {
  background-color: transparent;
  width: auto;
  min-width: 9em;
  margin: 0.8em auto 0.1em;
}
.page-home #content h2.lettering.animated {
  visibility: hidden;
}
.page-home #content h2.lettering.tadaa {
  visibility: visible;
}
.page-home #content h2.lettering.tadaa:first-of-type > .word > .char {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slideleft;
  -moz-animation-name: slideleft;
  animation-name: slideleft;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.page-home #content h2.lettering.tadaa:first-of-type .char3, .page-home #content h2.lettering.tadaa:first-of-type .char4 {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.page-home #content h2.lettering.tadaa:first-of-type .char5, .page-home #content h2.lettering.tadaa:first-of-type .char6 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.page-home #content h2.lettering.tadaa:first-of-type .char7, .page-home #content h2.lettering.tadaa:first-of-type .char8 {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.page-home #content h2.lettering.tadaa:first-of-type .char9, .page-home #content h2.lettering.tadaa:first-of-type .char10 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.page-home #content h2.lettering.tadaa:not(:first-of-type) > .word {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fall;
  -moz-animation-name: fall;
  animation-name: fall;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.page-home #content h2.lettering.tadaa:not(:first-of-type) > .word:first-child + .word {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page-home #content h2.lettering.tadaa:not(:first-of-type) > .word:first-child + .word + .word {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page-home #content h2.lettering .char, .page-home #content h2.lettering .word {
  display: inline-block;
  position: relative;
  z-index: 5;
}.page-home #content h2:nth-of-type(1).lettering {
  margin-bottom: 1em;
}
.page-home #content h2:nth-of-type(1) .word > .char {
  width: 0.9em;
  padding-bottom: 0.1em;
  text-align: center;
  position: relative;
  background-color: #3da2bb;
  text-shadow: 0px -1px 0px #374683;
}
.page-home #content h2:nth-of-type(1) .word > .char:nth-child(even) {
  -webkit-transform: scale(1) skewY(-25deg);
  -moz-transform: scale(1) skewY(-25deg);
  -ms-transform: scale(1) skewY(-25deg);
  -o-transform: scale(1) skewY(-25deg);
  transform: scale(1) skewY(-25deg);
}
.page-home #content h2:nth-of-type(1) .word > .char:nth-child(even):after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(115, 190, 209, 0.5)), color-stop(100%, rgba(173, 217, 228, 0)));
  background-image: -webkit-linear-gradient(rgba(115, 190, 209, 0.5), rgba(173, 217, 228, 0));
  background-image: -moz-linear-gradient(rgba(115, 190, 209, 0.5), rgba(173, 217, 228, 0));
  background-image: -o-linear-gradient(rgba(115, 190, 209, 0.5), rgba(173, 217, 228, 0));
  background-image: linear-gradient(rgba(115, 190, 209, 0.5), rgba(173, 217, 228, 0));
}
.page-home #content h2:nth-of-type(1) .word > .char:nth-child(odd) {
  background: #60b5cb;
  margin-left: 5px;
  -webkit-transform: scale(1) skewY(25deg);
  -moz-transform: scale(1) skewY(25deg);
  -ms-transform: scale(1) skewY(25deg);
  -o-transform: scale(1) skewY(25deg);
  transform: scale(1) skewY(25deg);
}
.page-home #content h2:nth-of-type(1) .word > .char:nth-child(odd):before {
  position: absolute;
  top: -0.9em;
  left: 0;
  content: "";
  display: block;
  background: #add9e4;
  width: 0.85em;
  height: 0.9em;
  -webkit-transform: translate(0.48em, 0.02em) rotate(-90deg) skewY(47deg);
  -moz-transform: translate(0.48em, 0.02em) rotate(-90deg) skewY(47deg);
  -ms-transform: translate(0.48em, 0.02em) rotate(-90deg) skewY(47deg);
  -o-transform: translate(0.48em, 0.02em) rotate(-90deg) skewY(47deg);
  transform: translate(0.48em, 0.02em) rotate(-90deg) skewY(47deg);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(41, 43, 48, 0.1)), color-stop(100%, rgba(41, 43, 48, 0)));
  background-image: -webkit-linear-gradient(rgba(41, 43, 48, 0.1), rgba(41, 43, 48, 0));
  background-image: -moz-linear-gradient(rgba(41, 43, 48, 0.1), rgba(41, 43, 48, 0));
  background-image: -o-linear-gradient(rgba(41, 43, 48, 0.1), rgba(41, 43, 48, 0));
  background-image: linear-gradient(rgba(41, 43, 48, 0.1), rgba(41, 43, 48, 0));
}
.page-home #content h2:nth-of-type(1) .word > .char:nth-child(4n+1), .page-home #content h2:nth-of-type(1) .word > .char:nth-child(4n+1) + span {
  top: 0px;
}
.page-home #content h2:nth-of-type(1) .word > .char:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  width: 0.9em;
  height: 0.5em;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(154, 208, 222, 0.5)), color-stop(100%, rgba(173, 217, 228, 0)));
  background-image: -webkit-linear-gradient(rgba(154, 208, 222, 0.5), rgba(173, 217, 228, 0));
  background-image: -moz-linear-gradient(rgba(154, 208, 222, 0.5), rgba(173, 217, 228, 0));
  background-image: -o-linear-gradient(rgba(154, 208, 222, 0.5), rgba(173, 217, 228, 0));
  background-image: linear-gradient(rgba(154, 208, 222, 0.5), rgba(173, 217, 228, 0));
}
.page-home #content h2:nth-of-type(2).lettering {
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0, rgba(0, 0, 0, 0.2) 0 -1px 0;
  min-width: 6.8em;
  left: 0.5em;
}
.page-home #content h2:nth-of-type(2).lettering .word {
  display: block;
  clear: both;
  margin-top: -0.3em;
}
.page-home #content h2:nth-of-type(2).lettering .word:nth-child(even) {
  margin-left: -0.55em;
}
.page-home #content h2:nth-of-type(2).lettering .word:nth-child(even) > .char {
  background-color: #292b30;
}
.page-home #content h2:nth-of-type(2).lettering .word > .char {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #cd5c4d;
}
.page-home #content h2:nth-of-type(2).lettering .word > .char .char {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 1.2em;
  width: 1.2em;
}
.page-home #content h2:nth-of-type(2).lettering .word .char:nth-child(even) {
  margin: 0 0.55em;
}
.page-home #content h2:nth-of-type(3).lettering {
  background: transparent;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.page-home #content h2:nth-of-type(3) .word:nth-child(1),
.page-home #content h2:nth-of-type(3) .word:nth-child(3),
.page-home #content h2:nth-of-type(3) .word:nth-child(2) > .char {
  text-align: center;
  border: 0.2em solid #f7f7f7;
  padding: 0.8em 0.1em;
  -webkit-box-shadow: 0 0 1px #4c5059;
  -moz-box-shadow: 0 0 1px #4c5059;
  box-shadow: 0 0 1px #4c5059;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: -0.2em;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #3da2bb;
  width: 2.5em;
}
.page-home #content h2:nth-of-type(3) .word:nth-child(2) {
  z-index: 6;
  margin: 0.2em -0.3em;
  font-family: 'cipher', Helvetica, Arial, sans-serif;
  opacity: 0.7;
}
.page-home #content h2:nth-of-type(3) .word:nth-child(2) .char {
  width: 1.3em;
  padding: 0.2em 0.1em;
  text-indent: 0.15em;
  background-color: #000;
  -webkit-box-shadow: 0 0 1px black;
  -moz-box-shadow: 0 0 1px black;
  box-shadow: 0 0 1px black;
}

/*

    Blog

*/
.entry .entry-metas, #resume #personal {
  color: #939a9c;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.625em;
  border-bottom: 1px solid #dcdee2;
  border-top: 1px solid #dcdee2;
  margin: 0 0 1.625em;
}

.entry {
  zoom: 1;
  border-bottom: 1px dashed #dcdee2;
  padding-bottom: 1.625em;
  margin-bottom: 2em;
  position: relative;
}
.entry:before, .entry:after {
  content: "";
  display: table;
}
.entry:after {
  clear: both;
}
.entry:after {
  border-bottom: 1px dashed #dcdee2;
  content: "";
  display: block;
  position: relative;
  top: 1.4em;
  width: 100%;
}
.entry .entry-metas {
  text-align: center;
  font-style: italic;
}
.entry-content blockquote {
  position: relative;
  font-family: Georgia, serif;
  font-size: 1.325em;
  padding: 0;
  border-left: none;
}
.entry-content blockquote:before {
  position: absolute;
  display: block;
  content: "\201C";
  font-size: 3em;
  left: -0.5em;
  top: -0.425em;
  color: rgba(41, 43, 48, 0.3);
  text-align: left;
}
.entry-content blockquote:first-letter {
  font-size: 1.625em;
}
.entry-content blockquote cite {
  color: #999999;
  font-size: 0.8em;
  display: block;
  margin-top: 0.3824em;
}
.entry-content blockquote cite:before {
  content: "\2014 \2009";
}

/*

  Portfolio
  
*/
.portfolio {
  zoom: 1;
  margin: 1em -1% 1em -1%;
}
.portfolio.entries {
  border-bottom: 1px dashed #dcdee2;
  padding-bottom: 1.625em;
  margin-bottom: 2em;
}
.portfolio.entries:after {
  border-bottom: 1px dashed #dcdee2;
  content: "";
  display: block;
  position: relative;
  top: 1.4em;
  width: 100%;
}
.portfolio:before, .portfolio:after {
  content: "";
  display: table;
}
.portfolio:after {
  clear: both;
}
.portfolio .entry {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
  margin: 0 auto 1.5em auto;
  max-width: 364px;
  padding: 0;
  line-height: 1;
  border-bottom: none;
  -webkit-box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
  -moz-box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
  box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
}.portfolio .entry:after {
  border-bottom: none;
}
.portfolio .entry a:hover {
  border-bottom: none;
}
.portfolio .entry a:hover .entry-header {
  background-color: rgba(41, 43, 48, 0.9);
  bottom: 0%;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.portfolio .entry a:hover .entry-header h1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.portfolio .entry a:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.portfolio .entry .entry-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -25%;
  bottom: 50%;
  text-align: center;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: rgba(205, 92, 77, 0.9);
  -webkit-transition: left 0.5s ease-in, bottom 0.5s ease-in, background-color 0.5s ease-in, -webkit-transform 0.5s ease-in;
  -moz-transition: left 0.5s ease-in, bottom 0.5s ease-in, background-color 0.5s ease-in, -moz-transform 0.5s ease-in;
  -o-transition: left 0.5s ease-in, bottom 0.5s ease-in, background-color 0.5s ease-in, -o-transform 0.5s ease-in;
  transition: left 0.5s ease-in, bottom 0.5s ease-in, background-color 0.5s ease-in, transform 0.5s ease-in;
}
.portfolio .entry .entry-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.portfolio .entry .entry-header h1 {
  display: inline-block;
  vertical-align: middle;
  width: 6.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 0 #cd5c4d, 2px 2px 0 #292b30;
  font-size: 1.625em;
  /* 42px */
  line-height: 1.2381em;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  -moz-transition: -moz-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}.portfolio .entry .entry-header,
.portfolio .entry .entry-content {
  padding: 0;
  margin: 0;
}
.portfolio .entry img {
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
  float: left;
  clear: both;
  z-index: 1;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-transform 0.5s ease-in, -webkit-filter 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in, -webkit-filter 0.2s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in, -webkit-filter 0.2s ease-in-out;
  transition: transform 0.5s ease-in, -webkit-filter 0.2s ease-in-out;
}

.back {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5;
  width: 12em;
  color: #292b30;
}.back span {
  line-height: 1;
  display: inline;
  float: left;
  position: relative;
  text-indent: -9999px;
  background: #292b30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  margin-bottom: 0.325em;
  top: -1em;
}
.back span:after {
  font-family: 'arrowicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
  text-indent: 0px;
  font-size: 5em;
  color: #f7f7f7;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  content: '\e75d';
}
.back:hover {
  border-bottom: none;
  color: #cd5c4d;
}
.back:hover span {
  background: #cd5c4d;
}

.portfolio-entry {
  position: relative;
  padding-bottom: 0.5em;
  zoom: 1;
}
.portfolio-entry:before, .portfolio-entry:after {
  content: "";
  display: table;
}
.portfolio-entry:after {
  clear: both;
}
.portfolio-entry .entry {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.portfolio-entry .entry:after {
  display: none;
}
.portfolio-entry .entry > ul {
  list-style: none;
}
.portfolio-entry .entry > ul > li {
  border-bottom: 1px solid #DCDEE2;
  margin: 0 0 1.625em;
  text-align: left;
  font-style: normal;
  padding: 10px 15px;
  margin: 0;
}
.portfolio-entry .entry > ul > li em {
  display: block;
  font-weight: bold;
  font-style: normal;
}
.portfolio-entry .entry > ul > li em small {
  font-weight: normal;
}
.portfolio-entry .thumbnails {
  display: none;
}
.portfolio-entry .entry {
  margin: 0;
}
.portfolio-entry .entry ul {
  border-right: none;
}.portfolio-entry #screenshots {
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}
.portfolio-entry #screenshots .figure img {
  margin: 7.5px 0 7.5px;
}
.portfolio-entry #screenshots .figure img:first-child {
  margin-top: 20px;
}.portfolio-entry .entry-header {
  position: relative;
  background-color: #DCDEE2;
  background-color: rgba(220, 222, 226, 0.88);
  overflow: hidden;
  padding: 3em 15px 3em 15px;
}.portfolio-entry .entry-header .mask {
  position: absolute;
  top: -20em;
  left: 0;
  right: 0;
  bottom: -20em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
  -webkit-transform: rotate(-10deg) scale(1.2);
  -moz-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  -o-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  background-color: #292b30;
}
.portfolio-entry .entry-header a {
  color: #292b30;
}
.portfolio-entry .entry-header a:hover {
  color: #cd5c4d;
}
.portfolio-entry .entry-header h1 {
  text-shadow: none;
  color: #292b30;
}
.portfolio-entry .entry-header h1, .portfolio-entry .entry-header p {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

/*

    Resume
    
*/
.timeline {
  -webkit-border-radius: 15em 15em;
  -moz-border-radius: 15em / 15em;
  border-radius: 15em / 15em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.05);
}.timeline ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
.timeline li {
  margin: 0;
}

.intervals {
  margin: 0;
  zoom: 1;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(7.5%, rgba(0, 0, 0, 0)), color-stop(92.5%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 7.5%, rgba(0, 0, 0, 0) 92.5%, rgba(0, 0, 0, 0.1) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 7.5%, rgba(0, 0, 0, 0) 92.5%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 7.5%, rgba(0, 0, 0, 0) 92.5%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 7.5%, rgba(0, 0, 0, 0) 92.5%, rgba(0, 0, 0, 0.1) 100%);
}
.intervals:before, .intervals:after {
  content: "";
  display: table;
}
.intervals:after {
  clear: both;
}
.intervals li {
  float: left;
  padding: 0.2em 0 1.4em;
  text-align: center;
  background: rgba(0, 0, 0, 0.025);
}
.intervals li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.events {
  position: relative;
  margin: -1.5em 0 0.5em 0;
}
.events li {
  background-color: #cd5c4d;
  height: 1em;
  padding: 0;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  position: relative;
}
.events li span {
  position: absolute;
  top: 0;
  font-size: 0.625em;
  /* 10px */
  width: 8em;
}
.events li span.timestart {
  left: -8.5em;
  text-align: right;
}
.events li span.timeend {
  right: -8.5em;
  text-align: left;
}
.events li .hidden, .events li .details {
  top: -9999px;
  left: 0;
}

.js .event-time {
  position: absolute;
  top: -9999px;
  left: 0;
}

#resume .given-name,
#resume .family-name {
  display: block;
}
#resume #personal {
  font-size: 0.825em;
}
#resume #personal abbr[title] {
  border: none;
}
#resume #personal dl {
  margin-bottom: 0;
}
#resume #personal dt, #resume #personal dd {
  display: block;
}
#resume #personal dt {
  margin: 0 0 0 0;
}
#resume #personal dd {
  padding: 0;
  margin: 0 0 0.625em 0;
}
#cv_content {
  clear: both;
}
#cv_content h1 {
  clear: both;
  text-align: center;
  border-bottom: 1px solid #dcdee2;
  border-top: 1px solid #dcdee2;
  padding: 0.2em 0 0.4em 0;
  margin-top: 1em;
}

.skill-detail,
.vevent {
  padding: 1em 0;
  margin-bottom: 1em;
}

#skills {
  clear: both;
  width: 100%;
}#skills ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.skill-detail {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  animation-name: appear;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.skill-detail:first-child {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.skill-detail:first-child + li {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.vevent {
  text-align: center;
}
.vevent h2, .vevent h3 {
  margin-bottom: 0.325em;
}
.vevent .additionnal-infos {
  font-size: 0.925em;
}
.vevent h2, .vevent h3, .vevent p {
  margin-left: 1em;
  margin-right: 1em;
}
#colophon {
  margin: 0 auto 0 auto;
  background-color: #292b30;
  position: relative;
  color: #f7f7f7;
  overflow: hidden;
  background-image: -webkit-linear-gradient(0deg, #dddddd 0px, #dddddd 1em);
  background-image: -moz-linear-gradient(0deg, #dddddd 0px, #dddddd 1em);
  background-image: -o-linear-gradient(0deg, #dddddd 0px, #dddddd 1em);
  background-image: linear-gradient(0deg, #dddddd 0px, #dddddd 1em);
  background-size: 0.5em 0.5em;
  background-repeat: repeat-x;
  background-position: top left;
  padding: 60px 0;
  text-align: center;
}#colophon:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-box-shadow: -0.05em 0.5em 0 #dddddd, -0.5em -0.05em 0 #dddddd, -0.5em 0.5em 0 #dddddd;
  -moz-box-shadow: -0.05em 0.5em 0 #dddddd, -0.5em -0.05em 0 #dddddd, -0.5em 0.5em 0 #dddddd;
  box-shadow: -0.05em 0.5em 0 #dddddd, -0.5em -0.05em 0 #dddddd, -0.5em 0.5em 0 #dddddd;
  background: #f7f7f7;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-0.35em) translateY(0.35em);
  -moz-transform: rotate(-45deg) translateX(-0.35em) translateY(0.35em);
  -ms-transform: rotate(-45deg) translateX(-0.35em) translateY(0.35em);
  -o-transform: rotate(-45deg) translateX(-0.35em) translateY(0.35em);
  transform: rotate(-45deg) translateX(-0.35em) translateY(0.35em);
  margin-left: -0.5em;
}
#colophon .content {
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../behaviors/box-sizing/boxsizing.php");
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  margin: 0 auto;
}
#colophon .content:before, #colophon .content:after {
  content: "";
  display: table;
}
#colophon .content:after {
  clear: both;
}
#colophon a {
  color: #c4c4c4;
}
#colophon .social a {
  text-align: center;
  float: left;
  width: 50%;
  font-size: 0.8em;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#colophon .social a:hover {
  border-bottom: none;
}
#colophon .social a span {
  display: block;
}
#colophon .social a.github:before, #colophon .social a.twitter:before {
  display: block;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-family: 'JustVector';
  font-size: 35px;
  height: 50px;
  margin: 10px auto;
  line-height: 50px;
  width: 50px;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  background: #292b30;
  color: #f7f7f7;
  clear: both;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 5px 5px 0 #40444c;
  -moz-box-shadow: 5px 5px 0 #40444c;
  box-shadow: 5px 5px 0 #40444c;
}
#colophon .social a.github:hover:before {
  background-color: #3da2bb;
}
#colophon .social a.github:before {
  content: "G";
}
#colophon .social a.twitter:hover:before {
  background-color: #3da2bb;
}
#colophon .social a.twitter:before {
  content: "t";
}
#colophon .about {
  padding-top: 1em;
}
#colophon .about h1 {
  font-size: 1.2em;
  text-shadow: 1px 1px 0px #292b30, 2px 2px 0px #40444c;
}
#colophon .about p {
  position: relative;
  padding: 0 0.5em;
}
#colophon .about p:after, #colophon .about p:before {
  content: "";
  display: block;
  border: 2px solid #40444c;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 0.5em;
}
#colophon .about p:before {
  border-right: none;
  left: 0.5em;
  -webkit-border-radius: 0.5em 0 0 0.5em;
  -moz-border-radius: 0.5em 0 0 0.5em;
  -ms-border-radius: 0.5em 0 0 0.5em;
  -o-border-radius: 0.5em 0 0 0.5em;
  border-radius: 0.5em 0 0 0.5em;
}
#colophon .about p:after {
  border-left: none;
  right: 0.5em;
  -webkit-border-radius: 0 0.5em 0.5em 0;
  -moz-border-radius: 0 0.5em 0.5em 0;
  -ms-border-radius: 0 0.5em 0.5em 0;
  -o-border-radius: 0 0.5em 0.5em 0;
  border-radius: 0 0.5em 0.5em 0;
}#colophon .faint {
  font-size: 0.8em;
  margin-top: 2em;
  clear: both;
  color: #c4c4c4;
}
#colophon .faint a img {
  margin-bottom: 0;
  position: relative;
  top: 0.55em;
}
#colophon .faint a:hover {
  border: none;
}

.thumb {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #DFDFDF;
  border: 10px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #DFDFDF;
  padding: 1px;
  position: relative;
  z-index: 5;
  max-width: 200px;
  margin: 0 auto 30px auto;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: appear;
  -moz-animation-name: appear;
  animation-name: appear;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}.thumb:hover {
  background: #fff;
}
.thumb:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.thumb img {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.thumb dl {
  margin: 0;
  padding: 0;
}
.thumb dl dd {
  padding: 0;
  margin: 0;
}
.thumb dl dd a {
  position: absolute;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 1px 1px 1px 1px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #DFDFDF;
  color: #292b30;
  position: absolute;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.thumb dl dd a:before {
  display: inline-block;
  padding: 0 2px;
  margin-top: 0.05em;
  margin-left: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-family: 'JustVector';
  font-size: 35px;
  margin-right: 7px;
  line-height: 34px;
  text-indent: 0;
}
.thumb dl dd a:hover:before {
  color: #fff;
}
.thumb dl dd a[href*='twitter.com'] {
  margin-top: -17.5px;
  top: 50%;
  right: -25px;
}
.thumb dl dd a[href*='twitter.com']:hover {
  background-color: #0198d0;
}
.thumb dl dd a[href*='twitter.com']:before {
  content: "t";
}
.thumb dl dd a[href*='github.com'] {
  margin-left: -17.5px;
  margin-top: -17.5px;
  top: 74.25%;
  left: 93%;
}
.thumb dl dd a[href*='github.com']:hover {
  background-color: #000;
}
.thumb dl dd a[href*='github.com']:before {
  content: "G";
  margin-left: 1px;
}
.thumb dl dd a[href*='delicious.com']:hover {
  background-color: #3271CB;
}
.thumb dl dd a[href*='delicious.com']:before {
  content: "c";
}
.thumb dl dd a[href*='dribbble.com']:hover {
  background-color: #cd3f75;
}
.thumb dl dd a[href*='dribbble.com']:before {
  content: "d";
}
.thumb dl dd a[href*='last.fm'] {
  margin-left: -17.5px;
  left: 50%;
  bottom: -22.5px;
}
.thumb dl dd a[href*='last.fm']:hover {
  background-color: #D51007;
}
.thumb dl dd a[href*='last.fm']:before {
  content: "L";
}
.thumb dl dd a[href*='google.com'] {
  left: 74.25%;
  top: 93%;
  margin-left: -17.5px;
  margin-top: -17.5px;
}
.thumb dl dd a[href*='google.com']:hover {
  background-color: #c73d20;
}
.thumb dl dd a[href*='google.com']:before {
  content: "g";
  margin-left: 1px;
}
.thumb dl dd a[href*='zootool.com']:before {
  content: "z";
}
.thumb dl dd a[href*='zootool.com']:hover:before {
  background-color: #2B1F12;
}
.thumb dl dd a[href*='twitter.com']:before, .thumb dl dd a[href*='last.fm']:before {
  padding: 0.15em 0.15em;
}

.skill-detail ul {
  margin: 0;
  padding: 0;
}

.hresume {
  width: 100%;
}
.hresume ul {
  list-style: none;
}
.navigation {
  clear: both;
  zoom: 1;
}
.navigation:before, .navigation:after {
  content: "";
  display: table;
}
.navigation:after {
  clear: both;
}

.page-contact .entry {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-contact .entry:after {
  border-bottom: none;
}
.page-contact form {
  position: relative;
  margin: 3em auto;
  max-width: 500px;
  z-index: 4;
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-image: -webkit-repeating-linear-gradient(-45deg, #cd5c4d, #cd5c4d 30px, white 30px, white 40px, #3da2bb 40px, #3da2bb 70px, white 70px, white 80px);
  background-image: -moz-repeating-linear-gradient(-45deg, #cd5c4d, #cd5c4d 30px, white 30px, white 40px, #3da2bb 40px, #3da2bb 70px, white 70px, white 80px);
  background-image: repeating-linear-gradient(-45deg, #cd5c4d, #cd5c4d 30px, white 30px, white 40px, #3da2bb 40px, #3da2bb 70px, white 70px, white 80px);
}
.page-contact form .alert {
  margin-right: 95px;
  margin-bottom: 15px;
}
.page-contact form .alert.alert-success {
  margin: 125px 45px 85px 45px;
  text-align: center;
}
.page-contact form fieldset {
  min-height: 85px;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 10px;
  z-index: -1;
}
.page-contact form fieldset div {
  clear: both;
  margin: 7px 0;
}
.page-contact form fieldset div.action {
  text-align: center;
}
.page-contact form fieldset:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 13px;
  top: 13px;
  content: "t";
  border: 5px solid #add9e4;
  background-color: #fff;
  color: #add9e4;
  font-family: 'JustVector';
  font-size: 65px;
  line-height: 1.3;
  height: 80px;
  padding: 0 5px;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.page-contact form fieldset:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  right: 13px;
  top: 13px;
  height: 80px;
  width: 74px;
}
.page-contact form input[type=submit],
.page-contact form input.submit {
  background: #cd5c4d;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 5px #cd5c4d;
  -moz-box-shadow: 0 0 0 5px #cd5c4d;
  box-shadow: 0 0 0 5px #cd5c4d;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}.page-contact form input[type=submit]:hover,
.page-contact form input.submit:hover {
  background: #3da2bb;
  text-shadow: inherit;
  -webkit-box-shadow: 0 0 0 5px #3da2bb;
  -moz-box-shadow: 0 0 0 5px #3da2bb;
  box-shadow: 0 0 0 5px #3da2bb;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  margin-left: 5px;
  margin-right: 5px;
}.page-contact form #message {
  width: 55%;
}
#pagination {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 15px 55px;
  position: relative;
  margin: 0 auto 20px auto;
  width: 182px;
  clear: both;
}
#pagination a:hover {
  border-bottom: none;
}
#pagination nav a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 6px;
  cursor: pointer;
  text-indent: -9000px;
}
#pagination nav a.prev {
  left: 0px;
}
#pagination nav a.prev:after {
  content: '\e75d';
}
#pagination nav a.next {
  right: 0px;
}
#pagination nav a.next:after {
  content: '\e75e';
}
#pagination nav a:after {
  font-family: 'arrowicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
  text-indent: 0px;
  font-size: 30px;
  color: #cd5c4d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#pagination nav a:hover:after {
  color: #3da2bb;
}

.post-nav {
  text-align: center;
  padding: 1em 0;
  /*
  .prev:not(:nth-child(1n+3)) {
    &:after {
      @include transform-origin(0,0);
      @include rotate(-45deg);
    }
    
    &:before {
      @include transform-origin(0,100%);
      @include rotate(45deg);
    }
  }
  
  .next:not(:nth-child(1n+3)) {
    
    &:after {
      @include transform-origin(100%,100%);
      @include rotate(-45deg);
    }
    
    &:before {
      @include transform-origin(100%,0);
      @include rotate(45deg);
    }
  }
  */
}.post-nav .prev, .post-nav .next {
  /* only modern browser */
}
.post-nav .prev:not(:nth-child(1n+3)), .post-nav .next:not(:nth-child(1n+3)) {
  font-size: 1em;
  text-indent: -9999px;
  width: 3em;
  height: 3em;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 2px solid #cd5c4d;
  border-top: none;
  margin: 0 5%;
  padding: 1px;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-nav .prev:not(:nth-child(1n+3)):before, .post-nav .next:not(:nth-child(1n+3)):before {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  height: 2px;
  margin-top: -1px;
  background-color: #cd5c4d;
  top: 50%;
}
.post-nav .prev:hover, .post-nav .next:hover {
  border-color: #292b30;
}
.post-nav .prev:hover:before, .post-nav .next:hover:before {
  background-color: #292b30;
}
.post-nav .next:not(:nth-child(1n+3)) {
  border-left: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*
  &:after {
    @include transform-origin(0,0);
    @include rotate(-45deg);
  }
  
  &:before {
    @include transform-origin(0,100%);
    @include rotate(45deg);
  }
  */
}
.post-nav .next:not(:nth-child(1n+3)):before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-nav .prev:not(:nth-child(1n+3)) {
  border-right: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /*
  &:after {
    @include transform-origin(0,0);
    @include rotate(-45deg);
  }
  
  &:before {
    @include transform-origin(0,100%);
    @include rotate(45deg);
  }
  */
}
.post-nav .prev:not(:nth-child(1n+3)):before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#slider-bar {
  background: rgba(151, 151, 151, 0.1);
  border: 1px solid rgba(108, 108, 108, 0.2);
  border-bottom: 1px solid rgba(108, 108, 108, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  height: 20px;
  border-radius: 20px;
  position: relative;
  width: 140px;
  z-index: 2;
}
#slider-bar .knob {
  outline: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: none;
  top: -12px;
  left: 0;
  cursor: pointer;
  position: absolute;
  background-color: #292b30;
  background-image: -webkit-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.07) 80%);
  background-image: -moz-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.07) 80%);
  background-image: -o-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.07) 80%);
  background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.07) 80%);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.7), inset 1px -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.7), inset 1px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.7), inset 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.knob:active, .knob:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 3px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#current-page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  background-color: #cd5c4d;
  color: #f7f7f7;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#current-page:hover {
  background-color: #3da2bb;
}

#more-page {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 8px 0 0 0;
  color: #292b30;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 0 10px rgba(41, 43, 48, 0.25);
  -moz-box-shadow: inset 0 0 10px rgba(41, 43, 48, 0.25);
  box-shadow: inset 0 0 10px rgba(41, 43, 48, 0.25);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  clear: both;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#more-page:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.pagination-form {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

#page-num-selector {
  margin: 15px 40px 15px 0;
  text-align: center;
  position: relative;
  background: #292b30;
  z-index: 2;
  padding: 10px 5px;
  color: #f7f7f7;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
#page-num-selector:target, #page-num-selector.active {
  left: 0;
  opacity: 1;
}
#page-num-selector:target + a, #page-num-selector.active + a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#page-num-selector:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 50%;
  height: 20px;
  background: #f7f7f7;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 2;
}
#page-num-selector:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 50%;
  height: 20px;
  background: #f7f7f7;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#page-num-selector label:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  background: #292b30;
}
#page-num-selector label {
  float: none;
  font-size: 0.75em;
  line-height: 1.1;
  padding: 0;
  width: auto;
  text-align: center;
}
#page-num-selector label, #page-num-selector input {
  vertical-align: middle;
  margin: 0;
}
#page-num-selector input {
  border: 1px solid #dcdee2;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -62px;
}

/* Livefyre */
/* Hide the top logo */
.fyre-widget .fyre-logo-drop, .fyre-widget .fyre-logo-help, .fyre-widget .fyre-help {
  display: none !important;
}

/* Style the bottom logo */
#powered_by_livefyre_new a {
  background: url("http://zor.livefyre.com/wjs/v1.0/images/icons/poweredbylivefyre.png") no-repeat left top;
  display: block;
  height: 24px;
  font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #404040;
  padding-left: 28px;
  padding-top: 4px;
}

#powered_by_livefyre_new a:hover {
  text-decoration: none;
  border: none;
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.98, 0.98);
    -moz-transform: rotate(0deg) scale(0.98, 0.98);
    -ms-transform: rotate(0deg) scale(0.98, 0.98);
    -o-transform: rotate(0deg) scale(0.98, 0.98);
    transform: rotate(0deg) scale(0.98, 0.98);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.05, 1.05);
    -moz-transform: rotate(180deg) scale(1.05, 1.05);
    -ms-transform: rotate(180deg) scale(1.05, 1.05);
    -o-transform: rotate(180deg) scale(1.05, 1.05);
    transform: rotate(180deg) scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.98, 0.98);
    -moz-transform: rotate(360deg) scale(0.98, 0.98);
    -ms-transform: rotate(360deg) scale(0.98, 0.98);
    -o-transform: rotate(360deg) scale(0.98, 0.98);
    transform: rotate(360deg) scale(0.98, 0.98);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.98, 0.98);
    -moz-transform: rotate(0deg) scale(0.98, 0.98);
    -ms-transform: rotate(0deg) scale(0.98, 0.98);
    -o-transform: rotate(0deg) scale(0.98, 0.98);
    transform: rotate(0deg) scale(0.98, 0.98);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.05, 1.05);
    -moz-transform: rotate(180deg) scale(1.05, 1.05);
    -ms-transform: rotate(180deg) scale(1.05, 1.05);
    -o-transform: rotate(180deg) scale(1.05, 1.05);
    transform: rotate(180deg) scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.98, 0.98);
    -moz-transform: rotate(360deg) scale(0.98, 0.98);
    -ms-transform: rotate(360deg) scale(0.98, 0.98);
    -o-transform: rotate(360deg) scale(0.98, 0.98);
    transform: rotate(360deg) scale(0.98, 0.98);
  }
}

@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.98, 0.98);
    -moz-transform: rotate(0deg) scale(0.98, 0.98);
    -ms-transform: rotate(0deg) scale(0.98, 0.98);
    -o-transform: rotate(0deg) scale(0.98, 0.98);
    transform: rotate(0deg) scale(0.98, 0.98);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.05, 1.05);
    -moz-transform: rotate(180deg) scale(1.05, 1.05);
    -ms-transform: rotate(180deg) scale(1.05, 1.05);
    -o-transform: rotate(180deg) scale(1.05, 1.05);
    transform: rotate(180deg) scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.98, 0.98);
    -moz-transform: rotate(360deg) scale(0.98, 0.98);
    -ms-transform: rotate(360deg) scale(0.98, 0.98);
    -o-transform: rotate(360deg) scale(0.98, 0.98);
    transform: rotate(360deg) scale(0.98, 0.98);
  }
}

@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.98, 0.98);
    -moz-transform: rotate(0deg) scale(0.98, 0.98);
    -ms-transform: rotate(0deg) scale(0.98, 0.98);
    -o-transform: rotate(0deg) scale(0.98, 0.98);
    transform: rotate(0deg) scale(0.98, 0.98);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.05, 1.05);
    -moz-transform: rotate(180deg) scale(1.05, 1.05);
    -ms-transform: rotate(180deg) scale(1.05, 1.05);
    -o-transform: rotate(180deg) scale(1.05, 1.05);
    transform: rotate(180deg) scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.98, 0.98);
    -moz-transform: rotate(360deg) scale(0.98, 0.98);
    -ms-transform: rotate(360deg) scale(0.98, 0.98);
    -o-transform: rotate(360deg) scale(0.98, 0.98);
    transform: rotate(360deg) scale(0.98, 0.98);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.98, 0.98);
    -moz-transform: rotate(0deg) scale(0.98, 0.98);
    -ms-transform: rotate(0deg) scale(0.98, 0.98);
    -o-transform: rotate(0deg) scale(0.98, 0.98);
    transform: rotate(0deg) scale(0.98, 0.98);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1.05, 1.05);
    -moz-transform: rotate(180deg) scale(1.05, 1.05);
    -ms-transform: rotate(180deg) scale(1.05, 1.05);
    -o-transform: rotate(180deg) scale(1.05, 1.05);
    transform: rotate(180deg) scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.98, 0.98);
    -moz-transform: rotate(360deg) scale(0.98, 0.98);
    -ms-transform: rotate(360deg) scale(0.98, 0.98);
    -o-transform: rotate(360deg) scale(0.98, 0.98);
    transform: rotate(360deg) scale(0.98, 0.98);
  }
}

body.page-404 {
  text-align: center;
  font-size: 0.9em;
  -webkit-transition: font-size 0.25s ease-in;
  -moz-transition: font-size 0.25s ease-in;
  -o-transition: font-size 0.25s ease-in;
  transition: font-size 0.25s ease-in;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #292b30), color-stop(20%, #292b30), color-stop(20%, #cd5c4d), color-stop(40%, #cd5c4d), color-stop(40%, #ec8574), color-stop(60%, #ec8574), color-stop(60%, #add9e4), color-stop(80%, #add9e4), color-stop(80%, #3da2bb), color-stop(100%, #3da2bb));
  background-image: -webkit-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: -moz-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: -o-linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-image: linear-gradient(left, #292b30 0%, #292b30 20%, #cd5c4d 20%, #cd5c4d 40%, #ec8574 40%, #ec8574 60%, #add9e4 60%, #add9e4 80%, #3da2bb 80%, #3da2bb 100%);
  background-size: 50% 100%;
}
body.page-404:before {
  display: none;
}body.page-404 #page {
  background-color: #f7f7f7;
  padding: 3em 1em 1em 1em;
  width: 19em;
  margin: 2em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 0.5em solid transparent;
  -webkit-box-shadow: -0.15em -0.15em 0 #f7f7f7, 0.25em 0.25em 0 #f7f7f7;
  -moz-box-shadow: -0.15em -0.15em 0 #f7f7f7, 0.25em 0.25em 0 #f7f7f7;
  box-shadow: -0.15em -0.15em 0 #f7f7f7, 0.25em 0.25em 0 #f7f7f7;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  position: relative;
  overflow: visible;
}
body.page-404 #page p {
  margin-bottom: 0.625em;
}
body.page-404 #page a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cd5c4d;
  color: #f7f7f7;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 0.8em;
  line-height: 1;
  position: relative;
  width: 6.5em;
  height: 2.9em;
  padding: 1.8em 0;
  margin: 0 auto 0 auto;
  font-style: normal;
}
body.page-404 #page a:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #cd5c4d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
body.page-404 #page a a {
  color: #f7f7f7;
  display: block;
}
body.page-404 #page a:hover, body.page-404 #page a.no-link {
  background-color: #3da2bb;
}
body.page-404 #page a:hover:after, body.page-404 #page a.no-link:after {
  border-color: #3da2bb;
}
body.page-404 #page a:hover a, body.page-404 #page a.no-link a {
  border-bottom: none;
}
body.page-404 #page a span {
  display: block;
  padding-top: 0.4em;
  font-size: 3em;
}
body.page-404 #page:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5em;
  bottom: -1em;
  left: -1em;
  right: -0.5em;
  border: 0.1em solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
}
body.page-404 #page:before {
  position: absolute;
  display: block;
  top: -0.5em;
  bottom: -1em;
  left: 0;
  right: -1em;
  border: 0.1em solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  animation-name: rotate;
}
body.page-404 h1 {
  font-size: 3em;
  font-family: "TeXGyreAdventorBold","AvantGarde-Demi","Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0.125em auto 0.2em auto;
  padding: 0;
  line-height: 1.25em;
  color: #cd5c4d;
}
body.page-404 h1:after {
  content: "Erreur 404";
  position: absolute;
  left: 0;
  right: 0;
  color: rgba(205, 92, 77, 0.3);
  bottom: 0.3em;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 1;
}
body.page-404 h1:before {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(247, 247, 247, 0.4)), color-stop(50%, #f7f7f7), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7, #f7f7f7);
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7, #f7f7f7);
  background: -o-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7, #f7f7f7);
  background: linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7, #f7f7f7);
  content: ' ';
  height: 1em;
  position: absolute;
  bottom: -0.8em;
  left: 0;
  right: 0;
  z-index: 2;
}
body.page-404 p {
  position: relative;
  z-index: 3;
  color: #3da2bb;
}

@media only screen and (min-width: 769px) {
  h1 {
    font-size: 3.625em;
    /* 68px */
  }

  h2 {
    font-size: 2.625em;
    /* 42px */
  }

  h3 {
    font-size: 1.625em;
    /* 26px */
  }

  body:before {
    background-size: 50% 3px;
  }

  .large {
    margin-right: -50.84746%;
    margin-left: 0;
    max-width: 149.15254%;
  }

  .alert.alert-success {
    margin-left: inherit;
    margin-right: inherit;
  }

  .alert.alert-success {
    margin: 5px;
  }

  .alert.alert-error {
    margin-left: inherit;
    margin-right: inherit;
  }

  .alert.alert-error {
    margin: 5px;
  }

  .entry-content ul.demo li a {
    margin-left: inherit;
    margin-right: inherit;
  }

  .entry-content ul.demo li a:hover {
    margin-left: inherit;
    margin-right: inherit;
  }

  .page-home #content blockquote {
    font-size: 1.8em;
    left: -5%;
    margin: 1em auto 1em auto;
  }

  .page-home #content ul {
    display: block;
  }

  .page-home #content ul li a {
    margin-left: inherit;
    margin-right: inherit;
  }

  .page-home #content h2 {
    font-size: 2.65em;
  }

  .page-home #content h2.lettering {
    margin-bottom: 0.8em;
    margin-top: 4em;
    clear: both;
  }
  .page-home #content h2.lettering:first-child {
    margin-top: 1em;
  }
  .page-home #content h2.lettering, .page-home #content h2 + p {
    width: 67.79661%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-home #content h2 + p {
    font-size: 1.4em;
    position: relative;
    padding: 0 1em;
    min-height: 6em;
  }
  .page-home #content h2 + p a {
    right: 2em;
  }

  .entry .posted-on {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .entry .entry-header {
    padding-right: 33.89831%;
  }
  .entry .entry-metas {
    width: 32.20339%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    background: transparent;
  }
  .entry .entry-metas .entry-permalink {
    display: block;
    position: relative;
  }
  .entry .entry-metas .entry-permalink:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 4;
    background-color: #f7f7f7;
  }
  .entry .entry-metas .entry-permalink:before {
    content: "";
    opacity: 0.5;
    background: #292b30;
    height: 20px;
    width: 20px;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 7px;
    z-index: 5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    background: #292b30 url(../img/permalink.svg) no-repeat center center;
  }
  .entry .entry-metas .entry-permalink:hover:before {
    opacity: 1;
  }
  .entry .post-nav,
  .entry .entry-content {
    padding-right: 33.89831%;
  }

  .entry-date {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #cd5c4d;
    color: #f7f7f7;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 0.8em;
    line-height: 1;
    position: relative;
    width: 6.5em;
    height: 6.5em;
    margin: 20px auto 2em auto;
    font-style: normal;
  }
  .entry-date:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #cd5c4d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
  }
  .entry-date a {
    color: #f7f7f7;
    display: block;
  }
  .entry-date:hover, .entry-date.no-link {
    background-color: #3da2bb;
  }
  .entry-date:hover:after, .entry-date.no-link:after {
    border-color: #3da2bb;
  }
  .entry-date:hover a, .entry-date.no-link a {
    border-bottom: none;
  }
  .entry-date span {
    display: block;
    padding-top: 0.4em;
    font-size: 3em;
  }

  .portfolio .entry {
    float: left;
    display: inline;
    width: 31.3%;
    margin: 0 1% 1.5em 1%;
  }

  .back {
    position: absolute;
    top: 3em;
    left: 2em;
  }

  .portfolio-entry .entry {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 40.67797%;
    float: right;
    margin-right: 0;
    clear: right;
    zoom: 1;
    margin-left: 67.79661%;
    padding-left: 6.77966%;
  }
  .portfolio-entry .entry:before, .portfolio-entry .entry:after {
    content: "";
    display: table;
  }
  .portfolio-entry .entry:after {
    clear: both;
  }

  .portfolio-entry #screenshots {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 66.10169%;
    margin-right: -100%;
    float: left;
    clear: right;
    zoom: 1;
    margin-left: 0;
    margin-left: 0%;
    border-right: 1px solid #DCDEE2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .portfolio-entry #screenshots:before, .portfolio-entry #screenshots:after {
    content: "";
    display: table;
  }
  .portfolio-entry #screenshots:after {
    clear: both;
  }
  .portfolio-entry #screenshots .figure {
    margin: 0 2.5%;
  }
  .portfolio-entry #screenshots .figure img:first-child {
    margin-top: 7.5px;
  }

  .portfolio-entry .entry-header {
    padding-left: 33.89831%;
  }

  .timeline {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .intervals {
    font-size: 0.625em;
    /* 10px */
  }
  .intervals li {
    padding: 0.2em 0 2.6em;
  }

  .vevent {
    zoom: 1;
  }
  .vevent:before, .vevent:after {
    content: "";
    display: table;
  }
  .vevent:after {
    clear: both;
  }
  .vevent h2, .vevent h3, .vevent p {
    margin-left: 0;
    margin-right: 0;
  }
  .vevent .additionnal-infos,
  .vevent .timeline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 32.20339%;
    margin-right: -100%;
    float: left;
    clear: right;
    zoom: 1;
    margin-left: 0;
    margin-left: 0%;
  }
  .vevent .additionnal-infos:before, .vevent .additionnal-infos:after,
  .vevent .timeline:before,
  .vevent .timeline:after {
    content: "";
    display: table;
  }
  .vevent .additionnal-infos:after,
  .vevent .timeline:after {
    clear: both;
  }
  .vevent .htitle,
  .vevent .entry-description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 57.62712%;
    float: right;
    margin-right: 0;
    clear: right;
    zoom: 1;
    margin-left: 42.37288%;
  }
  .vevent .htitle:before, .vevent .htitle:after,
  .vevent .entry-description:before,
  .vevent .entry-description:after {
    content: "";
    display: table;
  }
  .vevent .htitle:after,
  .vevent .entry-description:after {
    clear: both;
  }
  .vevent h2 {
    border-bottom: 1px dashed #DCDEE2;
    margin-bottom: 0.625em;
    padding-bottom: 0.325em;
  }
  .vevent .entry-header {
    position: relative;
  }
  .vevent .additionnal-infos {
    text-align: right;
  }
  .vevent .entry-description {
    text-align: left;
  }

  .thumb {
    max-width: 300px;
  }

  .page-contact form input[type=submit],
  .page-contact form input.submit {
    margin-left: inherit;
    margin-right: inherit;
  }

  .page-contact form input[type=submit]:hover,
  .page-contact form input.submit:hover {
    margin-left: inherit;
    margin-right: inherit;
  }

  .page-contact .entry .entry-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 49.15254%;
    margin-right: -100%;
    float: left;
    clear: right;
    zoom: 1;
    margin-left: 0;
    margin-left: 0%;
    padding-right: 0;
    padding-bottom: 54px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAA2CAMAAAAf3eB5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF683I0m9i8+ro3JKI2IN44qihzVxN9/f38vENsAAAAAh0Uk5T/////////wDeg71ZAAAByklEQVR42uyZ23LFIAhFASH+/x9Xo7nWJN5w7Ez3YzunrgNbCgg2ikCEGZcgZGYRAbCjFU4E2Uh+CdkI0Fgg4OVL6KhGAWXg7FADIgVwS5C3TtRhqeP36oGC81mJw1av35hU4wQYsvHuW7i4HkUTSHJTQScoBE1Tm90/vvBEPUGZCAWa1/445tDzgfELiGph9FBrpY56rzq05g50gcpE7uLxTEDWGq0Q1f5V0nJR9dfUylk1EC44W4SW2YDmihDM5qEZgcxsQPIP9NeA5vLQdHXIugaEpgISJRNVAzkTIc0E5P7dl4aIcqbMeiAp7quzslwPRMWdvuQMKw2NMZROQ+Q/wKAGZNcBjamoVHwiNY0OYWQ0VJTlD6QmIDLbAZR7z7bJ2IAGUPDptq3IggI8L+WoO5C97LvcCO7XFe9k140dX2Xa16xHFhL70rTwZW/IHebhzUl91GVAJ8FePNxrY5DaMdXI9lxhhMeAJh60GjsVWpeCcpLZDb39IHkHfDcw/jEj9ZDhWahPHWqncUGjjoWxNJl8g4Helbq+hj6sxscBXern86J+HFDmC854IANqHWPxlOIfSb6alHFA4DqgjJZp4C3L6yp/BBgAhIfLIJ88/jUAAAAASUVORK5CYII=') no-repeat 100% 100%;
  }
  .page-contact .entry .entry-content:before, .page-contact .entry .entry-content:after {
    content: "";
    display: table;
  }
  .page-contact .entry .entry-content:after {
    clear: both;
  }
  .page-contact .entry .entry-content p:first-child {
    font-style: italic;
    font-size: 2em;
    line-height: 1.225em;
    margin-bottom: 0.8125em;
  }
  .page-contact form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 49.15254%;
    float: right;
    margin-right: 0;
    clear: right;
    zoom: 1;
    margin-left: 50.84746%;
    margin-top: 0;
  }
  .page-contact form:before, .page-contact form:after {
    content: "";
    display: table;
  }
  .page-contact form:after {
    clear: both;
  }
  .page-contact form fieldset div.action {
    text-align: left;
    padding: 10px 0 10px 28%;
    margin-left: 0.5em;
  }

  .page-portfolio .post-nav {
    padding-right: 0;
  }

  body.page-404 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 480px) {
  /* Wide mobile (480px+) styles go here */
}

@media only screen and (min-width: 768px) {
  /* Tablets/netbooks (768px+) styles go here */
}

@media only screen and (min-width: 1024px) {
  /* Desktops (1024px+) styles go here */
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

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

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

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

  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group;
  }

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

  @page {
    margin: 0.5cm;
}

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

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

@media only screen and (min-width: 1825px) {
  body:before {
    background-size: 25% 3px;
  }

  #page {
    width: auto;
    max-width: auto;
  }
  #page #main {
    padding-left: 26%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  #colophon {
    margin-left: 0;
    margin-right: 0;
  }

  .thumb {
    margin-top: 1.625em;
  }

  #main {
    margin: 2.5em 0 0 0;
  }

  #branding {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: right;
    z-index: 5;
    width: 26%;
  }
  #branding #menu li.menu-articles
  #branding #menu li.menu-cv a, #branding #menu li.menu-articles
  #branding #menu li.menu-cv a:before {
    padding-right: 0;
  }
  #branding #menu li a, #branding #menu li a:before {
    text-align: center;
  }
  #branding header, #branding nav {
    float: right;
    clear: both;
    width: 320px;
    margin-right: 20px;
  }
  #branding hgroup {
    width: auto;
    float: none;
  }
}

@media (min-width: 1180px) {
  #page {
    padding: 0 0 75px 0;
  }
}

@media only screen and (min-width: 481px) {
  .alignright {
    margin: 2em 0 2em 2em;
  }

  .alignleft {
    margin: 2em 2em 2em 0;
  }

  .page-home blockquote {
    font-size: 1.3em;
  }
  .page-home blockquote p {
    margin: 0;
  }

  #colophon .about {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 49.15254%;
    margin-right: -100%;
    float: left;
    clear: right;
    zoom: 1;
    margin-left: 0;
    margin-left: 0%;
  }
  #colophon .about:before, #colophon .about:after {
    content: "";
    display: table;
  }
  #colophon .about:after {
    clear: both;
  }

  #colophon .social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../behaviors/box-sizing/boxsizing.php");
    overflow: hidden;
    *zoom: 1;
    width: 49.15254%;
    float: right;
    margin-right: 0;
    clear: right;
    zoom: 1;
    margin-left: 50.84746%;
  }
  #colophon .social:before, #colophon .social:after {
    content: "";
    display: table;
  }
  #colophon .social:after {
    clear: both;
  }

  .thumb {
    margin: 0 15px 15px;
    display: inline;
    float: right;
  }

  body.page-404 {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1824px) {
  #branding h1 {
    width: 150px;
    margin: 10px 0 0 -75px;
    position: absolute;
    left: 50%;
    z-index: 5;
    border: none;
  }
  #branding h1:after {
    display: none;
  }

  #menu {
    margin: 2em 0;
  }

  #menu li {
    float: left;
    width: 20%;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 3px solid #292b30;
    border-bottom: 3px solid #292b30;
    background-color: #fafafa;
  }
  #menu li a:before {
    text-align: left;
    background: #fafafa;
  }
  #menu li.menu-cv {
    padding-right: 10%;
  }
  #menu li.menu-articles {
    padding-left: 10%;
  }
  #menu li.active a {
    cursor: default;
    color: #cd5c4d;
  }
  #menu li.active a:before {
    content: none;
  }
  #menu li.active a:after {
    content: "";
    display: block;
    width: 60px;
    height: 18px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -30px;
    background: transparent url("../img/sep.png") no-repeat top center;
  }
}

@media (max-width: 480px) {
  #access {
    position: static;
    z-index: 6;
  }
  #access li {
    float: left;
    width: 50%;
  }
  #access li.menu-home {
    display: block;
  }
  #access #menu {
    background: #292b30;
    text-shadow: 1px 1px 0px #40444c, 2px 2px 0px #585c67;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 5em black;
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 5em black;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 5em black;
    padding: 0 0 0.5em 0;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    margin: 0;
    left: 100%;
    right: 0;
    z-index: -1;
    -webkit-transition: right 0.5s ease-in-out, left 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out, left 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: right 0.5s ease-in-out, left 0.5s ease-in-out;
  }
  #access #menu a {
    color: #f7f7f7;
  }
  #access #menu a:before {
    background: #292b30;
  }
  #access #menu:target {
    opacity: 1;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
  }
  #access .skip-link:first-of-type {
    display: block;
  }

  .portfolio .entry .entry-header h1 {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1025px) {
  #resume #personal {
    position: absolute;
    right: 0;
    top: 409px;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    width: 16.94915%;
    border: none;
    background: transparent;
  }
  #resume #summary {
    font-style: italic;
    font-size: 1.325em;
    /* 26px */
  }
  #resume #name {
    zoom: 1;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5em;
  }
  #resume #name:before, #resume #name:after {
    content: "";
    display: table;
  }
  #resume #name:after {
    clear: both;
  }
  #resume #name h1, #resume #name h2 {
    width: 49.5%;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #resume #name h1 {
    position: relative;
    text-align: left;
    padding: 0.5em 0;
  }
  #resume #name h1:before {
    position: absolute;
    content: "";
    display: block;
    top: -5em;
    bottom: -5em;
    width: 3px;
    right: 2%;
    background-color: #292b30;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  #resume #name h2 {
    text-align: right;
  }

  #skills {
    position: relative;
    float: left;
    z-index: 1;
    clear: both;
    margin-top: -7em;
    margin-bottom: 3em;
  }
  #skills h1 {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }

  .skill-detail {
    float: left;
    padding: 0 35%;
    width: auto;
    display: table;
    text-transform: lowercase;
    position: relative;
  }
  .skill-detail h2 {
    font-size: 1.625em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .skill-detail .description {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #cd5c4d;
    color: #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    height: 20em;
    max-width: 20em;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
    -moz-box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
    box-shadow: 5px 5px 0 #f7f7f7, 10px 10px 0 #dddddd;
  }
  .skill-detail .description h2 {
    text-shadow: 1px 1px 0 #cd5c4d, 2px 2px 0 #292b30;
  }
  .skill-detail:first-child {
    left: 20%;
    padding: 0 35%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1.5em;
  }
  .skill-detail:first-child .description {
    height: 15em;
    max-width: 15em;
    background-color: #3da2bb;
  }
  .skill-detail:first-child .description h2 {
    text-shadow: 1px 1px 0 #3da2bb, 2px 2px 0 #292b30;
  }
  .skill-detail:first-child + .skill-detail {
    left: -10%;
    margin-top: -12em;
  }
  .skill-detail:last-child {
    left: -35%;
    margin-top: -16em;
    margin-bottom: 4em;
  }
  .skill-detail:last-child .description {
    height: 15em;
    max-width: 15em;
    background-color: #292b30;
  }
  .skill-detail:last-child .description h2 {
    text-shadow: 1px 1px 0 #292b30, 2px 2px 0 #939a9c;
  }
  .skill-detail:last-child .description a {
    color: #add9e4;
  }

  label {
    display: inline;
    float: left;
    width: 25%;
    text-align: right;
    margin-right: 2%;
    padding: 0.5em;
    clear: none;
  }

  .form-allowed-tags {
    padding-left: 27%;
    margin-left: 0.5em;
  }

  .hresume > header {
    min-height: 30em;
    position: relative;
    z-index: 2;
    padding-right: 370px;
  }
}
