/**************************************** PARALLAX ****************************************/
.parallax {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.parallaxCaption, .headerCaption {
  position: relative;
  z-index: 2;
}
.parallaxCaption {
  color: var(--c-white);
  padding: 5em 10px;
}
.parallaxImg, .headerImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/**************************************** HEADERIMAGE ****************************************/
.header-image {
  height: 70vh;
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  padding: 0 10%;
}
.startGrid .grid-layout-120 .col, .startGrid .col {
  margin: 0;
}
@media screen and (max-width:599px){
  
}
/**************************************** PARALLAX-GRID ****************************************/
.parallaxColumns .col {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--c-purple);
  padding: 1em;
}
/**************************************** SWIPER ****************************************/
.swiper {  
  overflow: hidden;
}
.swiper-slide{
  line-height: 0;
}
.swiperPager{
  position: absolute;
  bottom:10px;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: rgba(255,255,255,0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
.swiperCaption{
  position: absolute;
  z-index: 3;
  line-height: 1.2;
  color: #fff;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.swiperButton{
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -20px;
  width: 40px;
  height: 54px;
  background: rgba(255,255,255,0);
  transition: background 0.2s;
}
.swiper-container.active:hover .swiperButton{
  /*background: rgba(255,255,255,1);*/
}
.swiperNext{
  right:0;
  background:url(../../img/sprite_swiper.png) -40px top no-repeat;
}
.swiperNext:hover{
  background:url(../../img/sprite_swiper.png) right -54px no-repeat;
}
.swiperPrev{
  left:0;
  background:url(../../img/sprite_swiper.png) 0px top no-repeat;
}
.swiperPrev:hover{
  background:url(../../img/sprite_swiper.png) left -54px no-repeat;
}
.bgSlide{
  min-height: 400px;
}
.swiperCaption .pos {
  position: relative;
  color:#fff;
  line-height: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiperCaption .pos > span {
  flex: 1 0 50%;
  text-align: center;
}

/**************************************** Swiper Team ****************************************/
.swiper-container.team  .swiper-slide {
  opacity: .4;
}
.swiper-container.team  .swiper-slide.swiper-slide-active,
.swiper-container.team  .swiper-slide.swiper-slide-active .description{
  opacity: 1;
}

/**************************************** Swiper Vertical ****************************************/







