@keyframes mymove {
    from {-ms-transform:rotate(0deg);transform:rotate(0deg);}
	to {-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes spinnerRotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@-o-keyframes spinnerRotate {
	from {-o-transform:rotate(0deg);}
	to {-o-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate {
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(360deg);}
}
#edt-wrapper{opacity:0}
.edt-spinner {top:50%;left:50%;-webkit-animation-name:spinnerRotate;-moz-animation-name:spinnerRotate;-o-animation-name:spinnerRotate;animation-name:spinnerRotate;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;text-indent:250px;white-space:nowrap;overflow:hidden;background:url(images/spinner.png);}
.edt-loadmore-spinner{background:url(images/spinner-black.png);margin: -25px 0 0 -25px;height: 50px;width: 50px;left: 50%;background-size: 50px 50px;position: relative;}
#edt-body-spinner {position:fixed;margin:-100px 0 0 -100px;height:200px;width:200px;}
#edt-header-spinner {position:absolute;margin:-25px 0 0 -25px;height:50px;width:50px;background-size:50px 50px;}
#edt-footer-spinner {position:absolute;margin:-25px 0 0 -25px;height:50px;width:50px;background-size:50px 50px;}


#edt-error-messages {position:fixed !important;top:40px;left:0;z-index:1000;width:500px;background:#fff;}
.edtools-diaporama-button {background: url("images/display-wrap.png");z-index: 10;top: 43px;width: 43px;height: 43px;position: fixed;left: calc(50% - 21px);}
.edtools-diaporama-button:hover {cursor: pointer;opacity: 0.8;}

#edt-background-wrapper {width: 100%;height: 100%;top: 0;position: fixed;z-index: -1;}
#edt-bckgrnd {width: 100%;height: 100%;}
#edt-bckgrnd-filtr{width: 100%;height: 100%;top: 0;position: fixed;z-index: -1;background:#fff;opacity:0.2;}

#edt-bckgrnd #imgBckGrnd img, #edt-header-bckgrnd #imgHeaderBckGrnd img, #edt-footer-bckgrnd #imgFooterBckGrnd img{object-fit: cover;width: 100%;height: 100%;margin: auto;}
