/* ---- Cores ---- */
/* ---- Font ---- */
body {
  background-color: #000000; }
  body main {
    background-color: #000000; }
    body main ul {
      margin-right: -15px;
      margin-left: -15px;
      padding-top: 30px; }
      body main ul:before, body main ul:after {
        display: table;
        content: " "; }
      body main ul:after {
        clear: both; }
      body main ul:before, body main ul:after {
        display: table;
        content: " "; }
      body main ul:after {
        clear: both; }
      body main ul li {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        overflow: hidden;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          body main ul li {
            float: left;
            width: 25%; } }
        body main ul li figure {
          position: relative; }
          body main ul li figure img {
            display: block;
            max-width: 100%;
            height: auto; }
          body main ul li figure:hover a {
            filter: alpha(opacity=100);
            opacity: 1; }
          body main ul li figure:hover .overlay {
            top: 0; }
          body main ul li figure figcaption a,
          body main ul li figure figcaption .overlay {
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
          body main ul li figure figcaption .overlay {
            background-color: #8E8E8E;
            position: absolute;
            filter: alpha(opacity=60);
            opacity: 0.6;
            left: 0;
            top: 100%;
            z-index: 1;
            display: block;
            width: 100%;
            height: 100%; }

/*# sourceMappingURL=portfolio.css.map */
