﻿/*html, body {display:none;}

 hide all elements & show preloader */
.js, .js body {
	overflow: hidden
}
.js body > * {
	visibility: hidden
}
.js #loading_layer {
	/*visibility: visible;*/
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000
}
.js #loading_layer img {
	position: fixed;
	top: 33%;
	left: 40%;
	width: 14%;
	height: 18%;
	margin-left: auto;
    margin-right: auto;
}
.js .tab-pane {
	display: block !important
}
.js .hide {
	display: inherit
}
