/*=== nick ===*/
.nmn-bloc-wrap #nmn-gallery-loader {
  background: url(ajax-round-loader.gif);
  background-repeat: no-repeat;
  position: fixed;
  z-index: +1;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, 0%); }
.nmn-bloc-wrap .hidden {
  display: none; }
.nmn-bloc-wrap .gallery-control-left,
.nmn-bloc-wrap .gallery-control-right{
  display: none;
}
.nmn-bloc-wrap .nmn-image-grid {
  display: block;
  overflow: auto;
  /*flex-flow: row wrap;*/ }
  .nmn-bloc-wrap .nmn-image-grid .imagbloc {
    float: left;
    overflow: hidden;
    border: 3px solid #fff; }
    .nmn-bloc-wrap .nmn-image-grid .imagbloc img {
      max-width: none;
      position: relative; }
  .nmn-bloc-wrap .nmn-image-grid .pop-wipe {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    /*margin-top: 200%;*/
    top: 0;
    left: 0;
    z-index: +1; }
    .nmn-bloc-wrap .nmn-image-grid .pop-wipe span {
      font-size: 3em;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%); }
  .nmn-bloc-wrap .nmn-image-grid div.imagbloc:hover .pop-wipe {
    display: block;
    width: 100%;
    height: 100%;}
  .nmn-bloc-wrap .nmn-image-grid .pop-wipe:hover,
  .nmn-bloc-wrap .nmn-image-grid .pop-wipe:focus {
    cursor: pointer; }

.nmn-gallery-pop {
  background: #F8F8FF; }
  .nmn-gallery-pop .img-modal-controls {
    top: 30px !important; }
    .nmn-gallery-pop .img-modal-controls .next-modal-img,
    .nmn-gallery-pop .img-modal-controls .prev-modal-img {
      font-size: 3em;
      position: fixed;
      top: 45%; }
    .nmn-gallery-pop .img-modal-controls .next-modal-img {
      right: 5%; }
    .nmn-gallery-pop .img-modal-controls .prev-modal-img {
      left: 5%; }

.event-dates {
  background: #000;
  display: none;
  color: #fff;
  font-size: 0.6em;
  position: absolute;
  top: 0;
  z-index: +2; }

#calendar-wrap {
  border-radius: 13px;
  color: #000;
  display: none;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 531px;
  z-index: +1; }
  #calendar-wrap .ui-datepicker {
    left: 0px;
    top: 0px;
    bbackground: #F8F8FF;
    /* button shadows */
    box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.9), 4px 4px 10px 3px rgba(223, 223, 229, 0.85);
    border-radius: 13px; }
    #calendar-wrap .ui-datepicker .ui-datepicker-header {
      min-height: 58px; }
      #calendar-wrap .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        display: block;
        margin-top: 20px;
        margin-left: 20px;
        width: 100%; }
      #calendar-wrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        min-height: 20px;
        position: absolute;
        top: 46px;
        left: 20px; }
      #calendar-wrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        min-height: 20px;
        position: absolute;
        top: 46px;
        right: 20px; }
    #calendar-wrap .ui-datepicker .ui-datepicker-current-day .ui-state-active {
      color: #006644;
      font-weight: 600; }
    #calendar-wrap .ui-datepicker table tr .ui-datepicker-unselectable {
      color: #ccc; }
    #calendar-wrap .ui-datepicker table tr td {
      width: 100%; }

.schedule-calendar {
  box-shadow: none !important;
  width: 531px; }
  .schedule-calendar #calendar-wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: none; }

.search-header-green-bg {
  background: linear-gradient(67.04deg, #006604 0%, #006304 35.94%, #005904 59.38%, #004E04 80.73%, #004403 100%);
  position: absolute;
  top: 0;
  left: 0;
  min-height: 340px;
  width: 100%;
  z-index: -1; }

.search-header {
  overflow: hidden;
  height: auto; }
  .search-header .search-result-header {
    color: #fff;
    position: absolute;
    padding-left: 100px; }
    .search-header .search-result-header h2 {
      margin-top: 2rem; }
    .search-header .search-result-header h4 {
      margin-top: 2rem; }
  .search-header .search-header-inner .media-bg {
    padding-top: 9rem; }

.search-wrap {
  background: #f8f8ff;
  margin: 0 auto;
  position: relative;
  width: 87%;
  z-index: +1; }
  .search-wrap .search-inner article {
    margin: 0 0 4%; }
  .search-wrap .search-inner .search-node {
    text-decoration: underline transparent; }
    .search-wrap .search-inner .search-node .loop-search-type {
      color: #00458F;
      display: inline;
      font-size: 1.5em;
      font-weight: 600;
      text-transform: uppercase;
      vertical-align: baseline; }
    .search-wrap .search-inner .search-node .loop-search-title {
      color: #000;
      display: inline;
      font-size: 1.5em;
      width: 90%; }
  .search-wrap .search-inner .search-excerpt {
    margin: 2% 0;
    width: 100%; }
    .search-wrap .search-inner .search-excerpt .hh {
      background: #FFFF00; }
  .search-wrap .search-inner .search-link {
    color: #006604 !important; }

.no-search-results-form {
  max-width: 100vw !important;
  width: 100vw !important;
  background: #DBEDF7;
  padding: 4rem 9rem; }
  .no-search-results-form .look-for {
    font-size: 2em; }
  .no-search-results-form .search-again {
    font-size: 2em;
    font-weight: 700; }
  .no-search-results-form .search-form {
    background-color: #F8F8FF;
    box-shadow: -4px -4px 6px rgba(255, 255, 255, 0.9), 4px 4px 10px 0px rgba(223, 223, 229, 0.85);
    text-transform: none;
    text-align: left;
    font-weight: 700;
    border-radius: 35px;
    margin: 1em 0; }
    .no-search-results-form .search-form .search-field {
      border-radius: 35px; }
    .no-search-results-form .search-form #filtersubmit {
      position: relative;
      z-index: 1;
      left: -3.9rem;
      top: 1.3rem;
      font-size: 1.5em;
      cursor: pointer;
      width: 0; }

/**backend**/
.nmn-bloc-wrap .block-image-button {
  display: inline-block;
  margin: 1%; }
  .nmn-bloc-wrap .block-image-button button {
    border-radius: 35px; }
.nmn-bloc-wrap .new-gallery button {
  background: linear-gradient(63.48deg, #003E81 0%, #00408D 24.29%, #004199 48.77%, #0042A5 74.81%, #0043B1 99.81%);
  color: #fff; }
.nmn-bloc-wrap .add-to-gallery button {
  background: linear-gradient(67.04deg, #006604 0%, #006304 35.94%, #005904 59.38%, #004E04 80.73%, #004403 100%);
  color: #fff; }
.nmn-bloc-wrap .sortable-grid button {
  background: linear-gradient(81.32deg, #2D3338 0%, #33393F 22.92%, #384046 48.44%, #3E464D 73.96%, #444D54 100%);
  color: #fff; }
.nmn-bloc-wrap .dragging {
  animation-duration: 0.2s;
  animation-name: flas;
  animation-iteration-count: inifinite; }
.nmn-bloc-wrap .dragger {
  background: linear-gradient(81.32deg, #2D3338 0%, #33393F 22.92%, #384046 48.44%, #3E464D 73.96%, #444D54 100%); }
@keyframes flas {
  0% {
    color: linear-gradient(67.04deg, #006604 0%, #006304 35.94%, #005904 59.38%, #004E04 80.73%, #004403 100%); }
  50% {
    color: linear-gradient(81.32deg, #2D3338 0%, #33393F 22.92%, #384046 48.44%, #3E464D 73.96%, #444D54 100%); } }
.nmn-bloc-wrap .nmn-image-grid .imagbloc {
  position: relative; }
  .nmn-bloc-wrap .nmn-image-grid .imagbloc .xloser {
    color: #CC0B13;
    height: 30px;
    font-size: 1.2em;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .nmn-bloc-wrap .nmn-image-grid .imagbloc .xloser:hover,
  .nmn-bloc-wrap .nmn-image-grid .imagbloc .xloser:focus {
    color: #fff;
    cursor: pointer; }

.block-image button {
  background: #ffcc99; }

.ui-head-msg {
  min-height: 5%; }

@media only screen and (max-device-width: 520px) and (min-device-width: 320px) and (orientation: portrait), (max-device-width: 653px) and (min-device-width: 280px) and (orientation: portrait) {
  .entry-header .entry-header-wrap {
    height: 89%; }
  .entry-header .media-bg {
    height: 47%; }

  /*nmn-bloc-wrap {
    overflow: hidden;
    min-height: 75rem; }
    .nmn-bloc-wrap .nmn-image-grid {
      flex-wrap: nowrap !important;
      min-width: max-content;
      position: relative; }
      .nmn-bloc-wrap .nmn-image-grid .imagbloc {
        min-height: 250px;
        min-width: 250px; }
        .nmn-bloc-wrap .nmn-image-grid .imagbloc img {
          height: 100%;
          width: auto; }*/ }
@media all and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape), all and (device-width: 640px) and (orientation: landscape) {
  .entry-header .entry-header-wrap {
    height: 89%; }
  .entry-header .media-bg {
    height: 47%; }

  .ui-datepicker {
    top: 0%;
    height: 100%;
    left: 0%;
    transform: translate(0%, 30%);
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar {
      position: fixed;
      top: 10%;
      left: 0; }
      .ui-datepicker .ui-datepicker-calendar tbody tr {
        display: flex;
        flex-direction: row; }
    .ui-datepicker table tr {
      display: flex;
      flex-direction: row; } }
.img-modal-inner .img-modal-controls {
  top: 30px !important; }

.img-modal-img-container figure img {
  max-height: 100%;
  margin: 0 auto; }

#nmn-slider-focus img {
  max-height: 100%;
  margin: 0 auto; }

@media (max-width: 1000px) {
  #calendar-wrap {
    top: 40%;
    width: 90%; }
    #calendar-wrap .ui-datepicker {
      top: 0%;
      height: 100%;
      left: 0%;
      transform: translate(0%, 0%);
      width: 100%; }
      #calendar-wrap .ui-datepicker .ui-datepicker-header {
        min-height: 58px; }
        #calendar-wrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
          top: 30px;
          left: 0px; }
        #calendar-wrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
          top: 30px;
          right: 0px; }
      #calendar-wrap .ui-datepicker .ui-datepicker-calendar {
        top: 10%;
        left: 0; }
        #calendar-wrap .ui-datepicker .ui-datepicker-calendar tbody tr {
          display: flex;
          flex-direction: row; }
      #calendar-wrap .ui-datepicker table tr {
        display: flex;
        flex-direction: row; }
        #calendar-wrap .ui-datepicker table tr th {
          width: 100%; }
.nmn-bloc-wrap {
  position: relative;
  overflow-x: scroll;
  margin-right: 0;
  }
  .nmn-bloc-wrap .gallery-control-left {
    position: absolute;
    left: 0.5vw;
    top: 50%;
    font-size: 2rem;
    z-index: 100;
    height: 2rem;
    width: 2rem;
    line-height: 1;
    padding: 1rem;
    border-radius: 50%;
    background-color: white;
    color: black;
    box-sizing: content-box;
    cursor: pointer;
    display: none;
    transform: translateY(-50%);
    }
  .nmn-bloc-wrap .gallery-control-right {
    position: absolute;
    right: 0.5vw;
    top: 50%;
    font-size: 2rem;
    z-index: 100;
    height: 2rem;
    width: 2rem;
    line-height: 1;
    padding: 1rem;
    border-radius: 50%;
    background-color: white;
    color: black;
    box-sizing: content-box;
    cursor: pointer;
    display: none;
    transform: translateY(-50%);
    }
  .nmn-bloc-wrap .nmn-image-grid {
    display: flex;
    overflow: auto;
    width: fit-content;
    /* transition-property: transform;
    transition-duration: 1s!important;
    transition-delay: 0.1s; */
    left: 0%;
    position: relative;
    /*flex-flow: row wrap;*/ }
      .nmn-bloc-wrap .nmn-image-grid .imagbloc {
        width: auto!important;
        height: 300px!important;
        float: none;
        }
        .nmn-bloc-wrap .nmn-image-grid .imagbloc img {
          height: 100%;
          width: auto;
          } }
}
@media (max-width: 1000px) and (orientation: landscape) {
  #calendar-wrap {
    height: 90%;
    top: 20%;
    transform: translate(-17%, -15%);
    width: 60%; }
    #calendar-wrap .ui-datepicker .ui-datepicker-header {
      min-height: 10px; }
    #calendar-wrap .ui-datepicker table tr {
      display: flex; }
      #calendar-wrap .ui-datepicker table tr th {
        width: 100%; }
    #calendar-wrap .ui-datepicker table td {
      line-height: 0.4em; } }
@media (min-width: 800px) and (orientation: landscape) {
  #calendar-wrap {
    transform: translate(-50%, -80%); }
    #calendar-wrap .ui-datepicker table tr {
      display: flex;
      flex-direction: row; }
      #calendar-wrap .ui-datepicker table tr th {
        width: 100%; } }
@media (max-width: 1000px) and (orientation: landscape) {
  #calendar-wrap {
    transform: translate(-20%, -20%); } }

/*# sourceMappingURL=nickdev-style.css.map */

@media (min-width: 1000px) {
.nmn-bloc-wrap .nmn-image-grid {
  transform: none!important;
}
}

