#preloader {background: #fff;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;left: 0;position: fixed;z-index: 1999;}#preloader img {margin: auto;display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}#preloader > div,#preloader > div > *,#preloader > div:before,#preloader > div:after{background-color: #AF9F8C;border-color: #AF9F8C;}.loading-round {position: absolute;top: 50%;left: 50%;width: 36px;height: 36px;margin: -18px 0 0 -18px;text-align: center;border-radius: 50%;border-width: 3px;border-style: solid;border-top-color: transparent!important;-webkit-animation: round-animation 0.8s infinite linear;animation: round-animation 1s infinite linear;-webkit-animation-fill-mode: both;animation-fill-mode: both;background-color: transparent!important;}@-webkit-keyframes round-animation {from {transform: rotate(0deg);-webkit-transform: rotate(0deg);}to {transform: rotate(360deg);-webkit-transform: rotate(360deg);}}@keyframes round-animation {from {transform: rotate(0deg);-webkit-transform: rotate(0deg);}to {transform: rotate(360deg);-webkit-transform: rotate(360deg);}}.loading-round-border {position: absolute;top: 50%;left: 50%;width: 40px;height: 40px;margin: -20px 0 0 -20px;text-align: center;border-radius: 50%;border-width: 2px;border-style: solid;border-top-color: transparent!important;border-right-color: transparent!important;border-bottom-color: transparent!important;-webkit-animation: round-animation 0.8s infinite linear;animation: round-animation 1s infinite linear;-webkit-animation-fill-mode: both;animation-fill-mode: both;background-color: transparent!important;}.loading-round-border:before {content: "";display: block;position: absolute;top: -2px;right: -2px;bottom: -2px;left: -2px;border-width: 2px;border-style: solid;border-radius: 50%;opacity: 0.1;background-color: transparent!important;}