/**
 * MarcArea 2011
 * A Kemar joint - 2011-07-07 => first line
**/

@font-face {
    /* http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax */
    font-family: 'FunctionProMediumCondensed';
    src: url('../fonts/functionpro_mediumcondensed/FunctionPro-Condensed-webfont.eot');
    src: url('../fonts/functionpro_mediumcondensed/FunctionPro-Condensed-webfont.eot?iefix') format('eot'),
         url('../fonts/functionpro_mediumcondensed/FunctionPro-Condensed-webfont.woff') format('woff'),
         url('../fonts/functionpro_mediumcondensed/FunctionPro-Condensed-webfont.ttf') format('truetype'),
         url('../fonts/functionpro_mediumcondensed/FunctionPro-Condensed-webfont.svg#webfontoIHWyRTk') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* X.RESET
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* X.GLOBAL
-------------------------------------------------------- */
body {
    font: 100%/1.4375em Helvetica, Arial, Verdana, sans-serif;/* 100% = in most cases 16 pixels - 23px / 16px */
    background: #010101;
    text-rendering: optimizeLegibility;
}
html                        { overflow-y: scroll; }
em, i                       { font-style: italic; }
b, strong                   { font-weight: bold; }
acronym                     { border-bottom: 1px dotted #666; }
pre, code, tt               { font-family: Monaco, "Lucida Console", mono-space; }
label[for]                  { cursor: pointer; }
img, embed, object, video   { max-width: 100%; }

/* X.GLOBAL CLASSES
-------------------------------------------------------- */
.upper      { text-transform: uppercase !important; }
.tac        { text-align: center !important; }
.tar        { text-align: right !important; }
.fll        { float: left !important; }
.flr        { float: right !important; }
.nomargin   { margin: 0 !important; }
.tal        { text-align: left !important; }
.small      { font-size: 0.85em !important; line-height: 1.55em !important; }
.none       { display: none !important; }
.star:after { content: url(../img/icon-star.png); padding-left: 4px; }
.ertl       { unicode-bidi: bidi-override; direction: rtl; text-align: left; }/* obfuscation */
.highlight  { background-color: #FDCD20; }

.btn, .btn:link, .btn:visited {
    font-size: 1.4em !important;
    text-transform: uppercase;
    font-size: 1.571428571428571em;/* 24px / 14px */
    font-family: 'FunctionProMediumCondensed', sans-serif;
    border: 2px solid #fdcd20;
    padding: 4px 12px 1px 12px;
    background: #F8E6A6 !important;
    color: #000 !important;
    margin-right: 10px;
    text-decoration: none !important;
    display: inline-block;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn:hover, .btn:focus, .btn:active {
    background: #fdd236 !important;
    text-decoration: underline !important;
}

/* X.GRIDS
-------------------------------------------------------- */
.grids { overflow: hidden; }
/* ALL */
.g1of2, .g1of3, .g1of4, .g1of5, .g2of3, .g2of5, .g3of4, .g3of5, .g4of5 { float: left; }
/* FIRST-CHILD */
.g1of2 > div:first-child, .g1of3 > div:first-child, .g1of4 > div:first-child,
.g1of5 > div:first-child, .g2of3 > div:first-child, .g2of5 > div:first-child,
.g3of4 > div:first-child, .g3of5 > div:first-child, .g4of5 > div:first-child { margin-right: 30px; }
.last { margin-right: 0 !important; }
/* SIZE 1 */
.g1of2 { width: 50%; }
.g1of3 { width: 33.333333333%; }
.g1of4 { width: 25%; }
.g1of5 { width: 20%; }
/* SIZE 2 */
.g2of3 { width: 66.666666666%; }
.g2of5 { width: 40%; }
/* SIZE 3 */
.g3of4 { width: 75%; }
.g3of5 { width: 60%; }
/* SIZE 4 */
.g4of5 { width: 80%; }

/* X.STRUCTURE
-------------------------------------------------------- */
#header-container {
    background: #fff;
}
#header {
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
}
#content-container {
    /* Gradient */
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #f3f3f3); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #f3f3f3); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #f3f3f3); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #f3f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f3f3f3'); /* IE6–IE9 */
}
#content {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px;
}
#footer-container {
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
#footer {
    color: #fff;
    max-width: 820px;
    margin: 0 auto;
    padding: 10px 20px 40px 20px;
}

/* X.HEADER
-------------------------------------------------------- */
#header {
    overflow: auto;
}
#header h1 {
    width: 240px;
    height: 46px;
    float: left;
}
#header h1 a {
    display: block;
    width: 240px;
    height: 46px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../img/logo.png) no-repeat 0 0;
}

/* X.NAV
-------------------------------------------------------- */
#nav {
    font-size: 0.6875em;/* 11px / 16px */
    text-align: right;
    margin: 25px 0 0 0;
    padding: 0 0 20px 250px;
    line-height: normal;
    border-bottom: 6px solid #282928;
}
#nav li {
    display: inline-block;
    border-right: 1px solid #d4d4d4;
    text-transform: uppercase;
}
#nav li:last-child {
    border-right: 0;
}
#nav li a:link,
#nav li a:visited {
    display: inline-block;
    margin: 0 5px 0 2px;
    padding: 5px 6px 4px 6px;
    color: #000;
    background: transparent;
    text-decoration: none;
    /* Border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Transition */
     -moz-transition: all 0.3s ease-in;  /* FF4+ */
       -o-transition: all 0.3s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-in;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.3s ease-in;  /* IE10? */
          transition: all 0.3s ease-in;
}
#nav li a:hover,
#nav li a:focus,
#nav li a:active,
#nav li a.here {
    color: #fff;
    background: #282928 !important;
}

/* X.FOOTER
-------------------------------------------------------- */
#footer {
    line-height: normal;
}
#footer a:link,
#footer a:visited {
    color: #fff;
    text-decoration: underline;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
    text-decoration: none;
}

/* X.FOOTER QUOTE
-------------------------------------------------------- */
#quote {
    margin: 20px 0;
    position: relative;
}
#quote h2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 78px;
    float: left;
    font-family: 'FunctionProMediumCondensed', sans-serif;
    font-size: 1.25em;/* 20px / 16px */
    text-align: center;
    background: #4b4b4b;
    /* Border-radius */
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
#quote p {
    font-size: 0.6875em;/* 11px / 16px */
    background: #2b2b2b;
    height: 30px;
    line-height: 30px;
    padding-left: 86px;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#quote cite {
    display: block;
    font-size: 0.6875em;/* 11px / 16px */
    padding: 4px 12px;
    font-style: italic;
    display: inline-block;
    background: red;
    margin-left: 78px;
    background: #4b4b4b;
    /* Border-radius */
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
#quote-reload {
    width: 9px;
    height: 11px;
    display: inline-block;
    text-indent: -10000px;
    overflow: hidden;
    margin: 2px 4px 0 0;
    background: url(../img/reload.png) no-repeat 0 0;
}

/* X.FOOTER EXTRA
-------------------------------------------------------- */
#extra {
    margin: 0 0 20px 0;
}
#extra ul {
    margin: 0 6px 0 14px;
}
#extra ul li {
    font-size: 0.6875em;/* 11px / 16px */
    margin: 7px 0;
}
#extra ul li h3 {
    font-size: 1em;/* 12px / 16px */
}
#extra a:link, #extra a:visited {
    display: inline-block;
    border-right: 1px solid transparent;/*IE8*/
    text-decoration: none;
    color: #808080;
}
#extra a:hover, #extra a:focus, #legal a:active {
    color: #fff;
}
#extra a:before {
    content: '» ';
    position: reload;
}

/* X.FOOTER LEGAL
-------------------------------------------------------- */
#legal {
    font-size: 0.6875em;/* 11px / 16px */
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #343434;
}
#legal li {
    display: inline-block;
    padding: 0 7px 0 5px;
    margin-bottom: 8px;
    border-right: 1px solid #4e4e4e;
}
#legal li:first-child {
    padding-left: 0;
}
#legal li#kemar {
    border: 0;
    position: relative;
}
#legal li#kemar:first-letter {
    padding-right: 76px;
}
#legal li#kemar span {
    display: block;
    width: 75px;
    height: 26px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../img/kemar.png) no-repeat 0 50%;
    position: absolute;
    top: -6px;
    left: 14px;
} 
#legal li#top {
    float: right;
    padding-right: 0;
    border: 0;
}
#legal a#top-link:link, #legal a#top-link:visited {
    background: url(../img/arrow_top.gif) no-repeat 0 5px;
    padding-left: 13px;
    text-decoration: none;
}
#legal a#top-link:hover, #legal a#top-link:focus, #legal a#top-link:active {
    text-decoration: underline;
}

/* X.CONTENT GLOBAL
-------------------------------------------------------- */
#content {
    font-size: 0.875em;/* 14px / 16px */
}
/* BLOCK LEVEL ELTS */
#content p,
#content ul,
#content ol,
#content dl,
#content pre {
    margin: 10px 0;
    word-wrap: break-word;
}
#content img {
    display: block;
    margin: 10px 0;
    /* Border-radius */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* LINKS */
#content a:link, #content a:visited {
    color: #2c9db9;
    background: #e5f3f6;
    text-decoration: underline;
}
#content a:visited {
    color: #6db9cc;
}
#content a:hover, #content a:focus, #content a:active {
    text-decoration: none;
    background: transparent;
}
/* HEADINGS */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-size: 2.214285714285714em;/* 31px / 14px */
    font-family: 'FunctionProMediumCondensed', sans-serif;
    padding: 10px 0 5px 0;
    word-spacing: 0.01;
}
#content h1 *, #content h2 *, #content h3 *, #content h4 *, #content h5 *, #content h6 * {
    font-family: 'FunctionProMediumCondensed', sans-serif;
}
#content h2 { padding: 10px 0 2px 0; font-size: 2em;/* 28px / 14px */ }
#content h3 { padding:  8px 0 2px 0; font-size: 1.857142857142857em;/* 26px / 14px */ }
#content h4 { padding:  6px 0 2px 0; font-size: 1.714285714285714em;/* 24px / 14px */ }
#content h5 { padding:  5px 0 2px 0; font-size: 1.642857142857143em;/* 23px / 14px */ }
#content h6 { padding:  4px 0 2px 0; font-size: 1.571428571428571em;/* 22px / 14px */ }
/* PRE */
#content pre {
    font-size: 0.857142857142857em;/* 12px / 14px */
    line-height: 1.428571428571429em;/* 20px / 14px */
    border-left: 10px solid #F8E6A6;
    padding-left: 10px;
    margin: 0 0 14px 0;
    white-space: pre-wrap;
}
/* BLOCKQUOTE */
#content blockquote {
    border: 1px solid #E6E6E6;
    border-left: 10px solid #E6E6E6;
    margin: 10px 0;
    padding: 5px 20px;
    /* Box-shadow */
    -moz-box-shadow: 0 0 10px #e5e5e5;
    -webkit-box-shadow: 0 0 10px #e5e5e5;
    box-shadow: 0 0 10px #e5e5e5;
}
/* UNORDERED LIST */
#content ul {
    list-style: disc;
    margin-left: 2.5em;
}
/* ORDERED LIST */
#content ol {
    counter-reset: li;
}
#content ol > li {
    position: relative;
    margin: 0 0 1px 2em;
    padding: 4px 8px;
    list-style: none;
    background: #EBEBEB;
}
#content ol > li:nth-child(even) {
    background: none;
}
#content ol > li:before {
    font-size: 0.857142857142857em;/* 12px / 14px */
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -2em;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    font-weight: bold;
    color: #000;
    background: #F8E6A6;
    text-align: center;
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* X.CONTENT TABLE
-------------------------------------------------------- */
#content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
#content caption {
    font-size: 1.357142857142857em;/* 19px / 14px */
    text-transform: uppercase;
    font-family: 'FunctionProMediumCondensed', sans-serif;
    padding: 3px 0;
    text-align: left;
}
#content th, #content td {
    font-style: normal;
    text-align: left;
    border: 1px solid #f9f9f9;
    padding: 5px 8px;
}
#content th {
    font-size: 0.857142857142857em;/* 12px / 14px */
    background: #f8e6a6;
    font-weight: bold;
    border-width: 0 0 1px 0;
}
#content td:first-child {
    border-left: 0;
}
#content td:last-child {
    border-right: 0;
}
#content tbody tr:nth-child(even) {
    background: #ebebeb;
}
#content table thead th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
#content table thead th:last-child  {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

/* X.BASEFORM
-------------------------------------------------------- */
#content form.baseform {
    font-size: 0.928571428571429em;/* 13px / 14px */
    margin: 5px 0;
}
/* RESET */
#content form.baseform .form-row ul {
    list-style: none;
    margin: 0;
}
#content form.baseform .form-row p {
    margin: 4px 0;
}
/* FIELDSET */
#content form.baseform fieldset {
    margin-bottom: 20px;
}
/* LEGEND */
#content form.baseform legend {
    font-size: 1.357142857142857em;/* 19px / 14px */
    text-transform: uppercase;
    font-family: 'FunctionProMediumCondensed', sans-serif;
    padding: 3px 0;
}
/* FORM-ROW */
#content form.baseform .form-row {
    border: 3px solid #c0e1ea;
    background: #E5F3F6;
    margin: 8px 0;
    padding: 5px;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/* LABELS */
#content form.baseform label {
    color: #282928;
    margin-right: 4px;
    display: block;
    font-weight: bold;
}
#content form.baseform label ~ label,
#content form.baseform input + label,
#content form.baseform ul label {
    display: inline-block;
    font-weight: normal;
}
#content form.baseform label ~ label {
    margin: 0 0 0 8px;
}
/* INPUTS, TEXTAREAS */
#content form.baseform input[type=text],
#content form.baseform textarea {
    font-size: 0.928571428571429em;/* 13px / 14px */
    border: 1px solid #C8CDCF;
    padding: 8px;
    min-width: 25em;
    width: 100%;
    max-width: 100%;
    /* Box-sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Border-radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* Box-shadow */
    -moz-box-shadow: inset 0 0 4px #e6e6e6;
    -webkit-box-shadow: inset 0 0 4px #e6e6e6;
    box-shadow: inset 0 0 4px #e6e6e6;
}
#content form.baseform textarea {
    vertical-align: top;
    resize: vertical;
}
#content form.baseform input:focus,
#content form.baseform textarea:focus {
    background: #F9F9F9;
}
/* SUBMIT */
#content form.baseform input[type=submit] {
    font-size: 1em;
    text-transform: uppercase;
    font-size: 1.571428571428571em;/* 24px / 14px */
    font-family: 'FunctionProMediumCondensed', sans-serif;
    border: 3px solid #fdcd20;
    padding: 3px 24px 1px 24px;
    cursor: pointer;
    background: #F8E6A6;
    margin-right: 10px;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
#content form.baseform input[type=submit]:hover,
#content form.baseform input[type=submit]:focus {
    background: #fdd236;
    text-decoration: underline;
}
/* HELP */
#content form.baseform .help {
    font-size: 0.9em;
    line-height: 1.384615384615385em;/* 18px / 13px */
    font-style: italic;
    color: #505050;
    padding: 0 4px;
}
/* ERRORS */
#content form.baseform .form-row ul.error,
#content form.baseform .form-row ul.errorlist {
    line-height: 1.384615384615385em;/* 18px / 13px */
    color: #c90000;
    list-style: disc;
    margin-left: 1.5em;
}
#content form.baseform .form-row.error input,
#content form.baseform .form-row.error textarea {
    border: 1px solid #c90000;
}

/* X.MODULES
---------------------------------------------------------------------------------------------------------------- */

/* X.ENHANCED-TITLE-1
-------------------------------------------------------- */
#content h1.enhanced-title-1 {
    text-transform: uppercase;
    color: #2c9db9;
}
#content h1.enhanced-title-1 span {
    font-size: 0.75em;
    display: block;
    text-transform: none;
    color: #000;
    margin-bottom: 4px;
}

/* X.SUGGEST LIST
-------------------------------------------------------- */
#content ul.suggest-list {
    margin: 0;
    list-style: none;
    font-size: 0.928571428571429em;/* 12px / 14px */
    /* Box-shadow */
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
}
#content ul.suggest-list li {
    background: none;
}
#content ul.suggest-list li a:link,
#content ul.suggest-list li a:visited {
    white-space: normal;
    display: block;
    border-bottom: 1px solid #cbcbcb !important;
    padding: 6px;
    color: #282928;
    font-weight: bold;
    text-decoration: none;
}
#content ul.suggest-list li:last-child a {
    border: none;
}
#content ul.suggest-list li.selected a,
#content ul.suggest-list li a:hover,
#content ul.suggest-list li a:focus,
#content ul.suggest-list li a:active {
    background: #282928;
    color: #fff;
}

/* X.ITEMS-LIST
-------------------------------------------------------- */
#content .items-list {
    list-style: none;
    margin: 10px 0;
    border-top: 1px solid #D4D4D4;
}
#content .items-list li {
    font-size: 1.928571428571429em;/* 27px / 14px */
    font-family: 'FunctionProMediumCondensed', sans-serif;
    padding: 7px 0;
    word-spacing: 0.01;
    text-transform: uppercase;
    border-bottom: 1px solid #D4D4D4;
}
#content .items-list span {
    font-size: 0.70em;
    display: block;
    text-transform: none;
    color: #000;
}
#content .items-list li a:link,
#content .items-list li a:visited {
    display: inline;
    background: none;
    text-decoration: none;
    padding: 0;
}
#content .items-list li a:hover,
#content .items-list li a:focus,
#content .items-list li a:active {
    text-decoration: underline;
}

/* X.ALT-LIST
-------------------------------------------------------- */
#content .alt-list {
    list-style: none;
    margin: 0.3125em 0;
}
#content .alt-list li {
    padding: 2px 0;
}

/* X.TOOLBAR
-------------------------------------------------------- */
#content .toolbar {
    list-style: none;
    margin: 10px 0;
    border: 1px solid #D4D4D4;
    overflow: auto;
    display: inline-block;
    /* Border-radius */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* Gradient */
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f6f6f6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f2f2f2, #f6f6f6); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #f2f2f2, #f6f6f6); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #f2f2f2, #f6f6f6); /* IE10 */
    background-image:      -o-linear-gradient(top, #f2f2f2, #f6f6f6); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #f2f2f2, #f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#f6f6f6'); /* IE6–IE9 */
}
#content .toolbar li {
    display: inline;
}
#content .toolbar li a:link,
#content .toolbar li a:visited {
    display: block;
    float: left;
    background: none;
    text-decoration: none;
    height: 26px;
    width: 30px;
    border-right: 1px solid #D4D4D4;
    text-indent: -10000px;
    overflow: hidden;
    /* Transition */
       -o-transition: all 0.2s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.2s ease-in;  /* Saf3.2+, Chrome */
          transition: all 0.2s ease-in;
}
#content .toolbar li a:hover,
#content .toolbar li a:focus,
#content .toolbar li a:active {
    background-color: #FDD236 !important;
}
#content .toolbar li:last-child a {
    border-right: 0;
}
#content .toolbar li a.t-comment    { background: url(../img/toolbar-comment.png) no-repeat 50% 50%; }
#content .toolbar li a.t-link       { background: url(../img/toolbar-link.png) no-repeat 50% 50%; }
#content .toolbar li a.t-home       { background: url(../img/toolbar-home.png) no-repeat 50% 50%; }
#content .toolbar li a.t-prev       { background: url(../img/toolbar-arrow-left.png) no-repeat 50% 50%; }
#content .toolbar li a.t-next       { background: url(../img/toolbar-arrow-right.png) no-repeat 50% 50%; }
#content .toolbar li a.t-archives   { background: url(../img/toolbar-arrow.png) no-repeat 50% 50%; }

/* X.STEP
-------------------------------------------------------- */
#content div.step {
    margin: 20px 0;
    line-height: 1.5em;/* 21px / 14px */
}
#content div.step span:first-child {
    display: block;
    float: left;
    width: 60px;
    height: 72px;
    background: #282928;
    color: #fff;
    margin: 0 10px 10px 0;
    /* Border-radius */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#content div.step span:first-child em {
    display: block;
    position: relative;
    top: 44%;
    left: 29%;
    font-style: normal;
    font-size: 500%;
    font-family: 'FunctionProMediumCondensed', sans-serif;
}
#content div.step h2 {
    padding: 5px 0;
}
#content div.step h2 + p {
    margin: 0;
    width: 80%;
}
#content div.step .grids {
    clear: left;
    margin-top: 16px;
}
#content div.step h3 {
    padding: 0 0 3px 0;
    color: #2c9db9;
    font-size: 1.428571428571429em;/* 20px / 14px */
}
#content div.step h3 + p {
    margin: 0;
    font-size: 0.928571428571429em;/* 13px / 14px */
}

/* X.SLIDER
-------------------------------------------------------- */
#content .slider-container {
    position: relative;
    padding: 14px 0 26px 0;
    margin: 20px 0 40px 0;
}
#content .slider {
    position: relative;
    z-index: 10;
    list-style: none;
    height: 100px;
    border: 1px solid #fff;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    /* Gradient */
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbcbcb)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #cbcbcb); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #cbcbcb); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff, #cbcbcb); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff, #cbcbcb); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff, #cbcbcb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cbcbcb'); /* IE6–IE9 */
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* Background-clip */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#content .slider li {
    display: inline;
}
#content .slider a:link,
#content .slider a:visited {
    display: block;
    float: left;
    width: 16.666666666666667%;
    height: 100%;
    margin: 0;
    padding: 10px;
    border: 0;
    background: none;
    text-indent: -10000px;
    overflow: hidden;
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content .slider a.slider-1:link, #content .slider a.slider-1:visited {
    background: url(../img/slider-icon-1.png) no-repeat 50% 50%;
}
#content .slider a.slider-1:hover, #content .slider a.slider-1:focus, #content .slider a.slider-1:active, #content .slider a.slider-1.here {
    background: url(../img/slider-icon-1.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider a.slider-2:link, #content .slider a.slider-2:visited {
    background: url(../img/slider-icon-2.png) no-repeat 50% 50%;
}
#content .slider a.slider-2:hover, #content .slider a.slider-2:focus, #content .slider a.slider-2:active, #content .slider a.slider-2.here {
    background: url(../img/slider-icon-2.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider a.slider-3:link, #content .slider a.slider-3:visited {
    background: url(../img/slider-icon-3.png) no-repeat 50% 50%;
}
#content .slider a.slider-3:hover, #content .slider a.slider-3:focus, #content .slider a.slider-3:active, #content .slider a.slider-3.here {
    background: url(../img/slider-icon-3.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider a.slider-4:link, #content .slider a.slider-4:visited {
    background: url(../img/slider-icon-4.png) no-repeat 50% 50%;
}
#content .slider a.slider-4:hover, #content .slider a.slider-4:focus, #content .slider a.slider-4:active, #content .slider a.slider-4.here {
    background: url(../img/slider-icon-4.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider a.slider-5:link, #content .slider a.slider-5:visited {
    background: url(../img/slider-icon-5.png) no-repeat 50% 50%;
}
#content .slider a.slider-5:hover, #content .slider a.slider-5:focus, #content .slider a.slider-5:active, #content .slider a.slider-5.here {
    background: url(../img/slider-icon-5.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider a.slider-6:link, #content .slider a.slider-6:visited {
    background: url(../img/slider-icon-6.png) no-repeat 50% 50%;
}
#content .slider a.slider-6:hover, #content .slider a.slider-6:focus, #content .slider a.slider-6:active, #content .slider a.slider-6.here {
    background: url(../img/slider-icon-6.png) no-repeat 50% 50%, url(../img/slider-hover.png) no-repeat 50% 50%;
}
#content .slider-drag-container {
    display: none;
    position: absolute;
    cursor: move;
    top: 0;
    left: 20px;
    width: 16.666666666666667%;
    height: 100%;
    background: none;
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content .slider-drag-top {
    background: #282928;
    height: 14px;
    /* Border-radius */
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
}
#content .slider-drag-arrow {
    position: relative;
    z-index: 20;
    background: url(../img/slider-arrow.png) no-repeat 50% 100%;
    height: 12px;
}
#content .slider-drag-bottom {
    background: #282928;
    margin-top: 88px;
    height: 26px;
    color: #fff;
    text-align: center;
    font-size: 1.285714285714286em;/* 18px / 14px */
    font-family: 'FunctionProMediumCondensed', sans-serif;
    text-transform: uppercase;
    /* Border-radius */
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.4);
}
#content .slider-drag-bottom span {
    font-size: 1.428571428571429em;/* 20px / 14px */
    font-weight: bold;
}

/* X.STATUS MESSAGES
-------------------------------------------------------- */
.status {
    border: 3px solid #fdcd20;
    background-color: #FFFAD6;
    background-color: rgba(253, 230, 52, 0.2);
    padding: 5px 10px;
    margin: 10px 0;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.status.info {
    padding-left: 54px;
    background-image: url(../img/status-info.png);
    background-repeat: no-repeat;
    background-position: 26px 10px;
}
.status.success {
    border: 3px solid #96c147;
    background-color: #f4f9ec;
    background-color: rgba(150, 193, 71, 0.1);
    padding-left: 54px;
    background-image: url(../img/status-success.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.status.error {
    border: 3px solid #c90000;
    background-color: #f9e5e5;
    background-color: rgba(201, 0, 0, 0.1);
    padding-left: 54px;
    background-image: url(../img/status-error.png);
    background-repeat: no-repeat;
    background-position: 18px 14px;
}

/* X.PIC
-------------------------------------------------------- */
.pic {
    position: relative;
    line-height: 1em;
}
.pic .legend {
    position: absolute;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 10px;
    color: #fff;
    /* Border-radius */
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pic .legend.top {
    top: 0;
    left: 0;
}
.pic .legend.bottom {
    bottom: 0;
    left: 0;
    /* Border-radius */
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.pic .legend * {
    margin: 5px 0 !important;
    padding: 5px 0 !important;
}
.pic .legend h1,
.pic .legend h2,
.pic .legend h3 {
    margin: 15px 0 !important;
    padding: 0 !important;
}
.pic .legend h1 + p,
.pic .legend h2 + p,
.pic .legend h3 + p {
    margin-top: -10px !important;
}

/* X.SEARCH FORM
-------------------------------------------------------- */
form.search {
    margin: 10px 0;
    white-space: nowrap;
}
form.search .search-q {
    font-size: 0.9em;
    width: 96%;
    border: 2px solid #D4D4D4;
    padding: 8px 36px 8px 8px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    background: #fff;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
form.search .search-submit {
    font-size: 0.9em;
    border: 2px solid #D4D4D4;
    padding: 8px;
    background: #D4D4D4 url(../img/search.png) no-repeat 50% 50%;
    text-indent: -10000px;
    width: 34px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    position: relative;
    left: -34px;
    /* Border-radius */
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
form.search .search-submit:hover,
form.search .search-submit:focus {
    background-color: #fdd236;
}

/* X.BLOG
-------------------------------------------------------- */
#content #comment-form { margin-top: 30px; }
#content .blog-archives { padding: 15px 0 0 0; }
/* Comments list */
#content #comments-list { margin-top: 30px; }
#content .comment-item {
    font-size: 0.928571428571429em;/* 13px / 14px */
    line-height: 1.357142857142857em;/* 19px / 14px */
    margin: 0 0 14px 0;
    padding: 7px 10px 5px 15px;
    background: #E5F3F6;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#content .comment-metadata {
    font-size: 1.1em;
    font-weight: bold;
}
#content .comment-metadata .comment-link {
    font-size: 0.8em;
    padding-right: 1px;
}
#content .comment-metadata .comment-author { color: #333; }
#content .comment-date {
    font-size: 0.88em;
    color: #6E7172;
    margin-bottom: 0;
}
/* Comments preview */
#content #comment-preview {
    background: #F8E6A6;
}

/* X.PORTFOLIO - CUSTOMERS
-------------------------------------------------------- */
.keyboard {
    padding-right: 44px;
    background: url(../img/keyboard.png) no-repeat 100% 0;
    min-height: 19px;
}
#folio-container {
    width: 100%;
    position: relative;
    border: 1px solid #000;
    border-width: 2.1em 0;
    background: #000;
}
#folio-container:hover {
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.55);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.55);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.55);
}
#folio {
    width: 100%;
    height: 100%;
    /* Perspective */
    -webkit-perspective: 1000;
}
#folio img {
    margin: 0;
    /* Border-radius */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* Transition */
    -webkit-transition-property: -webkit-transform, opacity;
    /* Backface */
    -webkit-backface-visibility: hidden;
}
#folio.initial * { -webkit-transition-duration: 0;  }
#folio.final *   { -webkit-transition-duration: 1s; }
/* Next */
#folio.initial .incoming-next   { -webkit-transform: translateZ(-410px) rotateY(90deg)  translateZ(410px);/* 820/2 = 410px */ }
#folio.initial .outgoing-next   { -webkit-transform: translateZ(-410px) rotateY(0deg)   translateZ(410px);/* 820/2 = 410px */ }
#folio.final .incoming-next     { -webkit-transform: translateZ(-410px) rotateY(0deg)   translateZ(410px);/* 820/2 = 410px */ }
#folio.final .outgoing-next     { -webkit-transform: translateZ(-410px) rotateY(-90deg) translateZ(410px);/* 820/2 = 410px */ opacity: 0; }
/* Prev */
#folio.initial .incoming-prev   { -webkit-transform: translateZ(-410px) rotateY(-90deg) translateZ(410px);/* 820/2 = 410px */ }
#folio.initial .outgoing-prev   { -webkit-transform: translateZ(-410px) rotateY(0deg)   translateZ(410px);/* 820/2 = 410px */ }
#folio.final .incoming-prev     { -webkit-transform: translateZ(-410px) rotateY(0deg)   translateZ(410px);/* 820/2 = 410px */ }
#folio.final .outgoing-prev     { -webkit-transform: translateZ(-410px) rotateY(90deg)  translateZ(410px);/* 820/2 = 410px */ opacity: 0; }

/* X.ABOUT
-------------------------------------------------------- */
#content .about {
    margin: 10px 0 20px 0;
    padding: 0 170px 0 10px;
    min-height: 170px;
    border: 1px solid #fff;
    width: 100%;
    background: #F7F7F7 url(../img/about.png) no-repeat 105% 100%;
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* Background-clip */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#content .pic-about .btn {
    position: relative;
    left: -2px;
}

/* X.ABOUT LOGOS - REFERENCES
-------------------------------------------------------- */
#content ul.logos {
    margin: 10px 0 20px 0;
    padding: 10px 20px;
    list-style: none;
    overflow: auto;
    border: 1px solid #fff;
    width: 100%;
    /* Gradient */
    background: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E7E7E7)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #E7E7E7); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #E7E7E7); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #E7E7E7); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #E7E7E7); /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #E7E7E7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E7E7E7'); /* IE6–IE9 */
    /* Box-shadow */
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    box-shadow: 0 0 10px 0 rgba(40, 41, 40, 0.15);
    /* Box sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Border-radius */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /* Background-clip */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#content ul.logos li {
    display: block;
    float: left;
    margin: 0 6px 0 0;
}
#content a.logo, #content a.logo:link, #content a.logo:visited {
    background: url(../img/logos.png) no-repeat 0 0;
    text-indent: -10000px;
    overflow: hidden;
    display: block;
    width: 140px;
    height: 42px;
    border: 1px solid transparent;
    border-width: 3px 8px;
    /* Border-radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#content a.logo:hover, #content a.logo:focus, #content a.logo:active {
    background-color: #D4D4D4;
    border-color: #D4D4D4;
}
#content a#logo-netmeno     { width: 119px; background-position: 0  -12px; }
#content a#logo-fantom      { width: 49px;  background-position: 0  -78px; }
#content a#logo-immomig     { width: 120px; background-position: 0 -144px; }
#content a#logo-pcp         { width: 120px; background-position: 0 -210px; }
#content a#logo-samestory   { width: 116px; background-position: 0 -278px; }
#content a#logo-golfminute  {               background-position: 0 -342px; }
#content a#logo-basikarts   { width: 100px; background-position: 0 -408px; }
#content a#logo-vineolia    { width: 98px;  background-position: 0 -476px; }
#content a#logo-marcarea    { width: 112px; background-position: 0 -542px; }
#content a#logo-wh          { width: 110px; background-position: 0 -608px; }
#content a#logo-l33         { width: 124px; background-position: 0 -674px; }
#content a#logo-bfb         { width:  88px; background-position: 0 -742px; }
#content a#logo-polyconseil { width: 132px; background-position: 0 -810px; }

/* X.ABOUT CV
-------------------------------------------------------- */
#content .cv-item {
    margin: 10px 0;
    padding: 10px 0 0 150px;
    border-top: 1px solid #D4D4D4;
}
#content .cv-item h2 {
    padding-bottom: 0;
}
#content .cv-item img {
    float: left;
    margin: 10px 0 0 -132px;
}
#content .cv-item img {
    /* Border-radius */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* X.PRETTIFY
-------------------------------------------------------- */
#content #tweets-list {
    margin: 20px 0 10px 0;
    list-style: none;
}
#content #tweets-list li {
    font-size: 0.928571428571429em;/* 13px / 14px */
    line-height: 1.357142857142857em;/* 19px / 14px */
    margin: 0 0 16px 0;
    padding: 6px 10px;
    word-wrap: break-word;
    border: 1px solid #D4D4D4;
    /* Border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* X.PRETTIFY
-------------------------------------------------------- */
.pln { color: #000; }
@media screen {
    .str { color: #080; }
    .kwd { color: #008; }
    .com { color: #800; }
    .typ { color: #606; }
    .lit { color: #066; }
    .pun,.opn,.clo { color: #660; }
    .tag { color: #008; }
    .atn { color: #606; }
    .atv { color: #080; }
    .dec,.var { color: #606; }
    .fun { color: red; }
}
@media print,projection {
    .str { color: #060; }
    .kwd { color: #006; font-weight: bold; }
    .com { color: #600; font-style: italic; }
    .typ { color: #404; font-weight: bold; }
    .lit { color: #044; }
    .pun,.opn,.clo { color: #440 }
    .tag { color: #006; font-weight: bold; }
    .atn { color: #404; }
    .atv { color: #060; }
}
ol.linenums { margin-top: 0; margin-bottom: 0; }
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none; }
li.L1,li.L3,li.L5,li.L7,li.L9 { background: #eee; }

/* X.MEDIA QUERIES
-------------------------------------------------------- */
@media all and (max-width: 480px) {
    .g1of2, .g1of3, .g1of4, .g1of5, .g2of3, .g2of5, .g3of4, .g3of5, .g4of5 {
        float: none;
        width: 100%;
    }
    .g1of2 > div:first-child, .g1of3 > div:first-child, .g1of4 > div:first-child,
    .g1of5 > div:first-child, .g2of3 > div:first-child, .g2of5 > div:first-child,
    .g3of4 > div:first-child, .g3of5 > div:first-child, .g4of5 > div:first-child { margin-right: 0; }
    #header h1 {
        float: none;
        margin: 10px auto;
    }
    #content .slider-container {
        display: none;
    }
    #nav {
        margin: 0;
        padding: 10px 0;
        text-align: left;
        overflow: auto;
    }
    #nav li {
        display: block;
        width: 50%;
        float: left;
        border: 0;
    }
    #nav li a:link,
    #nav li a:visited {
        background: #D4D4D4;
        display: block !important;
        text-align: center !important;
        margin: 2px;
    }
    #quote, #extra, #top {
        display: none !important;
    }
    #legal {
        border: 0;
    }
    #legal li#kemar {
        margin-top: 20px;
    }
    #content .about {
        padding: 5px 10px;
        margin: 10px 0;
        background-image: none;
    }
    #content .keyboard {
        display: none;
    }
    #content .cv-item {
        padding: 10px 0;
    }
    #content .cv-item img {
        float: none;
        margin: 10px 0 0 0;
    }
}


