/*
Theme Name: ARP
Theme URI: #
Author: Carl Kitshoff
Author URI: #
Description: Theme for ARP
Version: 1.0
License: GNU General Public License v2 or later
Tags: anomali
Text Domain: arp
*/
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	opacity: 1;
    right: 0;
    background-color: #ffffff;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: space-around;
	transition: all 5s;
}
.hide{
	opacity: 0;
}
displaynone{
	
display: none;
}
