@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Alegreya:400italic,400,700|Open+Sans:400,600,700);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/**
 * Profound Grid
 *
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts,
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 *
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 *
 * Nested columns are supported too, without having to reset the grid on each level.
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/* Settings
======================== */
/* Variables
======================== */
/* Styles
======================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  background: #fbfbfb; }

body {
  background: none;
  font: 16px/1.5 "Alegreya", "Georgia", "Times New Roman", times, serif; }

strong {
  font-weight: bold; }

/* Sticky footer */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px;
  /* the bottom margin is the negative value of the footer's height */ }

.push {
  height: 270px; }

body > footer {
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
  background: white url("../img/footer-bg.c365d9937980.gif?1363144332") repeat-x scroll 0 0;
  margin-top: 50px;
  padding: 25px 0;
  width: 100%; }
  body > footer > ul {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1; }
    body > footer > ul > li {
      float: left;
      margin-right: -100%;
      width: 260px;
      color: #5d5c5c; }
      body > footer > ul > li h4 {
        color: #5a5a5a;
        font: bold 16px/1.5 "Montserrat", sans-serif;
        margin-top: 25px;
        text-shadow: 0 1px 0 #fff;
        text-transform: uppercase; }
      body > footer > ul > li a {
        font: bold 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      body > footer > ul > li#copyright {
        float: left;
        margin-right: -100%;
        width: 353.33333px;
        margin-left: 746.66667px;
        font-size: 13px;
        padding-top: 50px;
        text-align: right; }
    body > footer > ul > li:nth-child(4n+1) {
      margin-left: 0px;
      margin-bottom: 20px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
    body > footer > ul > li:nth-child(4n+2) {
      margin-left: 280px;
      margin-bottom: 20px;
      clear: none; }
    body > footer > ul > li:nth-child(4n+3) {
      margin-left: 560px;
      margin-bottom: 20px;
      clear: none; }
    body > footer > ul > li:nth-child(4n+4) {
      margin-left: 840px;
      margin-bottom: 20px;
      clear: none; }

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

html, body {
  height: 100%; }

body {
  background: #fafafa url("../img/content-bg.da8fb57e296e.gif?1363144332") repeat-x scroll 0 85px; }

.do-not-show, #id_honeypot {
  display: none; }

.clear {
  clear: both;
  height: 0;
  width: 100%; }

a {
  color: #69727d;
  text-decoration: none; }
  a:hover {
    color: #484f56; }

h2 {
  color: #373d44;
  font: bold 32px/1.5 "Montserrat", sans-serif;
  margin-bottom: .3em;
  text-transform: uppercase; }
  h2 span {
    color: #6e6e6e;
    font: italic normal 18px "Alegreya", "Georgia", "Times New Roman", times, serif;
    text-transform: none; }

p + p {
  margin-top: 10px; }
p + h3 {
  margin-top: 15px; }

#content {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }
  #content h3 {
    color: #606b77;
    font: bold 22px/1.5 "Montserrat", sans-serif;
    text-transform: uppercase; }

#welcome-text {
  overflow: hidden;
  *zoom: 1;
  color: #777;
  font: italic 26px/1.5 "Alegreya", "Georgia", "Times New Roman", times, serif;
  margin-bottom: 10px;
  text-align: center;
  text-transform: none; }

aside#sidebar {
  float: left;
  margin-right: -100%;
  width: 166.66667px;
  margin-left: 933.33333px; }

#sidebar .influads_block, .sidebar .influads_block {
  width: 160px !important; }

#about {
  float: left;
  margin-right: -100%;
  width: 820px; }

#pagination {
  overflow: hidden;
  *zoom: 1;
  float: right; }
  #pagination > a, #pagination > span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    background: #fff;
    border: 1px solid #ddd;
    clear: none;
    display: block;
    float: left;
    font: bold 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 4px;
    padding: 5px 8px; }
    #pagination > a:hover, #pagination > span:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

a.forgot-password {
  display: block;
  margin-bottom: 5px; }

p + form {
  margin-top: 1em; }

input[type="text"], input[type="password"], select, textarea {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 300px;
  padding: 5px; }

input[type="file"] {
  margin-top: 12px; }

input[type="submit"] {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  overflow: hidden;
  *zoom: 1;
  background: #69727d;
  color: #fff;
  display: block;
  float: left;
  font: bold 14px "Montserrat", sans-serif;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px; }
  input[type="submit"]:hover {
    background: #525961; }

.control-group {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px; }
  .control-group.error input, .control-group.error select, .control-group.error textarea {
    border: 1px solid #e49b9b; }

label.control-label {
  float: left;
  margin-right: -100%;
  width: 166.66667px;
  clear: left;
  display: block;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-top: 10px; }

.controls {
  float: left;
  margin-right: -100%;
  width: 820px;
  margin-left: 186.66667px; }
  .controls .help-inline {
    clear: both;
    color: #cf4a4a;
    display: block; }

p.help-block {
  color: #5a5a5a;
  font-size: 14px; }

#popular-container, #favorites-container {
  overflow: hidden;
  *zoom: 1;
  float: left;
  margin-right: -100%;
  width: 913.33333px;
  overflow: visible; }
  #popular-container .project-list, #favorites-container .project-list {
    float: left;
    margin-right: -100%;
    width: 913.33333px;
    overflow: hidden;
    *zoom: 1;
    overflow: visible; }
    #popular-container .project-list > li, #favorites-container .project-list > li {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      float: left;
      margin-right: -100%;
      width: 446.66667px;
      background: #fff;
      border: 1px solid #dfdfdf;
      clear: both;
      margin-bottom: 15px; }
      #popular-container .project-list > li.promoted, #favorites-container .project-list > li.promoted {
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-box-shadow: 0 0 10px 2px rgba(214, 233, 198, 0.9);
        -moz-box-shadow: 0 0 10px 2px rgba(214, 233, 198, 0.9);
        box-shadow: 0 0 10px 2px rgba(214, 233, 198, 0.9);
        border-color: #7aba7b; }
        #popular-container .project-list > li.promoted:hover, #favorites-container .project-list > li.promoted:hover {
          border-color: #468847; }
      #popular-container .project-list > li > a, #favorites-container .project-list > li > a {
        clear: both;
        display: block;
        height: 260px;
        margin: 5px auto;
        overflow: hidden;
        position: relative;
        width: 434.66667px; }
        #popular-container .project-list > li > a img, #favorites-container .project-list > li > a img {
          height: auto;
          width: 100%; }
        #popular-container .project-list > li > a article, #favorites-container .project-list > li > a article {
          -webkit-transition: all 0.25s linear;
          -moz-transition: all 0.25s linear;
          -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          background: rgba(105, 114, 125, 0.9);
          color: #fff;
          height: 100%;
          left: 0;
          max-height: 300px;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 9999; }
          #popular-container .project-list > li > a article:hover, #favorites-container .project-list > li > a article:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
            #popular-container .project-list > li > a article:hover + .info, #favorites-container .project-list > li > a article:hover + .info {
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
              opacity: 0; }
          #popular-container .project-list > li > a article .title, #popular-container .project-list > li > a article .user, #favorites-container .project-list > li > a article .title, #favorites-container .project-list > li > a article .user {
            clear: both;
            display: block;
            font-size: 24px;
            font-weight: bold; }
          #popular-container .project-list > li > a article .title, #favorites-container .project-list > li > a article .title {
            margin: 10px 0 0 10px; }
          #popular-container .project-list > li > a article .user, #favorites-container .project-list > li > a article .user {
            font-size: 16px;
            font-style: italic;
            margin-left: 10px; }
          #popular-container .project-list > li > a article p, #favorites-container .project-list > li > a article p {
            margin: 10px 10px 0 10px; }
            #popular-container .project-list > li > a article p.promoted, #favorites-container .project-list > li > a article p.promoted {
              font-size: 14px; }
        #popular-container .project-list > li > a .info, #favorites-container .project-list > li > a .info {
          -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
          -webkit-transition: all 0.25s linear;
          -moz-transition: all 0.25s linear;
          -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
          bottom: 0;
          clear: both;
          display: block;
          background: rgba(255, 255, 255, 0.95);
          padding: 5px 0;
          position: absolute;
          width: 100%;
          z-index: 9996; }
          #popular-container .project-list > li > a .info .avatar, #favorites-container .project-list > li > a .info .avatar {
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            border-radius: 24px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            float: left;
            height: 30px;
            margin-left: 5px;
            width: 30px; }
          #popular-container .project-list > li > a .info span, #favorites-container .project-list > li > a .info span {
            clear: none;
            display: block;
            float: left;
            font: bold 15px "Montserrat", sans-serif;
            margin: 6px 0 0 8px; }
          #popular-container .project-list > li > a .info .project-stats, #favorites-container .project-list > li > a .info .project-stats {
            float: right;
            margin-right: 5px;
            margin-top: 2px; }
            #popular-container .project-list > li > a .info .project-stats li, #favorites-container .project-list > li > a .info .project-stats li {
              clear: none;
              display: block;
              float: left;
              font: bold 14px "Montserrat", sans-serif;
              padding: 5px 0 5px 22px; }
              #popular-container .project-list > li > a .info .project-stats li.comments, #favorites-container .project-list > li > a .info .project-stats li.comments {
                background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -553px no-repeat; }
              #popular-container .project-list > li > a .info .project-stats li.likes, #favorites-container .project-list > li > a .info .project-stats li.likes {
                background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -361px no-repeat;
                margin-right: 10px; }
    #popular-container .project-list > li:nth-child(2n+1), #favorites-container .project-list > li:nth-child(2n+1) {
      margin-left: 0px;
      margin-bottom: 20px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
    #popular-container .project-list > li:nth-child(2n+2), #favorites-container .project-list > li:nth-child(2n+2) {
      margin-left: 466.66667px;
      margin-bottom: 20px;
      clear: none; }

#latest-container, #user-projects, #following-container {
  float: left;
  margin-right: -100%;
  width: 1100px;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1; }
  #latest-container .project-list, #user-projects .project-list, #following-container .project-list {
    overflow: hidden;
    *zoom: 1; }
    #latest-container .project-list > li, #user-projects .project-list > li, #following-container .project-list > li {
      float: left;
      margin-right: -100%;
      width: 353.33333px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      background: white;
      border: 1px solid #dfdfdf; }
      #latest-container .project-list > li a.preview, #user-projects .project-list > li a.preview, #following-container .project-list > li a.preview {
        clear: both;
        display: block;
        height: 213.33333px;
        margin: 5px auto 0 auto;
        overflow: hidden;
        position: relative;
        width: 343.33333px; }
        #latest-container .project-list > li a.preview > img, #user-projects .project-list > li a.preview > img, #following-container .project-list > li a.preview > img {
          height: auto;
          width: 100%; }
        #latest-container .project-list > li a.preview .overlay, #user-projects .project-list > li a.preview .overlay, #following-container .project-list > li a.preview .overlay {
          -webkit-transition: all 0.25s linear;
          -moz-transition: all 0.25s linear;
          -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          background: rgba(105, 114, 125, 0.9);
          color: white;
          height: 213.33333px;
          position: absolute;
          top: 0;
          width: 343.33333px; }
          #latest-container .project-list > li a.preview .overlay:hover, #user-projects .project-list > li a.preview .overlay:hover, #following-container .project-list > li a.preview .overlay:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
          #latest-container .project-list > li a.preview .overlay .title, #user-projects .project-list > li a.preview .overlay .title, #following-container .project-list > li a.preview .overlay .title {
            clear: both;
            display: block;
            font-size: 20px;
            font-weight: bold;
            margin: 10px; }
          #latest-container .project-list > li a.preview .overlay p, #user-projects .project-list > li a.preview .overlay p, #following-container .project-list > li a.preview .overlay p {
            margin: 10px 10px 0 10px; }
      #latest-container .project-list > li a.author, #user-projects .project-list > li a.author, #following-container .project-list > li a.author {
        clear: left;
        display: block;
        float: left;
        font: 700 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 8px 0 8px 5px; }
        #latest-container .project-list > li a.author > span, #user-projects .project-list > li a.author > span, #following-container .project-list > li a.author > span {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px;
          background-color: #69727d;
          border: 1px solid #ccc;
          clear: left;
          display: inline-block;
          height: 18px;
          float: left;
          margin-right: 5px;
          margin-top: 2px;
          width: 18px; }
      #latest-container .project-list > li .project-stats, #user-projects .project-list > li .project-stats, #following-container .project-list > li .project-stats {
        color: #3a3a3a;
        float: right;
        margin-right: 5px;
        margin-top: 4px; }
        #latest-container .project-list > li .project-stats li, #user-projects .project-list > li .project-stats li, #following-container .project-list > li .project-stats li {
          clear: none;
          display: block;
          float: left;
          font: bold 14px "Montserrat", sans-serif;
          padding: 5px 0 5px 22px; }
          #latest-container .project-list > li .project-stats li.comments, #user-projects .project-list > li .project-stats li.comments, #following-container .project-list > li .project-stats li.comments {
            background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -553px no-repeat; }
          #latest-container .project-list > li .project-stats li.likes, #user-projects .project-list > li .project-stats li.likes, #following-container .project-list > li .project-stats li.likes {
            background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -361px no-repeat;
            margin-right: 10px; }
    #latest-container .project-list > li:nth-child(3n+1), #user-projects .project-list > li:nth-child(3n+1), #following-container .project-list > li:nth-child(3n+1) {
      margin-left: 0px;
      margin-bottom: 20px;
      clear: both;
      overflow: hidden;
      *zoom: 1; }
    #latest-container .project-list > li:nth-child(3n+2), #user-projects .project-list > li:nth-child(3n+2), #following-container .project-list > li:nth-child(3n+2) {
      margin-left: 373.33333px;
      margin-bottom: 20px;
      clear: none; }
    #latest-container .project-list > li:nth-child(3n+3), #user-projects .project-list > li:nth-child(3n+3), #following-container .project-list > li:nth-child(3n+3) {
      margin-left: 746.66667px;
      margin-bottom: 20px;
      clear: none; }

/**** PROJECT DETAILS ****/
#project-detail {
  float: left;
  margin-right: -100%;
  width: 726.66667px;
  margin-left: 373.33333px; }
  #project-detail > p {
    margin: -5px 0 15px 0; }
  #project-detail #primary-ss {
    float: left;
    margin-right: -100%;
    width: 726.66667px;
    overflow: hidden;
    *zoom: 1;
    background: white;
    border: 1px solid #eee;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 726.66667px -10px; }
    #project-detail #primary-ss img {
      height: auto;
      max-width: 100%; }
    #project-detail #primary-ss > a {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
      background: #fff;
      color: #333;
      display: none;
      font: bold 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 5px 20px 5px 40px;
      position: absolute;
      right: 0;
      top: 0; }
      #project-detail #primary-ss > a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
  #project-detail #screenshot-list {
    float: left;
    margin-right: -100%;
    width: 913.33333px;
    overflow: hidden;
    *zoom: 1;
    clear: both;
    margin: 15px auto 0 auto;
    padding-bottom: 15px;
    text-align: center; }
    #project-detail #screenshot-list li {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      background: #fff;
      border: 1px solid #eee;
      display: inline-block;
      margin-right: 15px;
      padding: 5px; }
      #project-detail #screenshot-list li.selected {
        border-color: #acb2b9; }

section#comments {
  float: left;
  margin-right: -100%;
  width: 353.33333px;
  background: white;
  border: 1px solid #eee;
  padding: 10px;
  position: relative;
  width: 353.33333px -20px; }
  section#comments h3 {
    margin-bottom: 10px; }
  section#comments form {
    margin-top: 15px; }
    section#comments form #id_comment {
      height: 75px;
      max-width: 500px;
      width: 100%; }
    section#comments form #id_submit {
      float: right;
      padding: 10px 20px; }
  section#comments #comment-list {
    overflow: hidden;
    *zoom: 1;
    width: 353.33333px -20px; }
    section#comments #comment-list li {
      overflow: hidden;
      *zoom: 1;
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      section#comments #comment-list li > header {
        font: bold 14px "Montserrat", sans-serif;
        margin-bottom: 5px; }
        section#comments #comment-list li > header span {
          color: #7a7a7a;
          font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      section#comments #comment-list li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }

#project-sidebar {
  float: left;
  margin-right: -100%;
  width: 353.33333px; }
  #project-sidebar .actions {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    width: 60%; }
  #project-sidebar .edit, #project-sidebar .delete, #project-sidebar .promote {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #ceae78;
    clear: left;
    color: white;
    display: block;
    float: left;
    font: 14px/1.5 "Montserrat", sans-serif;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px; }
    #project-sidebar .edit:hover, #project-sidebar .delete:hover, #project-sidebar .promote:hover {
      background: #c09853; }
  #project-sidebar .delete {
    background: #b94a48;
    clear: right;
    float: right; }
    #project-sidebar .delete:hover {
      background: #953b39; }
  #project-sidebar .promote {
    background: #69b26a;
    margin-top: 5px;
    width: 100%; }
    #project-sidebar .promote:hover {
      background: #468847; }
  #project-sidebar .ad {
    margin: 15px auto;
    width: 180px; }
  #project-sidebar #visit-site {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background 0.15s ease-in;
    -moz-transition: background 0.15s ease-in;
    -o-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in;
    background: #aaa;
    color: #fff;
    display: block;
    font: bold 14px "Montserrat", sans-serif;
    margin-bottom: 10px;
    padding: 8px 0;
    text-align: center;
    width: 100%; }
    #project-sidebar #visit-site:hover {
      background: #69727d; }
  #project-sidebar #status-bar {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 15px auto;
    width: 60%; }
    #project-sidebar #status-bar ul {
      overflow: hidden;
      *zoom: 1; }
      #project-sidebar #status-bar ul li {
        clear: none;
        display: block;
        float: left;
        width: 50%; }
        #project-sidebar #status-bar ul li:first-child {
          border-right: 1px solid #efefef; }
        #project-sidebar #status-bar ul li a {
          display: block;
          text-align: center;
          font: 700 20px "Montserrat", sans-serif;
          padding: 40px 0 10px 0;
          width: 100%; }
          #project-sidebar #status-bar ul li a.like {
            background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 50% -66px no-repeat; }
            #project-sidebar #status-bar ul li a.like.active, #project-sidebar #status-bar ul li a.like:hover {
              background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 50% 10px no-repeat; }
          #project-sidebar #status-bar ul li a.comments {
            background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 50% -206px no-repeat; }
            #project-sidebar #status-bar ul li a.comments.active, #project-sidebar #status-bar ul li a.comments:hover {
              background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 50% -282px no-repeat; }

#promote-form {
  text-align: center; }

.stripe-button-el {
  margin: 15px auto 0 auto;
  width: 350px; }

header#profile-header {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 25px;
  width: 100%; }
  header#profile-header > aside.avatar {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    clear: left;
    display: block;
    float: left;
    height: 80px;
    margin-right: 15px;
    width: 80px; }
  header#profile-header > section {
    clear: right;
    display: block;
    float: left; }
    header#profile-header > section > h2 {
      margin-bottom: 0;
      margin-top: 5px;
      position: relative;
      text-transform: none; }
    header#profile-header > section > ul {
      overflow: hidden;
      *zoom: 1; }
      header#profile-header > section > ul li {
        clear: none;
        display: block;
        float: left;
        font: 700 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-right: 15px; }
        header#profile-header > section > ul li span {
          color: #444;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-style: italic;
          font-weight: normal; }
  header#profile-header a.website, header#profile-header a.twitter, header#profile-header a.favorite {
    display: block;
    padding: 0 0 0 20px; }
  header#profile-header a.website {
    background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -430px no-repeat; }
  header#profile-header a.twitter {
    background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -149px no-repeat; }
  header#profile-header a.favorite {
    background: url("../img/icons-s7b2591476c.f5b62b077ea7.png") 0 -494px no-repeat; }

section#edit-profile {
  float: left;
  margin-right: -100%;
  width: 820px; }
  section#edit-profile + #sidebar {
    float: left;
    margin-right: -100%;
    width: 260px;
    margin-left: 840px; }

#follow-link {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  background: #69727d;
  color: white;
  display: inline-block;
  font: bold 14px/1.5 "Montserrat", sans-serif;
  margin-left: 15px;
  padding: 3px 25px;
  position: relative;
  top: -5px; }
  #follow-link:hover {
    background: #525961; }
  #follow-link span {
    color: white;
    font: bold 14px/1.5 "Montserrat", sans-serif; }
  #follow-link.unfollow {
    background: #17805b; }
    #follow-link.unfollow span {
      display: none; }
      #follow-link.unfollow span.following {
        display: inline; }
    #follow-link.unfollow:hover {
      background: #660000; }
      #follow-link.unfollow:hover span {
        display: inline; }
        #follow-link.unfollow:hover span.following {
          display: none; }

section#following-list {
  float: left;
  margin-right: -100%;
  width: 913.33333px; }
  section#following-list > ul {
    float: left;
    margin-right: -100%;
    width: 913.33333px;
    overflow: hidden;
    *zoom: 1; }
    section#following-list > ul > li {
      float: left;
      margin-right: -100%;
      width: 913.33333px;
      overflow: hidden;
      *zoom: 1;
      clear: both;
      display: block;
      margin-bottom: 30px; }
      section#following-list > ul > li:last-child {
        margin-bottom: 0; }
      section#following-list > ul > li .avatar {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        clear: left;
        display: block;
        float: left;
        height: 42px;
        margin-right: 10px;
        width: 42px; }
      section#following-list > ul > li article {
        float: left;
        margin-right: -100%;
        width: 726.66667px;
        clear: right;
        float: left;
        width: auto; }
        section#following-list > ul > li article ul {
          overflow: hidden;
          *zoom: 1;
          clear: both;
          margin-top: 3px; }
          section#following-list > ul > li article ul li {
            clear: none;
            display: block;
            float: left;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            margin-right: 20px;
            text-align: center;
            width: 60px; }
            section#following-list > ul > li article ul li span {
              clear: both;
              display: block;
              font-size: 18px;
              font-weight: bold;
              width: 100%; }

#wrapper > header {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px; }
  #wrapper > header > div {
    overflow: hidden;
    *zoom: 1;
    width: 1100px;
    margin: 0 auto; }
    #wrapper > header > div h1 {
      float: left;
      margin-right: -100%;
      width: 73.33333px;
      margin-top: 6px; }
      #wrapper > header > div h1 a {
        background: url("../img/bp-logo.69c4adb755c8.png?1363144332") no-repeat scroll 0 0;
        display: block;
        height: 70px;
        text-indent: -9999em;
        width: 70px; }
    #wrapper > header > div nav {
      overflow: hidden;
      *zoom: 1;
      float: left;
      margin-right: -100%;
      width: 1006.66667px;
      margin-left: 93.33333px;
      font: 700 16px/1.5 "Montserrat", sans-serif; }
      #wrapper > header > div nav > ul {
        float: left;
        margin-right: -100%;
        width: 726.66667px; }
        #wrapper > header > div nav > ul li {
          clear: none;
          display: block;
          float: left; }
          #wrapper > header > div nav > ul li a {
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            border-left: 1px solid #d4d4d4;
            color: #516070;
            display: block;
            padding: 20px 30px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase; }
            #wrapper > header > div nav > ul li a span {
              clear: both;
              color: #818181;
              display: block;
              font: italic normal 15px "Alegreya", "Georgia", "Times New Roman", times, serif;
              text-transform: none; }
            #wrapper > header > div nav > ul li a:hover, #wrapper > header > div nav > ul li a.selected {
              -webkit-box-shadow: inset 4px 0px 4px -2px rgba(0, 0, 0, 0.09), inset -4px 0px 4px -2px rgba(0, 0, 0, 0.09);
              -moz-box-shadow: inset 4px 0px 4px -2px rgba(0, 0, 0, 0.09), inset -4px 0px 4px -2px rgba(0, 0, 0, 0.09);
              box-shadow: inset 4px 0px 4px -2px rgba(0, 0, 0, 0.09), inset -4px 0px 4px -2px rgba(0, 0, 0, 0.09);
              background: #f7f7f7; }
            #wrapper > header > div nav > ul li a#nav-favorites {
              border-right: 1px solid #d4d4d4; }
      #wrapper > header > div nav aside {
        float: left;
        margin-right: -100%;
        width: 353.33333px;
        margin-left: 746.66667px;
        overflow: hidden;
        *zoom: 1; }
        #wrapper > header > div nav aside > ul {
          overflow: hidden;
          *zoom: 1;
          margin-top: 31px;
          overflow: visible; }
          #wrapper > header > div nav aside > ul li {
            clear: none;
            float: left;
            font-size: 14px;
            text-align: right;
            width: 73.33333px; }
            #wrapper > header > div nav aside > ul li:last-child {
              margin-right: 0;
              width: 166.66667px; }
          #wrapper > header > div nav aside > ul a.sign-up {
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            border-radius: 24px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            overflow: hidden;
            *zoom: 1;
            background: #69727d;
            color: #fff;
            display: block;
            float: right;
            font: bold 14px "Montserrat", sans-serif;
            margin-top: -8px;
            padding: 10px 0;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 75%; }
            #wrapper > header > div nav aside > ul a.sign-up:hover {
              background: #525961; }
      #wrapper > header > div nav #user-nav {
        background: #fff;
        min-width: 140px;
        padding: 10px 10px 8px 10px;
        position: absolute;
        top: 10px;
        z-index: 9999; }
        #wrapper > header > div nav #user-nav .avatar {
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          -o-border-radius: 22px;
          border-radius: 22px;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          border: 1px solid #ccc;
          clear: left;
          display: block;
          float: left;
          height: 42px;
          position: relative;
          right: 5px;
          top: -10px;
          width: 42px; }
        #wrapper > header > div nav #user-nav > a {
          display: inline-block;
          font: normal normal 15px "Montserrat", sans-serif;
          margin: 0 auto;
          padding: 10px 10px 0 5px;
          width: auto; }
          #wrapper > header > div nav #user-nav > a i.dropdown {
            background: url("../img/icons/dropdown-arrow.aaa126d31ae4.png?1363144332") no-repeat scroll 0 0;
            clear: none;
            display: inline-block;
            height: 5px;
            position: relative;
            top: -1px;
            width: 8px; }
        #wrapper > header > div nav #user-nav > ul {
          overflow: hidden;
          *zoom: 1;
          clear: both;
          display: none;
          width: 100%; }
          #wrapper > header > div nav #user-nav > ul li {
            overflow: hidden;
            *zoom: 1;
            clear: both;
            display: block;
            font-size: 14px;
            margin: 0;
            padding: 0;
            width: 100%; }
            #wrapper > header > div nav #user-nav > ul li a {
              display: block;
              padding: 2px 0;
              width: 100%; }
            #wrapper > header > div nav #user-nav > ul li.divider {
              background: #ccc;
              height: 1px;
              margin: 4px 0; }
        #wrapper > header > div nav #user-nav:hover {
          -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
          #wrapper > header > div nav #user-nav:hover > ul {
            display: block; }
      #wrapper > header > div nav .add-project-wrap {
        float: left;
        margin-right: -100%;
        width: 166.66667px;
        margin-left: 653.33333px;
        overflow: hidden;
        *zoom: 1; }
      #wrapper > header > div nav .add-project {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        border-radius: 24px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        overflow: hidden;
        *zoom: 1;
        background: #69727d;
        clear: both;
        color: #fff;
        display: block;
        float: left;
        font: bold 14px "Montserrat", sans-serif;
        margin-top: 22px;
        padding: 10px 25px;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase; }
        #wrapper > header > div nav .add-project:hover {
          background: #7d8692; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #wrapper > header > div h1 a {
    background-image: url("../img/bp-logo@2x.6940086dcc44.png?1363388564");
    background-size: 70px 70px; } }
section#notifications {
  float: left;
  margin-right: -100%;
  width: 913.33333px; }
  section#notifications > ul {
    float: left;
    margin-right: -100%;
    width: 913.33333px;
    overflow: hidden;
    *zoom: 1; }
    section#notifications > ul li {
      float: left;
      margin-right: -100%;
      width: 913.33333px;
      overflow: hidden;
      *zoom: 1;
      clear: both;
      display: block;
      margin-bottom: 30px; }
      section#notifications > ul li.unread {
        background: #fff; }
      section#notifications > ul li:last-child {
        margin-bottom: 0; }
      section#notifications > ul li .avatar {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        clear: left;
        display: block;
        float: left;
        height: 42px;
        margin-right: 10px;
        width: 42px; }
      section#notifications > ul li article {
        clear: right;
        float: left;
        width: auto; }
        section#notifications > ul li article time {
          color: #888;
          display: block;
          font: 13px/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section#login, section#signup {
  float: left;
  margin-right: -100%;
  width: 540px; }
  section#login + aside#sidebar, section#signup + aside#sidebar {
    float: left;
    margin-right: -100%;
    width: 353.33333px;
    margin-left: 653.33333px; }
    section#login + aside#sidebar h3, section#signup + aside#sidebar h3 {
      color: #373d44;
      margin-top: 5px; }
    section#login + aside#sidebar #signup-button, section#login + aside#sidebar #login-button, section#signup + aside#sidebar #signup-button, section#signup + aside#sidebar #login-button {
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      overflow: hidden;
      *zoom: 1;
      background: #69727d;
      color: #fff;
      display: block;
      float: left;
      font: bold 14px "Montserrat", sans-serif;
      padding: 10px 25px;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 10px; }
      section#login + aside#sidebar #signup-button:hover, section#login + aside#sidebar #login-button:hover, section#signup + aside#sidebar #signup-button:hover, section#signup + aside#sidebar #login-button:hover {
        background: #525961; }

/* Helper Class: Container */
.row {
  width: 1100px;
  margin: 0 auto; }

/* Helper Class: Columns */
.col1 {
  float: left;
  margin-right: -100%;
  width: 73.33333px; }

.col2 {
  float: left;
  margin-right: -100%;
  width: 166.66667px; }

.col3 {
  float: left;
  margin-right: -100%;
  width: 260px; }

.col4 {
  float: left;
  margin-right: -100%;
  width: 353.33333px; }

.col5 {
  float: left;
  margin-right: -100%;
  width: 446.66667px; }

.col6 {
  float: left;
  margin-right: -100%;
  width: 540px; }

.col7 {
  float: left;
  margin-right: -100%;
  width: 633.33333px; }

.col8 {
  float: left;
  margin-right: -100%;
  width: 726.66667px; }

.col9 {
  float: left;
  margin-right: -100%;
  width: 820px; }

.col10 {
  float: left;
  margin-right: -100%;
  width: 913.33333px; }

.col11 {
  float: left;
  margin-right: -100%;
  width: 1006.66667px; }

.col12 {
  float: left;
  margin-right: -100%;
  width: 1100px; }

/* Helper Class: Horizontal Position */
.push0 {
  margin-left: 0px; }

.push1 {
  margin-left: 93.33333px; }

.push2 {
  margin-left: 186.66667px; }

.push3 {
  margin-left: 280px; }

.push4 {
  margin-left: 373.33333px; }

.push5 {
  margin-left: 466.66667px; }

.push6 {
  margin-left: 560px; }

.push7 {
  margin-left: 653.33333px; }

.push8 {
  margin-left: 746.66667px; }

.push9 {
  margin-left: 840px; }

.push10 {
  margin-left: 933.33333px; }

.push11 {
  margin-left: 1026.66667px; }
