#bt-preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	background: #23282b;
}
.bt-preloadericon {
	background: url('https://yourstransports.at/themes/yourstransports/assets/img/') 50% 50% no-repeat #23282b;
	position: relative;
	top: 35%;
	margin:0 auto;
	width: 180px;
	height: 180px;
	z-index: 1;
}
.bt-preloadericon:after {
	top: 25px;
	right: 23px;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	-webkit-animation: rotating 1.5s linear infinite;
	-moz-animation: rotating 1.5s linear infinite;
	-ms-animation: rotating 1.5s linear infinite;
	-o-animation: rotating 1.5s linear infinite;
	animation: rotating 1.5s linear infinite;
	/*background: url('https://seapoint.yndsign.com/themes/seapoint/assets/img/loading.gif') no-repeat;*/
}