.md-perspective { height: 100%; overflow: hidden; } .md-perspective body { height: 100%; overflow: hidden; } .md-perspective body { background: rgb(255, 255, 255); perspective: 600px; -webkit-perspective: 600px; -moz-perspective: 600px; } .container { min-height: 100%; } .md-modal { left: 50%; top: 50%; width: 50%; height: auto; visibility: hidden; position: fixed; z-index: 9999999; min-width: 320px; max-width: 550px; transform: translateX(-50%) translateY(-50%); backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -moz-transform: translateX(-50%) translateY(-50%); } .md-show { visibility: visible; } .md-overlay { background: rgba(1, 1, 1, 0.6); transition:0.3s; left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; position: fixed; z-index: 9999995; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; } .md-show ~ .md-overlay { visibility: visible; opacity: 1; } .md-content { background: rgb(255, 255, 255); margin: 0px auto; border-radius: 0px; color: rgb(91, 91, 91); position: relative; } .md-content .md-close-btn { top: 10px; right: 5px; position: absolute; z-index: 999999; } .md-content .md-close-btn a { color: rgb(144, 144, 144); cursor: pointer; } .md-content .md-close-btn a:hover { color: rgb(33, 33, 33); } .md-content .md-close { font-size: 13px; } .md-content h3 { background: rgb(255, 255, 255); margin: 0px; padding: 20px; border-radius: 0px; text-align: center; color: rgb(76, 82, 100); font-size: 18px; font-weight: 400; opacity: 0.8; } .md-content > div { margin: 0px; padding: 15px 40px 30px; font-size: 14px; font-weight: 300; } .md-content > div p { margin: 0px; padding: 10px 0px; } .md-content > div ul { margin: 0px; padding: 0px 0px 30px 20px; } .md-content > div ul li { padding: 5px 0px; } .md-fade-in-scale-up .md-content { transition:0.3s; opacity: 0; transform: scale(0.7); -webkit-transition: all 0.3s; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -moz-transition: all 0.3s; } .md-show.md-fade-in-scale-up .md-content { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); } .md-slide-in-right .md-content { transition:0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); opacity: 0; transform: translateX(20%); -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); -webkit-transform: translateX(20%); -moz-transform: translateX(20%); -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); } .md-show.md-slide-in-right .md-content { opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0); -moz-transform: translateX(0); } .md-slide-from-bottom .md-content { transition:0.3s; opacity: 0; transform: translateY(20%); -webkit-transition: all 0.3s; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -moz-transition: all 0.3s; } .md-show.md-slide-from-bottom .md-content { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0); -moz-transform: translateY(0); } .md-newspaper .md-content { opacity: 0; transform: scale(0) rotate(720deg); -webkit-transform: scale(0) rotate(720deg); -moz-transform: scale(0) rotate(720deg); } .md-show.md-newspaper ~ .md-overlay { transition:0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } .md-newspaper .md-content { transition:0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } .md-show.md-newspaper .md-content { opacity: 1; transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); } .md-fall.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-fall .md-content { opacity: 0; transform: translateZ(600px) rotateX(20deg); transform-style: preserve-3d; -webkit-transform: translateZ(600px) rotateX(20deg); -moz-transform: translateZ(600px) rotateX(20deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; } .md-show.md-fall .md-content { transition:0.3s ease-in; opacity: 1; transform: translateZ(0px) rotateX(0deg); -webkit-transition: all 0.3s ease-in; -webkit-transform: translateZ(0px) rotateX(0deg); -moz-transform: translateZ(0px) rotateX(0deg); -moz-transition: all 0.3s ease-in; } .md-side-fall.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-side-fall .md-content { opacity: 0; transform: translate(30%) translateZ(600px) rotate(10deg); transform-style: preserve-3d; -webkit-transform: translate(30%) translateZ(600px) rotate(10deg); -moz-transform: translate(30%) translateZ(600px) rotate(10deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; } .md-show.md-side-fall .md-content { transition:0.3s ease-in; opacity: 1; transform: translate(0%) translateZ(0px) rotate(0deg); -webkit-transition: all 0.3s ease-in; -webkit-transform: translate(0%) translateZ(0) rotate(0deg); -moz-transform: translate(0%) translateZ(0) rotate(0deg); -moz-transition: all 0.3s ease-in; } .md-slide-stick-top { top: 0px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); } .md-slide-stick-top .md-content { transition:0.3s; opacity: 0; transform: translateY(-200%); -webkit-transition: all .3s; -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); -moz-transition: all .3s; } .md-show.md-slide-stick-top .md-content { border-radius: 0px; opacity: 1; transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%); } .md-3d-flip-horizontal.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-3d-flip-horizontal .md-content { transition:0.3s; opacity: 0; transform: rotateY(-70deg); transform-style: preserve-3d; -webkit-transition: all 0.3s; -webkit-transform: rotateY(-70deg); -moz-transform: rotateY(-70deg); -moz-transition: all 0.3s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; } .md-show.md-3d-flip-horizontal .md-content { opacity: 1; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); } .md-3d-flip-vertical.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-3d-flip-vertical .md-content { transition:0.3s; opacity: 0; transform: rotateX(-70deg); transform-style: preserve-3d; -webkit-transition: all 0.3s; -webkit-transform: rotateX(-70deg); -moz-transform: rotateX(-70deg); -moz-transition: all 0.3s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; } .md-show.md-3d-flip-vertical .md-content { opacity: 1; transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); } .md-3d-sign.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-3d-sign .md-content { transform-origin: 50% 0%; transition:0.3s; opacity: 0; transform: rotateX(-60deg); transform-style: preserve-3d; -webkit-transition: all 0.3s; -webkit-transform: rotateX(-60deg); -webkit-transform-origin: 50% 0; -moz-transform: rotateX(-60deg); -moz-transition: all 0.3s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -moz-transform-origin: 50% 0; } .md-show.md-3d-sign .md-content { opacity: 1; transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); } .md-super-scaled .md-content { transition:0.3s; opacity: 0; transform: scale(2); -webkit-transition: all 0.3s; -webkit-transform: scale(2); -moz-transform: scale(2); -moz-transition: all 0.3s; } .md-show.md-super-scaled .md-content { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); } .md-just-me .md-content { transition:0.3s; opacity: 0; transform: scale(0.8); -webkit-transition: all 0.3s; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -moz-transition: all 0.3s; } .md-show.md-just-me ~ .md-overlay { background: rgb(255, 255, 255); } .md-just-me .md-content h3 { background: none; } .md-just-me .md-content { background: none; } .md-show.md-just-me .md-content { opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); } .md-3d-slit.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-3d-slit .md-content { opacity: 0; transform: translateZ(-3000px) rotateY(90deg); transform-style: preserve-3d; -webkit-transform: translateZ(-3000px) rotateY(90deg); -moz-transform: translateZ(-3000px) rotateY(90deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; } .md-show.md-3d-slit .md-content { animation:slit 0.7s ease-out forwards; -webkit-animation: slit .7s forwards ease-out; -moz-animation: slit .7s forwards ease-out; } .md-rotate-from-bottom.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-rotate-from-bottom .md-content { transform-origin: 0% 100%; transition:0.3s ease-out; opacity: 0; transform: translateY(100%) rotateX(90deg); transform-style: preserve-3d; -webkit-transition: all 0.3s ease-out; -webkit-transform: translateY(100%) rotateX(90deg); -webkit-transform-origin: 0 100%; -moz-transform: translateY(100%) rotateX(90deg); -moz-transition: all 0.3s ease-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -moz-transform-origin: 0 100%; } .md-show.md-rotate-from-bottom .md-content { opacity: 1; transform: translateY(0%) rotateX(0deg); -webkit-transform: translateY(0%) rotateX(0deg); -moz-transform: translateY(0%) rotateX(0deg); } .md-rotate-from-left.md-modal { perspective: 1300px; -webkit-perspective: 1300px; -moz-perspective: 1300px; } .md-rotate-from-left .md-content { transform-origin: 0% 100%; transition:0.3s; opacity: 0; transform: translateZ(100px) translateX(-30%) rotateY(90deg); transform-style: preserve-3d; -webkit-transition: all 0.3s; -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg); -webkit-transform-origin: 0 100%; -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg); -moz-transition: all 0.3s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -moz-transform-origin: 0 100%; } .md-show.md-rotate-from-left .md-content { opacity: 1; transform: translateZ(0px) translateX(0%) rotateY(0deg); -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg); -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg); }