a{background-color:transparent; text-decoration: none;}
a:active,
a:hover{outline-width:0}

.slider {
    width: 90%;
    height: ;
    margin: 100px auto;
}

.slick-slide {
  margin: 10px 10px;
  width: 100%;

}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*grid gallery*/
body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

  /*  Rollover image styles  */
  .figure {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
  }
  .figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .figure:hover img.Sirv.image-hover {
    opacity: 1;
  }
  

@media only screen and (max-device-width: 1600px) {
  .hero {
    background-attachment: scroll;
    min-height: 400px;
  }
  .mainbox{
    margin-top:5%;
  }
  .mainbox-a{
    margin-top:10%;
  }
  .mainvideo{
    margin-bottom:5%;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
    .panel{
      display:none;
    }
    .mainbox{
      margin-top:0%;
    }
    .mainbox-a{
      margin-top:0%;
    }
}











@media (max-width:600px){
  .jumbmargintop {
    margin-top:-30px!important
  }

}

@media (min-width: 393px)


@media only screen and (min-height: 852px)


@media only screen and (min-width: 393px) and (orientation: landscape)
@media only screen and (min-width: 852px) and (orientation: portrait)
