/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'ProximaExCnL';
        src: url('fonts/ProximaExCnL/proximanovacond-light-webfont.svg#proxima_nova_condensedlight') format('svg');
    }
}*/
@font-face {
  font-family: 'ProximaCnSb';
  src: url("fonts/ProximaCnSb/proximanovacond-semibold-webfont.eot");
  src: url("fonts/ProximaCnSb/proximanovacond-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaCnSb/proximanovacond-semibold-webfont.woff") format("woff"), url("fonts/ProximaCnSb/proximanovacond-semibold-webfont.ttf") format("truetype"), url("fonts/ProximaCnSb/proximanovacond-semibold-webfont.svg#proxima_nova_condensedSBd") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  height: 100%;
  background: #ededed;
  font-family: 'ProximaExCnRg';
  -webkit-font-smoothing: antialiased;
  background: url(../img/AVE_BG.jpg) repeat-x #fdfdfd;
  padding: 0;
  margin: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* SHEET SPECIFIC STYLES */
.column {
  position: relative;
  top: 100px;
  height: 100%;
  width: 400px;
  padding: 30px 30px;
  margin-left: 60px;
  display: block;
  float: left; }

.sep {
  position: relative;
  height: 20px;
  padding: 10px 0; }

/** UI **/
button, nav.account {
  height: 27px;
  display: block;
  min-width: 74px;
  border-radius: 3px;
  border: none;
  box-shadow: 0px 1px #cfcfcf;
  border-width: 0 1px 1px 1px;
  border-color: transparent #cfcfcf #707070 #cfcfcf;
  border-style: solid;
  color: #fff;
  text-align: center;
  font-family: 'ProximaExCnSb';
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 6px 6px 6px;
  -webkit-font-smoothing: antialiased; }

button.utility, button.tag, .banner-tag, button.facebook, button.twitter, button.google, button.yahoo, button.rem-large {
  min-width: 140px;
  height: 32px;
  font-size: 19px;
  padding: 6px; }

button.auth, .banner, nav.account {
  background-color: #5db1c0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  button.auth:hover, .banner:hover, nav.account:hover {
    background-color: #82c3ce; }

button.rem-small, button.rem-large {
  background-color: #c74545;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  button.rem-small:hover, button.rem-large:hover {
    background-color: #d36c6c; }

button.cancel {
  background-color: #989898;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  button.cancel:hover {
    background-color: #b2b2b2; }

button.utility, button.tag, .banner-tag {
  background-color: #383838;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-color: transparent #d9d9d9 #8c8c8c #d9d9d9;
  box-shadow: 0px 1px #d9d9d9; }
  button.utility:hover, button.tag:hover, .banner-tag:hover {
    background-color: #525252; }

button.facebook {
  background-color: #3c5a96;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-color: transparent #cbcbcb #888 #cbcbcb;
  box-shadow: 0px 1px #cbcbcb; }
  button.facebook:hover {
    background-color: #4d71b8; }

button.twitter {
  background-color: #1dadea;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-color: transparent #cbcbcb #838383 #cbcbcb;
  box-shadow: 0px 1px #cdcdcd; }
  button.twitter:hover {
    background-color: #4cbeee; }

button.google {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: #333;
  border-color: transparent #e6e6e6 #d5d5d5 #e6e6e6;
  box-shadow: 0px 1px #e3e3e3; }
  button.google:hover {
    background-color: white; }

button.yahoo {
  background-color: #7b0099;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-color: transparent #cbcbcb #868686 #cdcdcd;
  box-shadow: 0px 1px #cfcfcf; }
  button.yahoo:hover {
    background-color: #a400cc; }

.box ul li input[type="radio"], .box ul li input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 5px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 16px;
  background-image: url(../img/ui-sprite.png);
  background-position: -6px -4px;
  background-repeat: no-repeat; }
  .box ul li input[type="radio"]:checked, .box ul li input[type="checkbox"]:checked {
    background-position: -36px -4px; }

.right {
  float: right; }

button.utility[data-action="add"] {
  text-indent: 20px;
  background-image: url(../img/ui-sprite.png);
  background-position: 21px -232px;
  background-repeat: no-repeat; }
button.utility[data-action="more"] {
  text-indent: 19px;
  background-image: url(../img/ui-sprite.png);
  background-position: 30px -204px;
  background-repeat: no-repeat; }
button.facebook {
  text-indent: 20px;
  background-image: url(../img/ui-sprite.png);
  background-position: 26px -94px;
  background-repeat: no-repeat; }
button.twitter {
  text-indent: 23px;
  background-image: url(../img/ui-sprite.png);
  background-position: 24px -121px;
  background-repeat: no-repeat; }
button.google {
  text-indent: 8px;
  background-image: url(../img/ui-sprite.png);
  background-position: 23px -148px;
  background-repeat: no-repeat; }
button.yahoo {
  text-indent: 22px;
  background-image: url(../img/ui-sprite.png);
  background-position: 20px -176px;
  background-repeat: no-repeat; }
button.tag {
  border-radius: 6px;
  min-width: 40px;
  height: 23px;
  font-size: 12px;
  font-family: 'ProximaRg';
  border-top-color: #4d4d4d;
  text-transform: none;
  color: #f1f1f1;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 8px; }
  button.tag.used {
    pointer-events: none;
    background: #e2e2e2;
    box-shadow: inset 0px 2px 2px rgba(50, 50, 50, 0.2);
    border: none;
    color: #5f5f5f; }
  button.tag.active {
    background-color: #5db1c0;
    box-shadow: inset 0px 4px 2px rgba(50, 50, 50, 0.2);
    border-bottom-color: #c5c5c5;
    border-top-color: #222; }

.banner {
  width: 100%;
  color: #fff;
  font-family: 'ProximaExCnSb';
  font-size: 23px;
  line-height: 56px;
  height: 50px;
  text-indent: 21px;
  -webkit-font-smoothing: antialiased; }
  .banner .close {
    margin: 15px 6px; }

.close {
  background-image: url(../img/ui-sprite.png);
  background-position: -3px -265px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer; }

.banner-tag {
  border-radius: 6px;
  width: 100%;
  height: 28px;
  border-top: #4d4d4d; }
  .banner-tag .close {
    margin-top: -2px; }

.box textarea, .box input, .box ul {
  box-shadow: inset 0px 3px 3px 0px rgba(30, 30, 30, 0.3);
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, gainsboro 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, gainsboro 100%);
  /* W3C */
  padding: 0 2px;
  border: 1px solid #fbfbfb;
  overflow: hidden;
  margin: 10px 0 20px 0;
  border-radius: 7px;
  font-family: 'ProximaRg';
  font-size: 12px; }

.box {
  background: #d8d8d8;
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(30, 30, 30, 0.2);
  background-color: #f1f1f1;
  width: 100%;
  padding: 0; }
  .box label {
    margin-bottom: 10px; }
  .box .caption {
    width: 355px;
    height: 100%;
    padding: 11px 16px;
    color: #333;
    font-size: 13px;
    font-family: 'ProximaRg';
    word-wrap: break-word; }
    .box .caption h4 {
      font-family: 'ProximaExCnRg';
      font-size: 28px;
      margin: 0;
      padding: 0 0 3px 0;
      font-weight: normal; }
    .box .caption p {
      margin: 0;
      padding: 0;
      line-height: 19px;
      min-height: 168px; }
    .box .caption footer {
      border-top: 1px solid #fff;
      padding-top: 9px; }
  .box.connected .caption p, .box.project .caption p {
    border-bottom: 1px solid #c7c6c7; }
  .box h3 {
    font-weight: normal;
    padding: 0;
    line-height: auto;
    margin: 15px 0 5px 0; }
    .box h3:first-child {
      margin: 0 0 5px 0; }
  .box.person {
    height: 260px;
    padding: 1px; }
  .box.project {
    height: 260px;
    padding: 1px; }
    .box.project footer {
      padding-top: 14px; }
    .box.project p {
      position: relative; }
    .box.project .more {
      text-decoration: none;
      position: absolute;
      left: 0;
      bottom: 6px;
      font-size: 12px;
      color: #333;
      font-family: 'ProximaB'; }
  .box textarea {
    width: 100%;
    display: block;
    min-height: 100px;
    padding: 3%;
    width: 100%;
    resize: none;
    border: 1px solid #fff; }
  .box input {
    padding: 4px;
    display: block;
    height: 34px;
    width: 100%;
    text-indent: 7px;
    font-size: 11px;
    border: 1px solid #fff; }
  .box ul {
    list-style: none;
    border: 1px solid #fff; }
    .box ul li {
      height: 28px;
      background: transparent;
      border-top: 1px solid #efefef;
      text-indent: 10px;
      line-height: 27px;
      border-bottom: 1px solid #cfcfcf; }
      .box ul li input[type="radio"], .box ul li input[type="checkbox"] {
        float: right; }
        .box ul li input[type="radio"] .lt-ie10, .box ul li input[type="checkbox"] .lt-ie10 {
          border-radius: 0;
          background-image: none;
          border: 1px solid red;
          height: auto;
          width: auto; }
    .box ul li:first-child {
      border-top: 0; }
    .box ul li:last-child {
      border-bottom: 0; }

.lt-ie10 .box ul li input[type="radio"], .lt-ie10 .box ul li input[type="checkbox"] {
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  background-color: none;
  box-sizing: none;
  width: 25px;
  height: 18px; }

.search-box {
  position: relative; }
  .search-box:after {
    height: 19px;
    width: 26px;
    background: url(../img/search.png);
    position: absolute;
    content: ' ';
    display: block;
    z-index: 10;
    top: 6px;
    right: 7px; }

.dark {
  position: relative;
  background: #272526;
  color: #fff;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .dark input {
    border: 1px solid #7b7b7b;
    background: #eaeae9; }
  .dark .sub-box {
    width: 100%;
    border-top: 1px solid #303030 !important;
    border-bottom: 1px solid #000 !important;
    padding: 29px 16px; }
    .dark .sub-box.compress {
      padding: 16px; }
      .dark .sub-box.compress ul {
        margin: 0; }
    .dark .sub-box input {
      margin: 0; }
    .dark .sub-box:first-child {
      border-top: none; }
    .dark .sub-box:last-child {
      border-bottom: none; }
  .dark .break {
    position: relative;
    left: 1%;
    border-top: 1px solid #000;
    background: #303030;
    height: 2px;
    margin: 29px 0;
    width: 98%;
    display: block; }
  .dark .tag {
    border-top: 1px solid #515151;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
    border-bottom: 1px solid #2c2c2c;
    box-shadow: 0px 1px #232223; }
    .dark .tag:hover, .dark .tag.active {
      border-bottom-color: #2c2c2c;
      border-top-color: #515151; }
  .dark ul {
    border: none;
    background: #383838;
    padding: 0;
    border-radius: 4px;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    box-shadow: 0 0 5px rgab(20, 20, 20, 0.7); }
    .dark ul a {
      text-decoration: none;
      color: #f3f2f2; }
    .dark ul li {
      border-bottom-color: #232323;
      border-top-color: #4f4f4f; }

.content {
  width: 100%; }
  .content header {
    width: 99%;
    margin-left: 0.5%;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(30, 30, 30, 0.2);
    height: 57px; }
    .content header h3 {
      background: #d8d8d8;
      /* Old browsers */
      background: -moz-linear-gradient(top, #d8d8d8 0%, #cbcbcb 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #cbcbcb));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #d8d8d8 0%, #cbcbcb 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #d8d8d8 0%, #cbcbcb 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #d8d8d8 0%, #cbcbcb 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #d8d8d8 0%, #cbcbcb 100%);
      /* W3C */
      font-family: 'ProximaExCnRg';
      color: #333;
      text-transform: uppercase;
      font-size: 32px;
      -webkit-font-smoothing: antialiased;
      font-weight: 100;
      line-height: auto;
      margin: 0;
      padding: 7px 0 15px 20px; }
  .content .box {
    position: relative;
    top: -5px;
    padding: 0 5px;
    padding: 30px 20px 40px 20px; }

nav[role="main"] {
  position: fixed;
  width: 100%;
  height: 77px;
  background: url(../img/Nav_BG.png) repeat-x;
  z-index: 9100;
  top: 0px;
  left: 0px; }
  nav[role="main"] ul:first-child {
    margin: 0;
    padding: 0;
    list-style: none; }
    nav[role="main"] ul:first-child li {
      float: left;
      width: 166px;
      height: 73px; }
      nav[role="main"] ul:first-child li:last-child {
        background-image: url(../img/nav-ui-sprite.png);
        background-position: -94px -47px;
        height: 70px;
        width: 130px; }
    nav[role="main"] ul:first-child a {
      width: 166px;
      height: 70px;
      display: block;
      color: #fff;
      text-align: center;
      padding-top: 20px;
      text-decoration: none;
      font-size: 17px;
      font-family: 'ProximaCnSb';
      border-bottom: 2px solid transparent;
      border-color: transparent;
      text-rendering: optimizeLegibility;
      text-shadow: 0 -1px 1px black;
      -webkit-transition: color 0.5s ease,border-color 0.5s ease;
      -moz-transition: color 0.5s ease,border-color 0.5s ease;
      -o-transition: color 0.5s ease,border-color 0.5s ease;
      -ms-transition: color 0.5s ease,border-color 0.5s ease;
      transition: color 0.5s ease,border-color 0.5s ease;
      background-image: url(../img/nav-ui-sprite.png);
      background-position: -94px -47px; }
      nav[role="main"] ul:first-child a strong {
        display: block;
        line-height: 14px;
        font-weight: normal; }
      nav[role="main"] ul:first-child a span {
        font-size: 14px;
        font-family: 'ProximaExCnL'; }
      nav[role="main"] ul:first-child a.home {
        background-image: url(../img/nav-ui-sprite.png);
        background-position: -94px -237px; }
      nav[role="main"] ul:first-child a.active, nav[role="main"] ul:first-child a:hover {
        color: #5bb2c2;
        border-color: #5bb2c2; }

nav.account {
  width: 123px;
  height: 27px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
  line-height: 33px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  text-align: left;
  float: left;
  padding: 0px; }
  nav.account .avatar {
    float: left;
    margin: 2px 7px 0 2px;
    border-radius: 2px 0 0 0; }
  nav.account .arrow {
    position: absolute;
    background-image: url(../img/ui-sprite.png);
    background-position: -6px -292px;
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    right: 7px;
    top: 11px;
    float: right;
    display: block; }
  nav.account ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    -o-transition: opacity 0.5s 0.5s ease;
    -ms-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    z-index: 100;
    position: absolute;
    top: 27px;
    width: 121px;
    margin: 0;
    padding: 4px 0 0 0;
    left: 0px;
    border-top: 1px solid #69c2cd; }
    nav.account ul li {
      text-indent: 6px;
      height: 27px;
      background: transparent;
      -webkit-transition: background 0.1s ease;
      -moz-transition: background 0.1s ease;
      -o-transition: background 0.1s ease;
      -ms-transition: background 0.1s ease;
      transition: background 0.1s ease; }
      nav.account ul li a {
        color: #fff;
        text-decoration: none; }
      nav.account ul li:hover {
        background: #f1f1f1; }
        nav.account ul li:hover a {
          color: #5db1c0; }
  nav.account:hover > ul {
    visibility: visible;
    opacity: 1; }
  nav.account:hover {
    background: #5db1c0;
    height: 90px; }

header[role="main"] {
  color: #333; }
  header[role="main"] h2, header[role="main"] h3 {
    font-weight: normal;
    display: inline-block;
    font-size: 43px;
    font-family: 'ProximaExCnRg';
    margin: 0;
    padding: 0; }
  header[role="main"] h3 {
    color: #b3b3b3; }
  header[role="main"] p {
    font-family: 'ProximaRg';
    font-size: 13px;
    padding: 2px 0 5px 0; }

.ave-select {
  position: relative;
  height: 32px;
  width: 100%;
  display: block;
  cursor: pointer;
  color: #333;
  font-size: 12px;
  font-family: 'ProximaRg'; }
  .ave-select ul {
    position: absolute;
    z-index: 20;
    top: 20px;
    visibility: hidden;
    width: 100%;
    padding: 0;
    border-radius: 0 0 7px 7px;
    border: 1px solid #fbfbfb;
    box-shadow: none;
    background: #e5e5e5;
    box-shadow: 0 1px 6px -1px rgba(40, 40, 40, 0.4); }
  .ave-select .ave-select-selected {
    position: absolute;
    z-index: 80;
    height: 32px;
    display: block;
    border: 1px solid green;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #e3e3e3;
    line-height: 30px;
    text-indent: 10px;
    box-shadow: inset -1px 2px 3px rgba(30, 30, 30, 0.3); }
    .ave-select .ave-select-selected:after {
      content: '';
      position: absolute;
      background: url(../img/dropdown.jpg);
      top: 4px;
      right: 4px;
      height: 23px;
      width: 23px; }
  .ave-select:hover > .ave-select-selected {
    border-radius: 7px 7px 0 0; }
  .ave-select li:hover {
    color: #bfbfbf; }
  .ave-select:hover > ul {
    visibility: visible; }

.box .account-nav li {
  height: 33px;
  line-height: 33px; }

.account-nav li {
  font-family: 'ProximaExCnRg';
  font-size: 16px;
  position: relative; }
.account-nav .drop {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.6s height ease;
  -moz-transition: 0.6s height ease;
  -o-transition: 0.6s height ease;
  -ms-transition: 0.6s height ease;
  transition: 0.6s height ease; }
  .account-nav .drop.active, .account-nav .drop:hover {
    height: 135px; }
    .account-nav .drop.active span.projects, .account-nav .drop:hover span.projects {
      background-position: -59px -168px; }
    .account-nav .drop.active span.notifications, .account-nav .drop:hover span.notifications {
      background-position: -59px -216px; }
    .account-nav .drop.active:hover .arrow, .account-nav .drop:hover:hover .arrow {
      background-position: -64px -254px; }
    .account-nav .drop.active > a, .account-nav .drop:hover > a {
      color: #59b1c1; }
  .account-nav .drop:last-child ul {
    border-radius: 0 0 3px 3px; }
.account-nav .drop ul {
  -webkit-transition: 0.6s opacity ease;
  -moz-transition: 0.6s opacity ease;
  -o-transition: 0.6s opacity ease;
  -ms-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  background: #282828;
  position: absolute;
  float: left;
  border-radius: 0;
  width: 100%;
  border-top-color: #4f4f4f;
  z-index: 100;
  height: auto; }
  .account-nav .drop ul li {
    border-bottom-color: #1e1e1e;
    border-top-color: #373737;
    text-indent: 45px;
    font-size: 15px;
    display: block; }
    .account-nav .drop ul li:last-child {
      border-bottom: none; }
.account-nav a {
  background: transparent; }
  .account-nav a.active, .account-nav a:hover {
    color: #59b1c1; }
  .account-nav a.active span, .account-nav a:hover span {
    background-position: -57px -24px; }
  .account-nav a.active span.settings, .account-nav a:hover span.settings {
    background-position: -59px -72px; }
  .account-nav a.active span.connections, .account-nav a:hover span.connections {
    background-position: -59px -119px; }
  .account-nav a.active span.projects, .account-nav a:hover span.projects {
    background-position: -59px -168px; }
  .account-nav a.active span.notifications, .account-nav a:hover span.notifications {
    background-position: -59px -216px; }
  .account-nav a:hover .arrow {
    background-position: -64px -254px; }
  .account-nav a span {
    position: relative;
    left: 9px;
    top: 7px;
    margin-right: 9px;
    width: 22px;
    height: 18px;
    float: left;
    background: url(../img/personal-ui-sprite.png) -19px -24px; }
    .account-nav a span.settings {
      left: 11px;
      background-position: -21px -72px; }
    .account-nav a span.connections {
      left: 11px;
      background-position: -21px -119px; }
    .account-nav a span.projects {
      left: 12px;
      top: 7px;
      background-position: -21px -168px; }
    .account-nav a span.notifications {
      left: 13px;
      background-position: -21px -216px; }
  .account-nav a .arrow {
    background: url(../img/personal-ui-sprite.png) -26px -254px;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin-left: 7px; }

.user-img {
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(30, 30, 30, 0.2); }

.add-skills .sub-box, .box .sub-box {
  padding: 18px 22px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff; }
  .add-skills .sub-box:first-child, .box .sub-box:first-child {
    border-top: none; }
  .add-skills .sub-box:last-child, .box .sub-box:last-child {
    border-bottom: none; }

.no-results {
  position: absolute;
  background: url(../img/no-results.png);
  width: 202px;
  height: 202px;
  top: 300px;
  left: 219px; }

#about {
  position: absolute;
  width: 1113px;
  margin-left: -556.5px;
  left: 50%; }

.block-column {
  position: relative;
  height: 400px;
  float: left;
  width: 523px; }
  .block-column img {
    border: 2px solid #fff;
    margin: 12px 0 7px 0; }
  .block-column header {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #cacaca; }
  .block-column article {
    width: 100%;
    border-top: 1px solid #fff; }
  .block-column .img-caption {
    background: url(../img/about-symbols.jpg) left 4px no-repeat;
    height: 31px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #fff; }
    .block-column .img-caption p {
      margin: 0;
      padding: 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #cacaca;
      text-indent: 70px;
      font-style: italic; }
  .block-column .links {
    background: url(../img/about-links.jpg);
    height: 39px;
    width: 366px;
    margin-top: 20px; }
    .block-column .links a {
      float: left;
      height: 39px; }
    .block-column .links .ifsd {
      width: 82px; }
    .block-column .links .google-ideas {
      width: 200px; }
    .block-column .links .gn-f {
      width: 76px; }
  .block-column p {
    font-family: 'ProximaRg';
    font-size: 13px;
    line-height: 26px;
    margin: 14px 0; }
  .block-column h2 {
    font-family: 'ProximaExCnRg';
    font-weight: normal;
    font-size: 44px;
    margin: 0;
    padding: 0;
    color: #bebebe; }
    .block-column h2 span {
      color: #333; }
  .block-column:first-child {
    margin-right: 50px;
    width: 538px; }

#info-page .block-column {
  width: 1000px !important;
  height: auto;
  border-bottom: 1px solid #cacaca; }
  #info-page .block-column h2 {
    color: #333; }
  #info-page .block-column a {
    font-family: 'ProximaB';
    text-decoration: none;
    font-size: 13px;
    color: #333; }
    #info-page .block-column a:hover {
      color: #59b1c1;
      text-decoration: underline; }

.overlay-box {
  position: absolute;
  width: 594px;
  top: 200px;
  margin-left: -297px;
  left: 50%;
  -webkit-transition: .6s opacity;
  -moz-transition: .6s opacity;
  -o-transition: .6s opacity;
  -ms-transition: .6s opacity;
  transition: .6s opacity;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999999999;
  -webkit-transform: translate3d(0, 0, 0); }
  .overlay-box.active {
    opacity: 1;
    visibility: visible; }
  .overlay-box h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: inline; }
  .overlay-box.people h3 {
    font-size: 24px; }
  .overlay-box .close {
    display: inline;
    background: url(../img/dark-close.jpg) no-repeat;
    height: 12px;
    width: 12px;
    margin-top: 3px; }
  .overlay-box.people, .overlay-box.projects {
    width: 865px;
    margin-left: -422px; }
  .overlay-box .project-box {
    width: 250px;
    float: left;
    margin-right: 24px;
    box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.1) !important; }
    .overlay-box .project-box:nth-child(3n) {
      margin-right: 0; }
  .overlay-box .person {
    width: 250px;
    float: left;
    margin-right: 24px;
    box-shadow: 1px 1px 1px 1px rgba(80, 80, 80, 0.1) !important; }
    .overlay-box .person:nth-child(3n) {
      margin-right: 0; }
    .overlay-box .person img {
      border-right: 1px solid #fff; }

#content {
  position: relative;
  margin: 104px auto 0 auto;
  width: 1000px;
  display: block; }
  #content .left-list-column {
    width: 681px;
    float: left; }
    #content .left-list-column article {
      margin-bottom: 18px; }
    #content .left-list-column .project .auth {
      margin-top: -7px; }
    #content .left-list-column .caption {
      width: 415px;
      word-wrap: break-word; }
    #content .left-list-column header {
      margin-bottom: 30px; }
      #content .left-list-column header span {
        color: #333; }
      #content .left-list-column header hgroup {
        width: 1000px; }
      #content .left-list-column header .utility {
        margin-top: -7px; }
  #content .right-column {
    width: 300px;
    position: relative;
    top: 123px; }
  #content .end-controls {
    position: relative;
    width: 293px;
    margin: 40px auto 30px auto; }
    #content .end-controls button {
      display: inline; }
    #content .end-controls [data-action="top"] {
      margin-right: 2px; }

.account-action {
  position: absolute;
  top: 20px;
  right: 39px; }
  .account-action button {
    display: inline-block;
    border-color: #0d0d0d;
    box-shadow: 0px 1px #0d0d0d; }
  .account-action [data-action="join"] {
    margin-right: 11px; }
  .account-action .account {
    float: none;
    display: inline-block;
    border-color: transparent;
    box-shadow: none; }
  .account-action.connected button {
    margin-left: 135px; }
  .account-action.connected .cancel {
    background-color: #565656; }

.add-skills {
  position: absolute;
  right: 0;
  width: 330px;
  visibility: hidden;
  top: 70px;
  overflow: hidden;
  height: 100%;
  z-index: 1999;
  border: none;
  background: transparent;
  box-shadow: none; }
  .add-skills .transition-container {
    position: absolute;
    opacity: 0;
    border: 1px solid #fff;
    background: #f1f1f1;
    right: -312px;
    -webkit-transition: .6s right,.6s opacity;
    -moz-transition: .6s right,.6s opacity;
    -o-transition: .6s right,.6s opacity;
    -ms-transition: .6s right,.6s opacity;
    transition: .6s right,.6s opacity;
    box-shadow: 0 0 7px 7px rgba(110, 110, 110, 0.2);
    width: 312px;
    height: 100%; }
  .add-skills h3 {
    display: inline;
    margin: 0;
    font-size: 26px; }
  .add-skills .close {
    width: 12px;
    height: 12px;
    background: url(../img/dark-close.jpg);
    display: inline-block;
    margin-top: 8px; }
  .add-skills .banner-tag .close {
    background-image: url(../img/ui-sprite.png);
    background-position: -3px -265px;
    height: 20px;
    width: 20px;
    margin-top: 0px; }

#expose {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s opacity;
  -moz-transition: .6s opacity;
  -o-transition: .6s opacity;
  -ms-transition: .6s opacity;
  transition: .6s opacity;
  z-index: 999; }

#home {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c; }
  #home .portrait {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: 60% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 2s opacity;
    -moz-transition: 2s opacity;
    -o-transition: 2s opacity;
    -ms-transition: 2s opacity;
    transition: 2s opacity; }
  #home .auth {
    border-color: #222;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  #home section.home {
    position: relative;
    margin: 0 auto;
    width: 1250px;
    height: 100%; }
  #home .share {
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #fafaf5;
    text-transform: uppercase; }
    #home .share .twitter-share-button {
      display: inline;
      position: relative;
      left: -8px;
      top: 5px; }
    #home .share #___plusone_0 {
      position: relative;
      top: 5px; }
    #home .share .fb-like {
      top: 0px;
      left: -20px; }
    #home .share h4 {
      margin: 0;
      padding: 0;
      display: inline; }
  #home .title {
    position: absolute;
    left: 0;
    width: 314px;
    top: 156px; }
    #home .title .auth {
      display: inline;
      margin: 8px 13px 17px 0; }
      #home .title .auth.small {
        min-width: 25px;
        height: 20px;
        margin: 8px 0 17px 0;
        padding: 0;
        background-image: url(../img/ui-sprite.png); }
      #home .title .auth.fb {
        background-position: 2px -27px; }
      #home .title .auth.tw {
        background-position: 0 -50px; }
      #home .title .auth.gp {
        background-position: 0 -73px; }
    #home .title h4 {
      display: inline;
      float: left;
      position: relative;
      top: -13px;
      margin-right: 5px; }
    #home .title .sep-area-top {
      border-bottom: 1px solid #211f20; }
      #home .title .sep-area-top.connected {
        height: 10px; }
    #home .title .sep-area-bottom {
      border-top: 1px solid #3f3f3f;
      color: #fafaf5;
      text-transform: uppercase;
      padding-top: 12px; }
    #home .title h1 {
      font-size: 52px;
      font-family: 'ProximaBlack';
      color: #fafaf5;
      text-transform: uppercase;
      text-rendering: geometricPrecision;
      padding: 0;
      margin: 0;
      line-height: 54px; }
  #home .statistics {
    position: absolute;
    top: 170px;
    width: 139px;
    font-family: 'ProximaExCnSb';
    right: 0px;
    font-size: 50px;
    color: #fafaf5;
    text-align: center;
    line-height: 36px; }
    #home .statistics ul {
      padding: 0;
      margin: 0; }
      #home .statistics ul li {
        list-style: none;
        margin-bottom: 38px; }
    #home .statistics strong {
      font-weight: normal;
      margin: 0;
      padding: 0; }
    #home .statistics span {
      text-transform: uppercase;
      display: block;
      font-size: 31px; }
  #home footer {
    position: absolute;
    font-family: 'ProximaThin';
    font-size: 12px;
    -webkit-text-stroke: 0.5px;
    right: 3px;
    bottom: 50px;
    color: #fafaf5; }
    #home footer ul {
      padding: 0;
      list-style: none; }
    #home footer li {
      float: left;
      padding-right: 5px; }
    #home footer a {
      text-decoration: none;
      color: #fafaf5;
      display: inline; }

.search-button {
  background: url(../img/search.png);
  width: 26px;
  height: 19px;
  position: relative;
  top: -27px;
  right: 8px; }

.content ul.box {
  margin: 0;
  font-family: 'ProximaExCnRg';
  padding: 10px 20px; }
  .content ul.box li {
    position: relative;
    list-style: none;
    height: 64px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    color: #333; }
    .content ul.box li strong {
      font-family: 'ProximaExCnSb';
      font-weight: normal; }
    .content ul.box li:first-child {
      border-top: none; }
    .content ul.box li:last-child {
      border-bottom: none; }
    .content ul.box li time {
      position: absolute;
      display: block;
      right: 0px;
      bottom: -2px;
      height: 20px;
      line-height: normal;
      font-size: 11px;
      font-family: 'ProximaRg'; }

.pages {
  position: relative;
  width: 84px;
  margin: 0 auto 20px auto;
  display: block;
  top: 10px; }
  .pages .pcontainer {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 23px; }
  .pages a {
    display: inline-block;
    border-radius: 10px;
    height: 4px;
    width: 4px;
    background: #8b8b8b;
    margin: 0 4px;
    float: left;
    cursor: pointer;
    position: relative;
    top: 0px;
    box-shadow: 1px 1px 1px #b9b9b9; }
  .pages button {
    display: inline;
    background: url(../img/prev.jpg);
    height: 20px;
    min-width: 20px; }
  .pages .prev {
    float: left; }
  .pages .next {
    background: url(../img/next.jpg);
    float: right; }
  .pages a.active {
    background: #fff; }

.upper-input {
  margin-bottom: 0px !important; }

.box .banner-list {
  padding: 8px;
  margin-bottom: 0px; }
  .box .banner-list.link-list, .box .banner-list.search-list {
    width: 100%;
    position: relative; }
  .box .banner-list.search-list .banner-tag {
    width: 320px;
    display: inline-block;
    margin-right: 3px; }
  .box .banner-list.search-list .auth {
    display: inline;
    width: 50px; }
  .box .banner-list li {
    border: none;
    background: none;
    height: 28px;
    width: 100%;
    margin-top: 4px;
    text-indent: 0px; }
    .box .banner-list li:first-child {
      margin-top: 0px; }
  .box .banner-list.list-management .banner-tag {
    width: 255px;
    display: inline-block;
    margin-right: 4px; }
  .box .banner-list button {
    display: inline;
    position: relative;
    top: 1px;
    border-radius: 3px;
    padding: 3px 6px 0px 6px;
    height: 22px;
    font-size: 15px; }
    .box .banner-list button.auth, .box .banner-list button.rem-small {
      min-width: 0px; }
    .box .banner-list button.auth {
      margin-right: 3px; }
  .box .banner-list .banner-tag {
    color: #fff;
    font-size: 12px;
    line-height: normal; }

input[type="radio"], input[type="checkbox"] {
  box-shadow: none;
  border-radius: 0 !important; }

.box.end-box {
  padding: 21px;
  margin-top: 15px;
  height: 70px;
  margin-bottom: 15px; }
.box .clear, .box .auth {
  display: inline;
  margin-right: 5px; }
.box .clear {
  background: #bbb; }
.box.compress {
  padding: 0; }
.box .sub-box p {
  margin: 0; }

.char-count {
  font-size: 14px;
  position: relative;
  top: -14px;
  right: 5px;
  color: #555; }

#add-project input[type="text"], #add-project input[type="file"] {
  background: #e5e5e5; }
#add-project .add-link-button {
  position: relative;
  height: 23px;
  width: 23px;
  background: url(../img/add-button.jpg);
  display: block;
  top: -28px;
  right: 7px; }
#add-project .message {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
  right: 5px;
  color: #555; }
#add-project .user-img-holder {
  position: relative;
  margin: 0 auto;
  width: 256px; }
#add-project .file-input {
  position: relative; }
  #add-project .file-input img {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer; }
#add-project .fakefile {
  position: absolute;
  top: -4px;
  left: 0px;
  z-index: 1;
  width: 100%; }
#add-project .fake-file {
  margin-top: 0px; }
#add-project .file {
  position: relative;
  text-align: right;
  opacity: 0;
  z-index: 2; }
#add-project [data-action="save"] {
  margin-top: 30px; }

[data-page="account"] .left-list-column {
  width: 258px !important; }
  [data-page="account"] .left-list-column header {
    text-transform: uppercase;
    margin-bottom: 15px !important; }
[data-page="account"] .right-column {
  overflow: hidden; }
[data-page="account"] form.box {
  padding: 30px 20px 20px 20px; }
[data-page="account"] .box input[type="text"], [data-page="account"] .box input[type="file"] {
  background: #e5e5e5; }
[data-page="account"] .box .add-link-button {
  position: relative;
  height: 23px;
  width: 23px;
  background: url(../img/add-button.jpg);
  display: block;
  top: -28px;
  right: 7px; }
[data-page="account"] .box .message {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
  right: 5px;
  color: #555; }
[data-page="account"] .box .user-img-holder {
  position: relative;
  margin: 0 auto;
  width: 256px; }
[data-page="account"] .box .file-input {
  position: relative; }
  [data-page="account"] .box .file-input img {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer; }
[data-page="account"] .box .fakefile {
  position: absolute;
  top: -4px;
  left: 0px;
  z-index: 1;
  width: 100%; }
[data-page="account"] .box .fake-file {
  margin-top: 0px; }
[data-page="account"] .box .file {
  position: relative;
  text-align: right;
  opacity: 0;
  z-index: 2; }
[data-page="account"] input[type="file"] {
  padding-top: 12px; }
[data-page="account"] .right-column {
  width: 708px !important;
  top: 67px !important; }
[data-page="account"] .user-img {
  margin-bottom: 4px; }
[data-page="account"] .account-view {
  position: absolute;
  width: 460px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s opacity;
  -moz-transition: .8s opacity;
  -o-transition: .8s opacity;
  -ms-transition: .8s opacity;
  transition: .8s opacity; }
  [data-page="account"] .account-view.active {
    opacity: 1;
    visibility: visible; }
  [data-page="account"] .account-view header {
    width: 458px;
    margin-left: 1px; }

[data-view="primary-contact"] input {
  width: 325px;
  display: inline;
  margin-right: 5px; }
[data-view="primary-contact"] span {
  margin-left: 6px; }
[data-view="primary-contact"] button {
  display: inline;
  width: 78px; }
[data-view="primary-contact"] .sub-box button {
  position: relative;
  top: 13px; }

[data-page="person"], [data-page="project"] {
  width: 1115px !important; }
  [data-page="person"] .deep-column, [data-page="project"] .deep-column {
    position: relative;
    width: 250px;
    float: left;
    display: block;
    margin-left: 35px;
    margin-bottom: 40px;
    top: 52px; }
    [data-page="person"] .deep-column .wide, [data-page="project"] .deep-column .wide {
      width: 250px;
      margin-bottom: 20px; }
  [data-page="person"] .content, [data-page="project"] .content {
    box-shadow: 1px 1px 0px 0px rgba(10, 10, 10, 0.1);
    margin-bottom: 20px; }
    [data-page="person"] .content header, [data-page="project"] .content header {
      box-shadow: none;
      width: 100%;
      margin-left: 0px;
      height: 40px; }
      [data-page="person"] .content header h3, [data-page="project"] .content header h3 {
        font-size: 24px; }
    [data-page="person"] .content .box, [data-page="project"] .content .box {
      box-shadow: none;
      top: 0px; }
      [data-page="person"] .content .box.project, [data-page="project"] .content .box.project {
        height: 250px; }
      [data-page="person"] .content .box.links ul, [data-page="project"] .content .box.links ul {
        background: none;
        box-shadow: none;
        border: none; }
      [data-page="person"] .content .box.links li, [data-page="project"] .content .box.links li {
        border: none;
        height: auto;
        word-wrap: break-word;
        padding-left: 10px;
        padding-right: 10px;
        text-indent: 0px; }
      [data-page="person"] .content .box.links a, [data-page="project"] .content .box.links a {
        font-family: 'ProximaB';
        text-decoration: none;
        font-size: 13px;
        color: #333; }
        [data-page="person"] .content .box.links a:hover, [data-page="project"] .content .box.links a:hover {
          color: #59b1c1;
          text-decoration: underline; }
      [data-page="person"] .content .box.person, [data-page="project"] .content .box.person {
        height: 92px; }
        [data-page="person"] .content .box.person img, [data-page="project"] .content .box.person img {
          float: left; }
        [data-page="person"] .content .box.person a, [data-page="project"] .content .box.person a {
          position: relative;
          text-transform: uppercase;
          font-size: 24px;
          font-weight: normal;
          top: 0px;
          padding-left: 12px;
          border-left: 1px solid #dfdfdf;
          height: 90px;
          display: block;
          width: 156px;
          left: 90px; }
          [data-page="person"] .content .box.person a span, [data-page="project"] .content .box.person a span {
            position: absolute;
            display: block;
            top: 50%;
            word-wrap: break-word;
            width: 141px; }
      [data-page="person"] .content .box.info, [data-page="project"] .content .box.info {
        padding: 15px 11px;
        color: #333;
        border-top: 1px solid #dfdfdf; }
        [data-page="person"] .content .box.info h4, [data-page="project"] .content .box.info h4 {
          font-size: 24px;
          font-weight: normal;
          padding: 0;
          margin: 0; }
        [data-page="person"] .content .box.info p, [data-page="project"] .content .box.info p {
          font-size: 12px;
          line-height: 18px;
          font-family: 'ProximaRg';
          margin: 0;
          padding: 0;
          margin: 6px 0 16px 0; }
  [data-page="person"] .left-list-column, [data-page="project"] .left-list-column {
    width: 258px !important; }
    [data-page="person"] .left-list-column header, [data-page="project"] .left-list-column header {
      margin-bottom: 0px !important;
      width: 1000px; }
  [data-page="person"] .dark-user-img, [data-page="project"] .dark-user-img {
    padding: 0;
    border: 1px solid #383838;
    margin-bottom: 5px; }
  [data-page="person"] .mail-icon, [data-page="project"] .mail-icon {
    background: url(../img/mail-icon.jpg);
    width: 30px;
    height: 30px;
    display: inline-block; }
  [data-page="person"] .tag, [data-page="project"] .tag {
    border-left-color: #474747;
    border-bottom-color: #1e1e1e;
    box-shadow: none; }
  [data-page="person"] .personal-box, [data-page="project"] .personal-box {
    background: #282828; }
    [data-page="person"] .personal-box h3, [data-page="person"] .personal-box h4, [data-page="project"] .personal-box h3, [data-page="project"] .personal-box h4 {
      margin: 0;
      padding: 0;
      font-weight: normal; }
    [data-page="person"] .personal-box h3, [data-page="project"] .personal-box h3 {
      font-size: 24px; }
    [data-page="person"] .personal-box p, [data-page="project"] .personal-box p {
      font-size: 12px;
      font-family: 'ProximaRg';
      line-height: 20px; }
    [data-page="person"] .personal-box .sub-box:first-child, [data-page="project"] .personal-box .sub-box:first-child {
      background: #2e2e2e;
      text-transform: uppercase;
      font-size: 20.5px;
      line-height: 20px;
      padding: 10px 11px 9px 16px; }
      [data-page="person"] .personal-box .sub-box:first-child h3, [data-page="project"] .personal-box .sub-box:first-child h3 {
        line-height: 20px; }
    [data-page="person"] .personal-box span, [data-page="project"] .personal-box span {
      padding: 2px 7px 0 6px;
      border-right: 1px solid #444;
      line-height: 31px; }
    [data-page="person"] .personal-box .icons, [data-page="project"] .personal-box .icons {
      border-top: 1px solid #3a3a3a !important;
      padding: 12px 10px 7px 11px !important; }
    [data-page="person"] .personal-box span:last-child, [data-page="project"] .personal-box span:last-child {
      border: none; }
    [data-page="person"] .personal-box .auth, [data-page="project"] .personal-box .auth {
      display: inline;
      box-shadow: 0px 1px 1px #181818;
      border-color: #222;
      margin: 0;
      position: relative;
      top: 1px;
      min-width: 68px; }
    [data-page="person"] .personal-box .utility, [data-page="project"] .personal-box .utility {
      box-shadow: none;
      border-color: #222; }
    [data-page="person"] .personal-box .compress, [data-page="project"] .personal-box .compress {
      padding: 12px 16px 11px 16px; }

[data-page="project"] .sub-box {
  border-top: none;
  padding: 11px; }
[data-page="project"] .fix-bottom p {
  margin: 6px 0 0px 0 !important; }
[data-page="project"] .info.box {
  border-bottom: 1px solid #e8e8e8; }
[data-page="project"] .author {
  padding: 8px 11px 6px 12px !important; }
  [data-page="project"] .author h3 {
    font-size: 21px;
    text-transform: uppercase; }
[data-page="project"] aside {
  margin-bottom: 10px; }
[data-page="project"] .sm {
  min-width: 80px;
  font-size: 17px;
  height: 27px; }
[data-page="project"] .neg {
  padding: 0 0 0 1px !important;
  height: 256px; }

#home {
  display: none; }

#signin form p, #register form p {
  margin-top: -15px; }
#signin .left-list-column, #register .left-list-column {
  width: 462px !important; }
  #signin .left-list-column header, #register .left-list-column header {
    margin-bottom: 0px !important; }
  #signin .left-list-column .auth, #register .left-list-column .auth {
    float: left;
    width: 80px; }
#signin .right-column, #register .right-column {
  top: 0px !important;
  width: 450px !important; }
  #signin .right-column h2, #register .right-column h2 {
    font-family: 'ProximaExCnRg';
    font-size: 32px;
    font-weight: normal;
    margin-top: 10px; }
  #signin .right-column button, #register .right-column button {
    margin-bottom: 20px; }

#register {
  margin-top: 40px; }
  #register .left-list-column .auth {
    width: auto; }
  #register .search-box:after {
    top: 8px; }
  #register .search-list .auth {
    float: right;
    width: 53px;
    top: 3px; }
  #register #reg-part-2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    -ms-transition: 1s opacity;
    transition: 1s opacity; }
    #register #reg-part-2.active {
      opacity: 1;
      visibility: visible; }

@media screen and (max-width: 1500px) {
  #home .portrait {
    background-position: 80% 0px;
    background-size: 80%; }

  #home section.home {
    min-width: 960px;
    width: 95%; } }
[data-page="account"] form.box.amend {
  padding: 0 !important; }

.deep-column .tag {
  cursor: default; }
  .deep-column .tag:hover {
    color: #f1f1f1;
    background: #383838; }

.toProject, .linkTo, [data-action="author"], [data-action="route"] {
  cursor: pointer; }

.pv-click {
  pointer-events: none; }

input {
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  -ms-transition: background .5s;
  transition: background .5s; }

input.error {
  background: #e2c8cb !important; }

[data-action="connect"].inactive {
  pointer-events: none;
  opacity: 0.5; }

.overlay-box.people, .overlay-box.edit-image, .overlay-box.projects {
  position: fixed; }

.route {
  cursor: pointer; }

.lock {
  overflow: hidden; }

#overlay-con-s {
  overflow: scroll;
  height: 355px; }

.projects #overlay-con-s {
  height: 441px; }

.personal-box .tag {
  cursor: default; }
  .personal-box .tag:hover {
    background-color: #383838;
    color: #f1f1f1; }

.banner-add-added {
  opacity: 0.4;
  pointer-events: none; }

.img-holder {
  position: relative;
  height: 256px;
  width: 256px;
  display: inline-block;
  float: left; }
  .img-holder.right {
    float: right; }

.img-render {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -o-transition: 1s opacity;
  -ms-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 0;
  visibility: hidden;
  float: left; }
  .img-render.active {
    opacity: 1;
    visibility: visible; }

.tooltip {
  position: absolute;
  display: inline-block;
  height: 48px;
  top: -27px; }
  .tooltip.clear {
    width: 106px;
    background: url(../img/AVE_Clear.png); }
  .tooltip.save {
    width: 92px;
    background: url(../img/AVE_Saved.png); }
  .tooltip.cancel {
    width: 140px;
    background: url(../img/AVE_Save_Cancelled.png); }

[data-action="profile"] {
  cursor: pointer; }

.deep-column section.content {
  box-shadow: 1px 1px 0px 0px rgba(10, 10, 10, 0.1) !important; }

.error-message {
  position: relative;
  width: 100%;
  text-align: right;
  color: red;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  -webkit-transition: .8s opacity;
  -moz-transition: .8s opacity;
  -o-transition: .8s opacity;
  -ms-transition: .8s opacity;
  transition: .8s opacity; }
  .error-message.active {
    opacity: 1;
    visibility: visible; }

.banner {
  width: 84%;
  line-height: 30px;
  padding: 9px 9px 6px 9px;
  margin-bottom: 30px;
  height: auto;
  text-indent: 0px; }
  .banner:hover {
    background-color: #5db1c0; }
  .banner span {
    width: 90%;
    position: relative;
    display: inline-block; }
  .banner .home {
    cursor: pointer; }
  .banner a {
    text-decoration: underline;
    color: #e8e8e8; }
  .banner .close {
    margin: -4px -4px; }

.chromeframe {
  position: relative;
  top: 100px;
  width: 700px;
  margin: 0 auto; }
  .chromeframe h1 {
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 5px; }
  .chromeframe a {
    color: #5db1c0;
    text-decoration: none; }
  .chromeframe p {
    font-family: 'ProximaRg';
    font-size: 13px; }

.preview-view .left-list-column {
  float: left; }

.preview-message {
  position: absolute;
  left: 50%;
  top: -45px;
  background: #c21d22;
  width: 258px;
  padding-bottom: 8px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #696969;
  margin-left: -129px;
  text-align: center;
  color: #fff; }
  .preview-message img {
    position: relative;
    left: -2px;
    top: 5px; }

.preview-close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer; }

.preview-blockade {
  position: fixed;
  background: #000;
  height: 70px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0.5; }

.overlay-box.edit-image.active .close {
  height: 27px !important; }

#_non-auth-box {
  width: 340px;
  text-align: center;
  z-index: 99999999999999999; }
  #_non-auth-box a {
    color: #5db1c0;
    text-decoration: underline; }

._success, ._msg-error {
  display: none; }

._msg-email, ._msg-help {
  display: none; }

.box .caption h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

[data-page="project"] header[role="main"] h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.desc_short {
  word-wrap: break-word; }

#resulsLoading {
  margin-top: 100px;
  text-align: center;
  display: none; }

.img-holder img {
  background: #000; }
