/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Menu/menu.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.menu_container__9Zl3P {
  flex: 2 1;
  margin-top: 60px;
}

.menu_subtitle__7Kija {
  color: gray;
  font-size: 16px;
  font-weight: 400;
}

.menu_title__7uNe1 {
  font-size: 28px;
}

.menu_viewer__DhSLm {
  margin-top: -15px;
}

.menu_video__3ZZNC {
  margin: 3% -1%;
  padding: 1%;
  margin-left: -1%;
}

.menu_magazin___HfA4 {
  justify-content: center;
  margin: auto;
  width: 100%;
  align-items: center;
}


@media screen and (max-width: 1024px) {
  .menu_container__9Zl3P {
    display: none;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/menuPosts/menuPosts.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.menuPosts_items__zCzFu {
    margin-top: 35px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.menuPosts_item__FYpEz {
    display: flex;
    align-items: center;
    gap: 20px
}

.menuPosts_imageContainer__XG76w {
    flex: 1 1;
    aspect-ratio: 1/1;
    position: relative;
}

.menuPosts_image__IA3eB {
    border-radius: 50%;
    border: 3px solid lightgray;
    object-fit: cover;
}

.menuPosts_textContainer__au0GC {
    flex: 4 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menuPosts_category__Aonfr {
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    width: max-content;
}

.menuPosts_category__Aonfr.menuPosts_tesztek__iP3Hh {
    background-color: #57c4ff31;
}

.menuPosts_category__Aonfr.menuPosts_hirek__8JdLZ {
    background-color: #da85c731;
}

.menuPosts_category__Aonfr.menuPosts_ujdonsagok__plrhI {
    background-color: #7fb88133;
}

.menuPosts_category__Aonfr.menuPosts_turizmus__WP_B8 {
    background-color: #ff795736;
}
.menuPosts_category__Aonfr.menuPosts_veteran__TG3TC {
    background-color: #f1370836;
}

.menuPosts_postTitle___KHVw {
    font-size: 18px;
    font-weight: 500;
    color: var(--softTextColor);
}

.menuPosts_detail__kP_z0 {
    font-size: 12px;
}

.menuPosts_username__N61HU {}

.menuPosts_date__ioevs {
    color: gray;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/menuCategories/menuCategories.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.menuCategories_categoryList__ktFqg {
    margin-top: 35px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.menuCategories_categoryItem__o9cKJ {
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 14px;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_tesztek__FRl4o {
    background-color: #57c4ff31;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_hirek__Ay1Ma {
    background-color: #da85c731;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_ujdonsangok___E3UO {
    background-color: #7fb88133;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_turizmus__JTW9f {
    background-color: #ff795736;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_veteran__4iCGB {
    background-color: #f1370836;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/magazin/magazinViewer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.magazinViewer_thumbnail__Dh1H9 {
  cursor: pointer;
  max-width: 300px;
  margin: 20px auto;
  transition: transform 0.3s ease;
}

.magazinViewer_thumbnail__Dh1H9:hover {
  transform: scale(1.05);
}

.magazinViewer_viewer__4OLar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

.magazinViewer_page__lAocj {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 20px black;
  border-radius: 4px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.magazinViewer_page__lAocj.magazinViewer_zoomed__0y0Jy {
  transform: scale(1.5);
  cursor: zoom-out;
}

.magazinViewer_arrow__sPFdE {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10000;
}

.magazinViewer_arrow__sPFdE.magazinViewer_left__9qaNG {
  left: 30px;
}

.magazinViewer_arrow__sPFdE.magazinViewer_right__aKrHn {
  right: 30px;
}

.magazinViewer_close__DmVz4 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/posts/[slug]/singlePage.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.singlePage_container__k4XOC {
  background-color: var(--bg);
  color: var(--softTextColor);
  padding: 2rem;
}

.singlePage_infoContainer__tDFL9 {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.singlePage_textContainer__6daun {
  flex: 1 1;
}

.singlePage_title__MZu_m {
  font-size: 64px;
  margin-bottom: 50px;
}

.singlePage_relatedTitle__z8Y4i {
  margin-top: 3rem;
}

.singlePage_user__gH_3H {
  display: flex;
  align-items: center;
  gap: 20px;
}

.singlePage_userImageContainer__MewWB {
  width: 50px;
  height: 50px;
  position: relative;
}

.singlePage_avatar__sdEz8 {
  border-radius: 50%;
  object-fit: cover;
}

.singlePage_userTextContainer__gpwGe {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--softTextColor);
}

.singlePage_username__dTgCv {
  font-size: 20px;
  font-weight: 500;
}

.singlePage_imageContainer__dmU88 {
  flex: 1 1;
  height: 350px;
  position: relative;
}

.singlePage_image__ue3_I {
  object-fit: cover;
}

.singlePage_content__QU5pL {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.singlePage_content__QU5pL :where(p, span, strong, em, h1, h2, h3) {
  color: var(--textColor) !important;
}

.singlePage_post__XJLWC {
  flex: 5 1;
  margin-top: 60px;
}

.singlePage_description__wJyyk {
  text-align: justify;
  color: var(--softTextColor);
}

.singlePage_description__wJyyk p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  text-align: 2rem;
  color: var(--softTextColor);
}

.singlePage_description__wJyyk img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Galéria wrapper */
.singlePage_galleryWrapper__xykpy {
  margin: 2rem 0;
}

/* react-image-gallery stílusok finomhangolása */
.singlePage_image-gallery__ghKBg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.singlePage_image-gallery-slide__P47lK img {
  object-fit: contain;
  max-height: 80vh;
  width: 100%;
}

/* Mobil galéria előnézet – már nem használjuk, de ha igen: */
.singlePage_mobileGalleryPreview__WhR_9 {
  display: none;
  margin: 2rem 0;
  cursor: pointer;
}

.singlePage_previewImage__5Al3v {
  border-radius: 10px;
  object-fit: cover;
}

/* Galéria overlay – ha saját overlayt használsz */
.singlePage_galleryOverlay__pZKoa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
}

.singlePage_closeButton__v9xiX {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: white;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}

.singlePage_galleryImageContainer__Uz3_f {
  margin: 1rem;
}

.singlePage_galleryImage__tVpS4 {
  border-radius: 10px;
  object-fit: contain;
}

.singlePage_galleryControls__wFanj {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.singlePage_galleryControls__wFanj button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: var(--softTextColor);
  color: var(--bg);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.singlePage_galleryControls__wFanj button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.singlePage_videoSlide__uHmy9 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  height: 500px;
}

.singlePage_videoWrapper__RBG2D {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}



/* Reszponzív címek és képek */
@media screen and (max-width: 1536px) {
  .singlePage_title__MZu_m {
    font-size: 54px;
  }
}

@media screen and (max-width: 1280px) {
  .singlePage_title__MZu_m {
    font-size: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .singlePage_imageContainer__dmU88 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .singlePage_title__MZu_m {
    font-size: 42px;
  }

  .singlePage_description__wJyyk p {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .singlePage_title__MZu_m {
    font-size: 36px;
  }

  .singlePage_description__wJyyk p {
    font-size: 16px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/comments/comments.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.comments_container__xxba1 {
    margin-top: 50px;
  }
  
  .comments_title__Q4Ma_ {
    color: var(--softTextColor);
    margin-bottom: 30px;
  }
  
  .comments_write__WpTkj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  
  .comments_input__Om1ak {
    padding: 20px;
    width: 100%;
  }
  
  .comments_button__gOWXM {
    padding: 16px 20px;
    background-color: teal;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .comments_comments__0uKqx{
    margin-top: 50px;
  }
  
  .comments_comment__VdHvU{
    margin-bottom: 50px;
  }
  
  .comments_user__YXVWa {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .comments_image__xlffC {
    border-radius: 50%;
    object-fit: cover;
  }
  
  .comments_userInfo__OOZgO {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--softTextColor);
  }
  
  .comments_username__vjnPs {
    font-weight: 500;
  }
  
  .comments_date__u970Q{
    font-size: 14px;
  }
  
  .comments_desc__Jakce{
    font-size: 18px;
    font-weight: 300;
    margin: auto;
  }
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/posts/[slug]/update/updatePage.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.updatePage_container__LrL12 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.updatePage_select__9rM1x {
  margin-bottom: 50px;
  padding: 10px 20px;
  margin-left: 50px;
  width: max-content;
}

.updatePage_editor__lu0Hn {
  display: flex;
  gap: 20px;
  height: 700px;
  position: relative;
}

.updatePage_button__bf_dy,
.updatePage_addButton__pE_Z2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--textColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.updatePage_addButton__pE_Z2 {
  border-color: #1a8917;
}

.updatePage_add__hUeMp {
  display: flex;
  gap: 20px;
  background-color: var(--bg);
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 50px;
}

.updatePage_input__uGVH4 {
  padding: 50px;
  font-size: 64px;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--textColor);
}

.updatePage_input__uGVH4::placeholder {
  color: #b3b3b1;
}

.updatePage_textArea___Hx5x {
  width: 100%;
  margin-top: 30px;
}

.updatePage_publish__kCIV7 {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  border: none;
  background-color: #1a8917;
  color: white;
  cursor: pointer;
  border-radius: 20px;
}

.updatePage_operationButtons__q_YLu {
  display: flex;
  gap: 10px;
}

.updatePage_link__ky9pp {
  color: #0070f3;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 5%;
  flex: auto;
  text-align: center;
  font-size: larger;
  font-weight: bolder;
  border-style: ridge;
}

.updatePage_updateBtn__fvEIh {
  background-color: coral;
}

.updatePage_deleteBtn__2WeJC {
  color: lawngreen;
  background-color: crimson;
}

.updatePage_link__ky9pp:hover {
  background-color: #e0e0e0;
}

/* Modális ablak */
.updatePage_modal__lKKlZ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fekete háttér átlátszósággal */
  display: flex;
  justify-content: center;
  /* Középre igazítja vízszintesen */
  align-items: center;
  /* Középre igazítja függőlegesen */
  z-index: 9999;
  /* A modal legyen a legfelső réteg */
}


.updatePage_modalContent__Np7_Y {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.updatePage_confirmButton__gmsaI {
  background-color: red;
  color: white;
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}

.updatePage_cancelButton__ZemQW {
  background-color: gray;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* Modális ablak */
.updatePage_modal__lKKlZ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fekete háttér átlátszósággal */
  display: flex;
  justify-content: center;
  /* Középre igazítja vízszintesen */
  align-items: center;
  /* Középre igazítja függőlegesen */
  z-index: 9999;
  /* A modal legyen a legfelső réteg */
  cursor: pointer;
}

.updatePage_modalContent__Np7_Y {
  background-color: transparent;
  /* átlátszó háttér, csak kép lesz */
  padding: 0;
  border-radius: 5px;
  text-align: center;
}

.updatePage_fullImage__XBObi {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 4px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/react-image-gallery/styles/css/image-gallery.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5, 25.5, 25.5))}@media(hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px 10px;left:50%;transform:translateX(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px hsl(0,0%,10%);cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:rgba(0,0,0,0);padding:0}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}

