a {
  text-decoration: none !important;
}

h1 {
  font-size: 30px;
}

span.esp {
  color: #666;
}

/* Stick */

.stick {
  width: 100%;
  position: relative;
  top: 10px;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
}

.stick p {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}

.stick a.feed {
  display: inline-block;
  color: #FFF;
  background-color: red;
  padding: 3px 15px;
  border: 3px solid white;
  -webkit-transition: color 5s ease;
  -moz-transition: color 5s ease;
  transition: color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
}

.stick a.feed:hover {
  color: red;
  background-color: #FFF;
  -webkit-transition: color 5s ease;
  -moz-transition: color 5s ease;
  transition: color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
}

.stick a {
  display: inline-block;
  color: #FFF;
  background-color: #000;
  padding: 3px 15px;
  border: 3px solid white;
  /*margin-right: 10px;*/
  -webkit-transition: color 5s ease;
  -moz-transition: color 5s ease;
  transition: color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
}

.stick a:hover {
  color: #000;
  background-color: #FFF;
  -webkit-transition: color 5s ease;
  -moz-transition: color 5s ease;
  transition: color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.v-align-html {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow_back {
  display: inline-block;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../img/cd-back-arrow.svg) no-repeat center 50%;
  z-index: 99999;
}

/* Header Data */

.kapusta_data {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* SOCIAL FIXED -----------------------------------------------------------------------------------------------------------------*/

.social_fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}

.social_fixed ul {
  width: 25px;
  list-style: none;
  padding: 0;
}

.social_fixed li {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  float: left;
  position: relative;
  text-align: center;
  display: inline-block;
}

.follow_me {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
}

.follow_me a {
  color: #000;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
}

.follow_me a:hover {
  color: #CCC;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
}

.follow_me ul {
  width: 135px;
  height: 25px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.follow_me li {
  float: left;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
}

.follow_me li span {
  margin-left: 10px;
}

.follow_me li:first-child {
  color: #000;
  border-bottom: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}

.follow_me li:last-child {
  margin-left: 10px;
}

.kapusta_info {
  margin-top: 50px;
}

.aka {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.kapusta_contact {
  margin-bottom: 50px;
}

.kapusta_contact a {
  color: #000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.kapusta_contact a:hover {
  color: #666;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.kapusta_info p.esp {
  margin-top: 70px;
  color: #666;
}

.kapusta_info h2, .kapusta_contact h2 {
  color: #000;
  font-size: 40px;
  text-align: center;
}

.kapusta_info p {
  color: #000;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 20px;
}

.kapusta_contact {
  margin-top: 50px;
  border-top: 1px solid #000;
}

ul.contact_icons {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

ul.contact_icons li {
  position: relative;
  text-align: center;
  display: inline-block;
}

ul.contact_icons i {
  font-size: 42px;
}

ul.contact_icons i:first-child {
  margin-right: 20px;
}

.kapusta_back {
  position: relative;
  bottom: 0;
  left: -50px;
}

.kapusta_back img {
  width: 500px;
}

/* LOGO -----------------------------------------------------------------------------------------------------------------*/

.kapusta {
  position: relative;
  top: 50px;
  display: block;
  text-align: center;
  z-index: 9;
}

.kapusta a {
  display: block;
}

/* DATA -----------------------------------------------------------------------------------------------------------------*/

.data {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.data h1 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.data a {
  color: #000;
  font-weight: bold;
  transition: opacity .5s;
}

.data a:hover {
  opacity: .7;
  transition: opacity .5s;
}

/* REDES MENU -----------------------------------------------------------------------------------------------------------------*/

.redes {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.redes ul {
  display: block;
  list-style: none;
  text-align: center;
}

.redes li {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: inline;
  list-style-type: none;
}

.redes i {
  color: #FFF;
  font-size: 60px;
}

/* PORTFOLIO HOME + SECCION -----------------------------------------------------------------------------------------------------------*/

.more-works {
  width: 100%;
  text-align: center;
  margin: 50px 0 30px 0;
}

.btn-works {
  color: #fff;
  font-size: 26px;
  padding: 8px 68px;
  box-sizing: border-box;
  border: 1px solid #000;
  letter-spacing: 3px;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}

/* ORIGINAL GRILLA -----------------------------------------------------------------------------------------------------------------*/

.portfolio-section {
  padding-bottom: 40px;
  margin-top: 15px;
}

.portfolio-section h2 {
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}

/* category filter */

.filter-section {
  /*padding-top: 40px;*/
}

.filter-container {
  text-align: center;
  padding-bottom: 30px;
}

ul.filter>li>a {
  color: #000;
  font-size: 24px;
  /*	margin-right: 5px;*/
  padding: 7px 28px;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid #000;
  letter-spacing: 2px;
  background-color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
}

ul.filter>li>a:focus {
  text-decoration: none;
  /*color:#CCC;*/
  outline: none -webkit-filter: brightness(30%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

ul.filter>li>a:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

ul.filter>li.active>a:hover {
  text-decoration: none;
}

ul.filter>li.active a {
  color: #FFF;
  background-color: #000;
}

ul.filter>li span {
  color: #ddd;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px
}

.filter-section .filter-container .filter>li {
  /*padding: 0;
  margin: 0*/
}

.filter-section h1 {
  text-align: center
}

/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* portfolio img */

.portfolio-section figure {
  float: left;
  width: 100%;
  position: relative
}

.portfolio-section figure img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(0, 0, 0, .05);
  transition: opacity .3s;
}

.portfolio-section figure img:hover {
  opacity: .8;
  transition: opacity .3s;
}

/* project title under image */

.portfolio-section .article-title, .portfolio-section .article-description {
  text-align: center;
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding: 0px;
  color: #000;
  background-color: #FFF;
}

.portfolio-section .article-title {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
}

.portfolio-section .article-description {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.portfolio-section .article-title a {
  color: #000;
  text-decoration: none;
}

/* transparent overlay */

.portfolio-section figure:hover .overlay {
  opacity: 1;
  visibility: visible
}

.portfolio-section figure:hover .overlay-background {
  opacity: .8;
  visibility: visible
}

.portfolio-section figure .overlay-background {
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%
}

.portfolio-section figure .overlay-background .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 11px;
  background-color: #c8e9c8;
  background-color: rgba(194, 231, 194, 0.9)
}

.portfolio-section figure .overlay {
  z-index: 2;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%
}

.portfolio-section figure .inner-overlay {
  display: table;
  width: 100%;
  height: 100%
}

.portfolio-section figure .inner-overlay-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 20px 40px;
}

.portfolio-section figure .inner-overlay-content.with-icons {
  text-align: center;
}

/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 0;
}

/* FOOTER -----------------------------------------------------------------------------------------------------------------*/

.footer {
  height: 80px;
  background-color: rgba(0, 0, 0, 1);
}

.footer_logo {
  margin-top: 15px;
  float: left;
}

.footer ul {
  margin-top: 30px;
  display: block;
  float: right;
  list-style: none;
  text-align: center;
}

.footer li {
  margin-right: 20px;
  display: inline;
  list-style-type: none;
}

.footer a {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* BACK TO TOP */

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-top {
  display: inline-block;
  width: 25px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 99999999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* MQ -----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  .list-inline>li {
    width: 100%;
  }
  .filter-section .filter-container .filter>li {
    width: 100%;
  }
  ul.filter>li>a {
    font-size: 16px;
    padding: 3px 16px;
    letter-spacing: 1px;
  }
  .follow_me {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .kapusta_data {
    margin-top: 40px;
    margin-bottom: 0;
  }
  @media screen and (max-width: 480px) {
    .portfolio-section h2 {
      font-size: 14px;
    }
    .menui {
      background: #000;
    }
    .arrow_back {
      background: transparent url(../img/cd-back-arrow.svg) no-repeat center 50%;
    }
    .kapusta img {
      width: 40%;
    }
    .kapusta {
      top: 20px;
    }
    .social_fixed {
      left: 7px;
      bottom: 7px;
    }
    .social_fixed li {
      margin-top: 7px;
    }
    .social_fixed li img {
      width: 80%;
    }
    .filter-container {
      padding-bottom: 20px;
    }
    ul.filter>li>a {
      font-size: 20px;
    }
    /* INFO */
    .kapusta_info h2, .kapusta_contact h2 {
      font-size: 50px;
    }
    .kapusta_contact a {
      font-size: 16px;
    }
    /* BACK TO TOP */
    .cd-top {
      bottom: 10px;
      right: 10px;
    }
    /* HAMBURGUER MENU */
    .mobilenav li a {
      font-size: 30px;
      padding: 10px 44px;
    }
    .kapusta_data {
      margin-top: 40px;
    }
    .data {
      margin-top: 50px;
      margin-bottom: 0;
    }
    .data h1 {
      margin-top: -20px;
    }
    @media screen and (max-width: 480px) {
      a.stick-btn {
        margin-bottom: 10px;
      }
      .stick p {
        display: block;
      }
    }
    @media screen and (max-width: 320px) {
      .mobilenav li a {
        font-size: 20px;
      }
      .filter-container {
        padding-bottom: 20px;
      }
      .cd-top {
        right: 7px;
      }
    }
