/*
  * Colors palette
  */
/*
 * Font Sizes
 */
/*
 * Media Query
 */
/*
 * Z-Index Levels
 */
/*
.hero .hero-c2 {
  /*background: url('../img/assets/bench.png') no-repeat center center;
}
*/
.hero .hero-c2 .hero-list {
  position: relative;
}
.hero .hero-c2 .hero-list:before {
  content: "";
  bottom: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
}
/*
.hero .hero-c2 .hero-list:after {
  content: "";
  background: url('../img/assets/bench.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  bottom: 0;
  width: 100%;
  position: absolute;
  filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 1;
}
*/
.hero .hero-c2 .hero-list ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
.hero .hero-c2 .hero-list ul li {
  width: 33.33%;
  list-style: none;
  float: left;
}
.hero .hero-c2 .hero-list ul li .hero-list-item {
  padding-top: 9px;
  overflow: hidden;
  cursor: pointer;
  height: 161px;
  transition-duration: .25s;
}
.hero .hero-c2 .hero-list ul li .hero-list-item .hero-list-item-image {
  display: none;
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .hero-c2 .hero-list ul li .hero-list-item .hero-list-item-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item p {
  font-size: 14px;
  font-weight: 100;
  padding: 0 15px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 0;
}
.hero .hero-c2 .hero-list ul li .hero-list-item button.hero-list-item-link {
  background-color: #32aab5;
  border: none;
  font-size: 18px;
  float: right;
  color: #fff;
  padding: 5px 9px 5px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item .more {
  display: none;
  justify-content: flex-start;
  padding-left: 15px;
  margin-top: 30px;
  font-size: 14px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item .more > i {
  margin-left: 5px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover {
  margin-top: -250px;
  background: #fff;
  color: #37332d;
  padding-top: 0;
  height: 411px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover .hero-list-item-image {
  display: block;
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover .hero-list-item-title {
  padding: 20px 30px 15px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover p {
  height: 125px;
  padding: 0 30px;
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover button.hero-list-item-link {
  display: none;
}
.hero .hero-c2 .hero-list ul li .hero-list-item:hover .more {
  display: flex;
  padding-left: 30px;
}
.magazine {
  /*background: url("/img/assets/magazine.png") no-repeat center center;*/
  background-size: cover;
  padding: 60px 0 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.magazine:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, transparent, #37332d);
  z-index: 1;
}
.magazine .magazine-article {
  color: #fff;
  padding-right: 60px;
}
.magazine .magazine-article h1 {
  margin-bottom: 20px;
}
.magazine .magazine-article p {
  line-height: 1.88;
  margin-bottom: 40px;
}
.magazine .button-mobile {
  display: none;
}
.magazine .button-mobile button {
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 680px) {
  .magazine {
    background-position: left center;
  }
}
@media (max-width: 680px) {
  .magazine {
    padding-top: 20px;
    background-position: 20% bottom !important;
    background-size: 250%;
    min-height: 1080px;
    background-color: #37332d;
  }
  .magazine .magazine-article h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .magazine .magazine-article p,
  .magazine .magazine-article button {
    display: none;
  }
  .magazine .button-mobile {
    display: block;
  }
}
