/*
Plugin Name: Parallax Engine
Plugin URI: http://beeteam368.com/parallaxengine/
Description: Parallax Engine that reacts to the orientation of a smart device. Where no gyroscope or motion detection hardware is available, the position of the cursor is used instead.
Author: BeeTeam368
Author URI: http://beeteam368.com/
Version: 1.0.1
License: Commercial
*/
.bt-pe-container{margin:0;padding:0;width:100%;position:relative;overflow:hidden;display:block;float:none;outline:0;box-shadow:none;-webkit-box-shadow:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}.bt-pe-container[data-height="0"]{height:600px}.bt-pe-container[data-height="2"]{height:100vh}.bt-pe-container[data-height="3"]{padding-top:100%}.bt-pe-container[data-height="4"]{padding-top:56.25%}.bt-pe-container *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}.bt-pe-container .bt-pe-scene{overflow:hidden}.bt-pe-container .bt-pe-scene,.bt-pe-container .bt-pe-scene .parallax-scene-item{position:absolute;top:0;left:0;display:block;margin:0;padding:0;float:none;width:100%;height:100%}.bt-pe-container hidden-item-calc{display:none}.bt-pe-container .bt-pe-scene .parallax-scene-item .parallax-item-builder{position:absolute;top:-10%;bottom:-10%;left:-10%;right:-10%;margin:0;padding:0;float:none;display:block;background-color:transparent;background-attachment:scroll!important;background-size:cover;background-repeat:no-repeat;background-position:center center}.bt-pe-container .bt-pe-scene .parallax-scene-item .parallax-item-builder.position-custom{top:auto;bottom:auto;right:auto;left:auto}.bt-pe-container .bt-pe-scene .parallax-scene-item .parallax-item-builder .html5-background-vd{position:absolute;top:0;left:0;right:auto;bottom:auto;width:100%;height:100%;z-index:1;max-width:none!important;max-height:none!important}.bt-pe-container .bt-pe-scene .parallax-scene-item .parallax-item-builder .html5-background-vd video{max-width:none!important;max-height:none!important;display:block;margin:0;padding:0;background-color:transparent!important}.bt-pe-container .pe-scroll-down-more{border:2px solid rgba(255,255,255,1);border-radius:10px;-webkit-border-radius:10px;width:20px;height:35px;position:absolute;z-index:5;left:50%;margin-left:-10px;bottom:30px;cursor:pointer;backface-visibility:hidden;-webkit-backface-visibility:hidden}.bt-pe-container .pe-scroll-down-more:after{content:'';width:2px;display:block;height:10px;left:50%;margin-left:-1px;position:absolute;background-color:rgba(255,255,255,1);top:5px;backface-visibility:hidden;-webkit-backface-visibility:hidden}.bt-pe-container .pe-scroll-down-more:hover:after{-webkit-animation:peScrollMore 1.5s infinite ease-in-out;animation:peScrollMore 1.5s infinite ease-in-out}@keyframes peScrollMore{0%,100%{top:5px}50%{top:20px}}@-webkit-keyframes peScrollMore{0%,100%{top:5px}50%{top:20px}}.bt-pe-container .bt-pe-content{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;float:none}.bt-pe-container .bt-pe-content .bt-pe-content-table{display:table;width:100%;height:100%;margin:0;padding:0;float:none}.bt-pe-container .bt-pe-content .bt-pe-content-row{display:table-row;margin:0;padding:0;float:none}.bt-pe-container .bt-pe-content .bt-pe-content-cell{display:table-cell;margin:0;padding:0;float:none;vertical-align:top}.bt-pe-container[data-content-position="1"] .bt-pe-content .bt-pe-content-cell{vertical-align:middle}.bt-pe-container[data-content-position="2"] .bt-pe-content .bt-pe-content-cell{vertical-align:bottom}.bt-pe-container .bt-pe-content .bt-pe-content-block{display:block;margin:0;float:none;width:100%;padding:30px}@-webkit-keyframes pephase{0%,100%{opacity:1}25%,75%{opacity:.4}50%{opacity:.8}}@keyframes pephase{0%,100%{opacity:1}25%,75%{opacity:.4}50%{opacity:.8}}@-webkit-keyframes petilt{0%{-webkit-transform:rotateX(-30deg)}25%{-webkit-transform:rotateX(30deg)}50%{-webkit-transform:rotateY(-30deg)}75%{-webkit-transform:rotateY(30deg)}100%{-webkit-transform:rotateZ(20deg)}}@keyframes petilt{0%{transform:rotateX(-30deg)}25%{transform:rotateX(30deg)}50%{transform:rotateY(-30deg)}75%{transform:rotateY(30deg)}100%{transform:rotateZ(20deg)}}@-webkit-keyframes pewave{0%{-webkit-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}@keyframes pewave{0%{transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}@-webkit-keyframes pelighthouse{0%{-webkit-transform:translate3d(15%,0,0) rotateZ(10deg)}100%{-webkit-transform:translate3d(-15%,0,0) rotateZ(-10deg)}}@keyframes pelighthouse{0%{transform:translate3d(15%,0,0) rotateZ(10deg)}100%{transform:translate3d(-15%,0,0) rotateZ(-10deg)}}@-webkit-keyframes peswing{0%{-webkit-transform:rotateZ(10deg)}100%{-webkit-transform:rotateZ(-10deg)}}@keyframes peswing{0%{transform:rotateZ(10deg)}100%{transform:rotateZ(-10deg)}}