
.parallax-heading{
  height:400px;
  background-position: 80% top;
  position:relative;
}
body{
  color: #1f354c;
}
.toggle-categories-title{
  transition:all .5s cubic-bezier(.215,.61,.355,1);
  position: relative;
  background: #F5F5F5;
  padding: 15px 40px 15px 15px;
  font-size: 20px;
  margin: 20px 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 19.5px;
  opacity:1;
}
.toggle-categories-title:hover, .toggle-categories-title.active{
  background: rgb(204, 204, 204);
}

.title-big{
  font-size:30px;
  font-weight:600;
}

.toggle-categories-text{
  padding: 10px 15px;
}
.toggle-categories.toOpen .toggle-categories-title{
  margin-left:-20px;
  opacity:0;
  transition:none;
}
.toggle-categories-title:after{
  content: "";
  background:url(../img/arrow.png) center center no-repeat;
  height:40px;
  width:40px;
  display:inline-block;
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-19px;
  transition:all .5s cubic-bezier(.215,.61,.355,1);
}

.toggle-categories-title.active:after{
  transform: rotate(90deg);
}

.heading-mentions{
  margin:60px 0 30px;
}

.heading-mentions > *{
  margin:15px 0;
}
.title-floating{
  position:absolute;
  left:20px;
  top:50%;
}