@media(min-width: 481px) {}

@media(min-width: 768px) {
}

@media(min-width: 1025px) {
  /*------------------- GALLERYHOME ---------------------*/
  #galleryHome
  {
    margin-top: 80px;
  }
}

@media(min-width: 1281px) {
}

@media(min-width: 1481px) {
}

@media(min-width: 1681px) {
}


@media(max-width: 1680px) {

}

@media(max-width: 1480px) {

}
@media(max-width: 1280px) {
  
}

@media(max-width: 1024px) {

  /*---------------HEADER---------------------*/
  body:not(.is-toggle-open) #header .ckmenu {
    position: relative;
    z-index: 1000
  }

  .logoParent {
    display: none;
  }

  #header .ckmenu-nav {
    top: 0;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }

  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }

  /*-----------------*/
  /* CONTENT / INTRODUCTION */
  /*-----------------*/
  .content-imgHome
  {
      max-height: 350Px;
  }


}

@media(max-width: 767px) {}

@media(max-width: 480px) {}