.elementor-245 .elementor-element.elementor-element-5151d3a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-245 .elementor-element.elementor-element-9a461bf{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center}.elementor-widget-button .elementor-button{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-245 .elementor-element.elementor-element-e3b58d9 .elementor-button{background-color:#0BBBB4;font-family:"Manrope",Sans-serif;font-weight:600}.elementor-245 .elementor-element.elementor-element-e3b58d9 .elementor-button:hover,.elementor-245 .elementor-element.elementor-element-e3b58d9 .elementor-button:focus{background-color:#0B918B}.elementor-245 .elementor-element.elementor-element-02980b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-245 .elementor-element.elementor-element-38ef3e7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:5px 0 0 0;--border-top-width:5px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#0BBBB4;--border-color:#0BBBB4}.elementor-245 .elementor-element.elementor-element-93fe192{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-245 .elementor-element.elementor-element-96f268c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-245 .elementor-element.elementor-element-ce93e4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}:root{--page-title-display:none}@media(min-width:768px){.elementor-245 .elementor-element.elementor-element-9a461bf{--width:50%}.elementor-245 .elementor-element.elementor-element-02980b9{--width:30%}.elementor-245 .elementor-element.elementor-element-93fe192{--width:50%}.elementor-245 .elementor-element.elementor-element-96f268c{--width:50%}.elementor-245 .elementor-element.elementor-element-ce93e4c{--width:50%}}

.full-size {
  width: 100%;
  height: 100%;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.fb3d-default-page {
  z-index: 1;
}

.fb3d-button {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;

  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;

  color: #fff;
  background: #007cba;
  border-color: #007cba;

  text-decoration: none;
  text-shadow: none;
}

a.fb3d-button, a.fb3d-button:visited {
  color: #fff;
}

.fb3d-button:focus,
.fb3d-button:hover {
	background: #0071a1;
	border-color: #0071a1;
	color: #fff
}

.fb3d-button:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}

.fb3d-button:active {
	background: #00669b;
	border-color: #00669b;
	box-shadow: none;
	color: #fff
}

table.fb3d-categories td {
  text-align: center;
}
table.fb3d-categories h3 {
  text-align: left;
}
@media (max-width: 599px) {
  table.fb3d-categories .fb3d-categories tr, .fb3d-categories td {
    display: block;
  }
}

._3d-flip-book a, .fb3d-link-lightbox-mode {
  cursor: pointer;
}

.fb3d-thumbnail-lightbox-mode, .fb3d-thumbnail-mode {
  position: relative;
  display: inline-block;
  line-height: 0;
}

._3d-flip-book .book-thumbnail {
  display: inline-block;
  transition: box-shadow .25s ease-in-out;
}

._3d-flip-book .book-thumbnail>a {
  -webkit-transform-style: flat;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  display: inline-block;
}

._3d-flip-book:hover .book-thumbnail {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

._3d-flip-book:active .book-thumbnail {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: box-shadow .15s ease-in-out;
}

._3d-flip-book .book-thumbnail img {
  border-radius: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: transform .25s;
}

._3d-flip-book:hover .book-thumbnail img {
  -webkit-transform: rotateY(-20deg) rotateZ(0deg);
  -moz-transform: rotateY(-20deg) rotateZ(0deg);
  -ms-transform: rotateY(-20deg) rotateZ(0deg);
  transform: rotateY(-20deg) rotateZ(0deg);
}

._3d-flip-book:active .book-thumbnail img {
  -webkit-transform: rotateY(-17deg) rotateZ(0deg);
  -moz-transform: rotateY(-17deg) rotateZ(0deg);
  -ms-transform: rotateY(-17deg) rotateZ(0deg);
  transform: rotateY(-17deg) rotateZ(0deg);
  transition: transform .15s;
}

.fb3d-thumbnail-lightbox-mode .book-heading, .fb3d-thumbnail-mode .book-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.fb3d-thumbnail-lightbox-mode .book-heading h3, .fb3d-thumbnail-mode .book-heading h3 {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  background: rgba(60, 60, 60, 0.8);
  bottom: -100%;
  transition: bottom .3s ease .2s;
}

.fb3d-thumbnail-lightbox-mode:hover .book-heading h3, .fb3d-thumbnail-mode:hover .book-heading h3 {
  bottom: 5px;
  transition-delay: 0s;
}

._3d-flip-book.fb3d-fix-title .book-heading h3 {
  bottom: 5px;
}

.fb3d-thumbnail-lightbox-mode .book-heading h3 a {
  color: #fff;
  text-decoration: none;
}

._3d-flip-book.fb3d-fs-dark .fullscreen {
  background-image: url('https://pddergi.com/wp-content/plugins/3d-flip-book/assets/images/texture.jpg');
}

._3d-flip-book.fb3d-fs-light .fullscreen {
  background-image: url('https://pddergi.com/wp-content/plugins/3d-flip-book/assets/images/inverse-texture.jpg');
}

._3d-flip-book .fullscreen {
  background-image: url('https://pddergi.com/wp-content/plugins/3d-flip-book/assets/images/texture.jpg');
}

.fb3d-h-100 {
  height: 100px;
}

.fb3d-h-200 {
  height: 200px;
}

.fb3d-h-300 {
  height: 300px;
}

.fb3d-h-400 {
  height: 400px;
}

.fb3d-h-500 {
  height: 500px;
}

.fb3d-h-600 {
  height: 600px;
}

.fb3d-h-700 {
  height: 700px;
}

.fb3d-h-800 {
  height: 800px;
}

.fb3d-h-900 {
  height: 900px;
}

.fb3d-h-1000 {
  height: 1000px;
}


/*Lightbox Effect*/

.fb3d-modal-shadow {
  overflow: hidden;
}

.fb3d-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 500001;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s step-end;
}
.fb3d-modal.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.fb3d-modal .mount-container {
  position: absolute;
  z-index: 1;
}
.fb3d-modal.dark .mount-container, .fb3d-modal.light .mount-container {
  width: 95%;
  height: 95%;
  left: calc(5% / 2);
  top: calc(5% / 2);
  box-shadow: 0 0 5px rgba(255,255,255,.5);
}
.fb3d-modal.dark-shadow .mount-container, .fb3d-modal.light-shadow .mount-container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fb3d-modal.dark .mount-container, .fb3d-modal.dark-shadow .mount-container {
  background-color: rgba(0,0,0,.5);
}
.fb3d-modal.light .mount-container, .fb3d-modal.light-shadow .mount-container {
  background-color: rgba(255,255,255,.5);
}
.light .mount-container.fullscreen, .light-shadow .mount-container.fullscreen {
  background-image: url('https://pddergi.com/wp-content/plugins/3d-flip-book/assets/images/inverse-texture.jpg');
}
.dark .mount-container.fullscreen, .dark-shadow .mount-container.fullscreen {
  background-image: url('https://pddergi.com/wp-content/plugins/3d-flip-book/assets/images/texture.jpg');
}

.fb3d-modal .cmd-close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bolder;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 2;
  cursor: pointer;
  transition: color .15s ease-in;
}
.fb3d-modal.dark .cmd-close, .fb3d-modal.light .cmd-close {
  right: calc(5% / 2 + 10px);
  top: calc(5% / 2 + 8px);
}
.fb3d-modal.light .cmd-close, .fb3d-modal.light-shadow .cmd-close {
  color: #555;
}
.fb3d-modal .cmd-close:hover {
  color: #eee;
  transition: color .15s ease-out;
}
.fb3d-modal.light .cmd-close:hover, .fb3d-modal.light-shadow .cmd-close:hover {
  color: #111;
}
.fb3d-modal .cmd-close:active {
  font-size: 22px;
  padding-top: 1px;
  padding-right: 1px;
}
</style><style type="text/css">.fb3d-fullscreenx {position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;z-index: 2147483647 !important;margin: 0 !important;box-sizing: border-box !important;background-color: #333;}</style><style type="text/css">/* Copyright 2014-present Evernote Corporation. All rights reserved. */
@keyframes caretBlink {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

@keyframes rotateSpinner {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#text-tool-caret {
    animation-name: caretBlink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1s;
}

#en-markup-loading-spinner {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
}

#en-markup-loading-spinner img {
    position: relative;
    top: 0px;
    left: 0px;
    animation-name: rotateSpinner;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.skitchToastBoxContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
}

.skitchToastBox {
    width: 200px;
    height: 16px;
    padding: 12px;
    background-color: rgba(47, 55, 61, 0.95);
    border-radius: 4px;
    color: white;
    cursor: default;
    font-size: 10pt;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.32);
    font-family: 'Soleil', Helvetica, Arial, sans-serif;
    border: 2px rgba(255, 255, 255, 0.38) solid;
}

.lang-zh-cn .skitchToastBox {
    font-family: '微软雅黑', 'Microsoft YaHei', SimSun,
        '&#x30E1;&#x30A4;&#x30EA;&#x30AA;', Meiryo, 'MS PGothic', 'Soleil',
        Helvetica, Arial, sans-serif;
}

.lang-ja-jp .skitchToastBox {
    font-family: '&#x30E1;&#x30A4;&#x30EA;&#x30AA;', Meiryo, 'MS PGothic',
        '微软雅黑', 'Microsoft YaHei', SimSun, 'Soleil', Helvetica, Arial,
        sans-serif;
}

.skitchToast {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    height: 10px;
    color: #f1f5f8;
    text-align: center;
}

.skitchVisible {
    /* Don't remove this class it's a hack used by the Evernote Clipper */
}
