
/*Slider Classes*/
.cascade-slider_container {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 25px auto;
    overflow-x: hidden;
  }
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }
  .cascade-slider_item.next {
    left: 70%;
    transform: translateY(-50%) translateX(-135%) scale(0.8);
    filter: brightness(85%);
    opacity: 1;
    z-index: 1;

    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  .cascade-slider_item.prev {
    left: 30%;
    transform: translateY(-50%) translateX(35%) scale(0.8);
    filter: brightness(85%);
    opacity: 1;
    z-index: 1;

    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  .cascade-slider_item.now {
    top: 47%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
  }
  .cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
  }
  .cascade-slider_arrow-left {
    left: 20px;
  }
  .cascade-slider_arrow-right {
    right: 20px;
  }
  .cascade-slider_arrow-left img {
    height: 40px;
    left: 40px;
  }
  .cascade-slider_arrow-right img {
    height: 40px;
    left: 40px;
  }
  .cascade-slider_nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .cascade-slider_dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    margin: 3px;
    transition: all 0.5s;
    list-style: none;
    cursor: pointer;
    border-radius: 50px;
  }
  .cascade-slider_dot:hover {
    background: white;
  }
  .cascade-slider_dot.cur {
    background: white;
    width: 12px;
    height: 12px;
    
  }
  
  /*Profile card classes*/
  .card{
    background-color:#fff;
    width:700px;
    height:350px;
    border-radius:0px;
    border: none;
    transition: all 1s 0s;
    vertical-align: middle;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);*/
  }
  
 @media only screen and (max-width: 768px) {
  .card{
    height:920px;
    zoom: 0.85
  }
  
  .content p {
    padding-left: 50px;
     padding-right: 75px;
     font-size: 28px !important;
  }
  
  .card a {
    zoom: 1.4;
    }
}

  .card-nakrisk{
    background-color:#823C8B;
    color: white;
  }

  .card-tgt{
    background-color:#F3C700;
    color: white;
  }

  .card-mol{
    background-color:#46B064;
    color: white;
  }

  .card-labor{
    background-color:#656C67;
    color: white;
  }

  .card-kepzes{
    background-color:#7AC39F;
    color: white;
  }
  

  




  .photo{    
    width:50%;
    vertical-align: middle;
    display:inline;
  }
  .photo img{
    transform:translateY(-35px) translateX(-10px);
    
  }
  .info{
    display:inline-block;
    width:100%;
    height:100%;
    padding: 0px 20px 10px 10px;
  }
  .info .plus{
    text-transform:uppercase;
    font-size: 120px;
    margin-top: -70px;
    text-align: left;
    color: #6BCBB6;
    display: block;
    ;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  }
  .info .title{
    text-transform: uppercase;
    font-size: 26px;
    text-align: left;
    color: white;
    position: fixed;
    top: 60px;
    left: 60px;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  }
  
  .content{
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    margin-top: 0px;
  }

  .content p{
    color: white!important;
    margin-bottom: 0.5rem !important;
    font-size: 16px;
    font-weight: 400;
  }
  
 .card a {
    position: absolute;
    bottom: 30px;
  }
 
  
  @media (min-width: 460px) and (max-width: 680px) {
    .cascade-slider_item {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.3);
      transition: all 1s ease;
      opacity: 0;
      z-index: -1;
      text-align: center;
    }
    .cascade-slider_item.next {
      left: 50%;
      transform: translateY(-50%) translateX(-90%) scale(0.4);
      filter: brightness(70%);
      opacity: 1;
      z-index: 1;
    }
    .cascade-slider_item.prev {
      left: 50%;
      transform: translateY(-50%) translateX(-10%) scale(0.4);
      filter: brightness(70%);
      opacity: 1;
      z-index: 1;
    }
    .cascade-slider_item.now {
      top: 47%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.6);
      opacity: 1;
      z-index: 5;
    }
    .cascade-slider_arrow-left img {
      height: 30px;
      left: 30px;
    }
    .cascade-slider_arrow-right img {
      height: 30px;
      left: 30px;
    }
    .cascade-slider_nav {
      display:none;
    }
  }
  @media (max-width: 460px) {
    .cascade-slider_item {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.3);
      transition: all 1s ease;
      opacity: 0;
      z-index: -1;
      text-align: center;
    }
    .cascade-slider_item.next {
      left: 50%;
      transform: translateY(-50%) translateX(-80%) scale(0.3);
      filter: brightness(70%);
      opacity: 1;
      z-index: 1;
    }
    .cascade-slider_item.prev {
      left: 50%;
      transform: translateY(-50%) translateX(-20%) scale(0.3);
      filter: brightness(70%);
      opacity: 1;
      z-index: 1;
    }
    .cascade-slider_item.now {
      top: 47%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.5);
      opacity: 1;
      z-index: 5;
    }
    .cascade-slider_arrow-left img {
      height: 30px;
      left: 30px;
    }
    .cascade-slider_arrow-right img {
      height: 30px;
      left: 30px;
    }
    .cascade-slider_nav {
      display:none;
    }
  
  }