

/*********************
Including file: flickity.css
*********************/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.lrm-embed-gallery-container .flickity-enabled {
  position: relative;
}

.lrm-embed-gallery-container .flickity-enabled:focus { outline: none; }

.lrm-embed-gallery-container .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.lrm-embed-gallery-container .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.lrm-embed-gallery-container .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lrm-embed-gallery-container .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.lrm-embed-gallery-container .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.lrm-embed-gallery-container .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.lrm-embed-gallery-container .flickity-button:hover {
  background: white;
  cursor: pointer;
}

.lrm-embed-gallery-container .flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.lrm-embed-gallery-container .flickity-button:active {
  opacity: 0.6;
}

.lrm-embed-gallery-container .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.lrm-embed-gallery-container .flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.lrm-embed-gallery-container .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.lrm-embed-gallery-container .flickity-prev-next-button.previous { left: 10px; }
.lrm-embed-gallery-container .flickity-prev-next-button.next { right: 10px; }
/* right to left */
.lrm-embed-gallery-container .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.lrm-embed-gallery-container .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.lrm-embed-gallery-container .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.lrm-embed-gallery-container .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.lrm-embed-gallery-container .flickity-rtl .flickity-page-dots { direction: rtl; }

.lrm-embed-gallery-container .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.lrm-embed-gallery-container .flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*********************
Including file: embedded_content.css
*********************/
.hideMe {
    display: none !important;
}
.ui-dialog.ui-front {
    z-index: 100000;
    font-size: 12px;
}
.lrm-download-dialog .ui-dialog-titlebar{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    height: 50px;
}

.lrm-download-dialog .ui-dialog-titlebar .ui-dialog-title{
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
}
.lrm-download-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
    top: auto;
    position: relative;
    margin: unset;
    border: none;
    background-size: 12px;
}
.lrm-embed-download label {
    padding-left: 0.5em;
}
.lrm-embed-download .download-options {
    display: block;
    height: 18px;
    margin-bottom: 20px;
}
.lrm-embed-download .download-options .size-options {
    float: right;
}
.lrm-embed-download .download-item {
  border: 1px solid #ddd;
  background-color: #f3f6f6;
  margin: 0px 0 20px;
  padding: 8px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 105px;
}
.lrm-embed-download .download-item .thumb {
    float: left;
    width: 84px;
    height: 84px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lrm-embed-download .download-item .thumb img {
    max-width: 90%;
    max-height: 90%;
}
.lrm-embed-download .download-item p {
    margin: 0 0 8px;
    padding: 0;
    margin-right: 14px;
}
.lrm-embed-download .download-item p.description {
    margin-bottom: 30px;
}
.lrm-embed-download .ui-dialog-buttonpane {
    border: none;
}
.lrm-embed-download .ui-dialog-buttonpane button {
    padding: 5px 10px;
}
.lrm-embed-download .download-item p.size {
    position: absolute;
    bottom: 6px;
    margin: 0;
    right: 8px;
    color: #888;
}
.lrm-embed-download .download-terms {
    display: flex;
    align-items: center;
}
.lrm-embed-download .download-terms a {
    color: #008DC9;
    text-decoration: none;
}
.lrm-download-dialog .ui-dialog-buttonpane{
    border: none;
}
.lrm-download-dialog .ui-dialog-buttonpane button{
    padding: 5px 10px;
}

/*********************
Including file: embedded_preview.css
*********************/
.embedded-preview-container *{
  box-sizing: border-box;
}
.embedded-preview-container {
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
.embedded-preview-container .embedded-preview {
  width: 1000px;
  max-width: 100vw;
  height: calc(100vh - 60px);
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.embedded-preview-container .embedded-preview .slide {
  flex: 1;
  height: 100%;
  float: left;
  position: relative;
}
.embedded-preview-container .embedded-preview .slide .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 50px;
}
.embedded-preview-container .embedded-preview .slide .arrow {
  position: absolute;
  top: 45%;
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.embedded-preview-container .embedded-preview .slide .arrow:hover{
  background: rgba(255,255,255,0.3);
}
.embedded-preview-container .embedded-preview .slide .arrow.left {
  left: 0;
}
.embedded-preview-container .embedded-preview .slide .arrow.right {
  right: 0;
}
.embedded-preview-container .embedded-preview svg{
  fill: #fff;
  width: 50px;
  height: 50px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container.no-scroll {
  display: flex;
  justify-content: center;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails {
  overflow: hidden;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail {
  cursor: pointer;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 2px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail.active {
  border: 1px solid #FFF;
}
.embedded-preview-container .options-container {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: flex;
}
.embedded-preview-container .options-container div {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}
.embedded-preview-container .options-container div svg {
  width: 40px;
  height: 40px;
  fill: white;
}
.embedded-preview-container .options-container .close-preview {
  background: transparent;
  cursor: pointer;
}

.embedded-preview-container .embedded-preview .details-container {
  width: 0px;
  height: calc(100% - 120px);
  float: right;
  background-color: transparent;
  color: white;
  position: relative;
  transition: width 0.25s ease-out;
  padding: 16px;
}
.embedded-preview-container .embedded-preview .details-container.details-opened {
  width: 300px;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details {
  padding: 0px 25px 50px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: white transparent;
  scrollbar-width: thin;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details label {
  font-weight: bold;
  display: block;
  margin-top: 17px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details .description {
  margin-bottom: 35px;
  line-height: 1.5;
}

/*# sourceMappingURL=embedded_preview.css.map */


/*********************
Including file: embedded_slideshow.css
*********************/
.lrm-embed-gallery-container{
    max-width: 100vw;
}
.lrm-embed-gallery-container .main-carousel {
    /* overflow: hidden; */
}

.lrm-embed-gallery-container .carousel-cell {
    height: 100%;
    margin-right: 10px;
    text-align: center;
    display: flex;
}

.lrm-embed-gallery-container .carousel-cell img {
    width: 100%;
    object-fit: cover;
}
.lrm-embed-gallery-container .img-fit-contain .carousel-cell img{
    object-fit: contain;
}
.lrm-embed-gallery-container .carousel.is-fullscreen .carousel-cell {
    /* height: 100%; */
}

.lrm-embed-gallery-container .carousel.is-fullscreen .carousel-cell img {
    width: auto;
}

.lrm-embed-gallery-container .flickity-button {
    background: #333;
}
.lrm-embed-gallery-container .flickity-button:hover {
    background: #F90;
}

.lrm-embed-gallery-container .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    border: none;
}
/* icon color */
.lrm-embed-gallery-container .flickity-button-icon {
    fill: white;
}
/* position outside */
.lrm-embed-gallery-container .flickity-prev-next-button.previous {
    left: 10px;
}
.lrm-embed-gallery-container .flickity-prev-next-button.next {
    right: 10px;
}
/* white circles */
.lrm-embed-gallery-container .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}
