﻿@font-face {
  font-family: 'UKIJ Ekran';
  src: url('UKIJEkran.eot');
  src: local('☺'), local("UKIJ Ekran"), url('UKIJEkran.eot?#iefix') format('embedded-opentype'),  url('UKIJEkran.woff') format('woff'), url('UKIJEkran.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: UKIJ Ekran;
	list-style: none;
	background:#ffffff;
}
.loading{position: fixed;left: 30%;right: 0;top: 0;bottom: 0;background-color:#999;z-index: 1000; height:400px; width:400px; text-align:center; color:#FFF; font-size:18px; display:none;}
.loading p{margin-top:50px; margin-bottom:50px;}
@media screen and (max-width: 992px){.loading{left: 10%; width:80% !important; height:350px !important;}
.loading img{height:150px !important; width:150px !important;}
}