#uboverlay {
  background: #1E1E1E;
  opacity: 0;
	position: fixed;
  display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100049;
}

.ubwindow {
	position: fixed;
	background: #fff;
	z-index: 100048;
	visibility: hidden;
	text-align: left;
	top: 0;
	left: 0;
  padding: 0 0 0 0;
  border-radius: 4px;
  box-sizing: content-box;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  opacity: 0;
}


.ubwindow.active {
	z-index: 100050;
  opacity: 1;
}

.ubwindow.parent .ubhead {
  opacity: 0;
	height: 30px;
}

.ubtitle{
	height: 25px;
	margin: 10px 0 0 30px;
	position: absolute;
  color: #000;
  font-size: 18px;
}

.ubcontent .ubtitle {
  position: relative;
  margin: -10px 0 0 0;
  top: -15px;
  height: auto;
}



.ubclose {
  background: #FFF url('close.png') 0 0 no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 100051;
/*
  right: 30px;
  top: 30px;
*/
  right: 10px;
  top: 10px;
  display: inline-block;
  cursor: pointer;
}

.ubwindow.parent .ubclose {
  display: none;
}

/*
.ubclose10 .ubclose {
  right: 10px;
  top: 10px;
}
*/

/*
.ubclose.adaptive {
  right: 8px;
  top: -17px;
  border-radius: 4px;
  z-index: 2;
}


.ubclose.inside {
  right: 14px;
  border-radius: 4px;
}
*/

.ubcontent-wrapper {
  overflow: auto;
  padding: 30px 0 0 0;
  margin: 0;
  box-sizing: border-box;
}

.ubcontent {
  padding: 10px 30px 30px 30px;
  margin: 0;
  /* box-sizing: content-box; */
  box-sizing: border-box;
  white-space: normal !important;
  display: inline-block;
}

.ubcontent:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.ubiframe {
  padding: 0;
  margin: 0;
  width: 100%;
}

.unibox {
  cursor: pointer;
  display: inline-block;
}



/* preloader **************************/

#ubpreloader-overlay {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba( 255, 255, 255, 0.5 );
  z-index: 100052;
}

.ubpreloader-wrapper {
  display: table;
  box-sizing: border-box;
	width: 180px;
  padding: 20px;
  text-align: center;
  position: absolute;
	top: 50%;
	left: 50%;
  margin-top: -70px;
  margin-left: -90px;
  border-radius: 4px;
  box-shadow: 0 0 20px #CCC;
  border: 1px solid #DDD;
  z-index: 100052;
  background: #FFF;
}

.ubpreloader-text {
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}

#ubpreloader{
	width: 180px;
	height: 22px;
	position: relative;
}


.visible6 {
	width: 140px !important;
}

.visible6 #ubpreloader {
	width: 140px !important;
}

.visible6 #ubpreloader-7,
.visible6 #ubpreloader-8 {
  display: none;
}


.preloader-item {
	position:absolute;
	top:0;
	background-color:rgb(20,107,139);
	width:22px;
	height:22px;
	animation-name:bounce_ubpreloader;
		-o-animation-name:bounce_ubpreloader;
		-ms-animation-name:bounce_ubpreloader;
		-webkit-animation-name:bounce_ubpreloader;
		-moz-animation-name:bounce_ubpreloader;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:14px;
		-o-border-radius:14px;
		-ms-border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
}

#ubpreloader-1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#ubpreloader-2{
	left:22px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#ubpreloader-3{
	left:45px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#ubpreloader-4{
	left:67px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#ubpreloader-5{
	left:90px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#ubpreloader-6{
	left:112px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#ubpreloader-7{
	left:135px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#ubpreloader-8{
	left:157px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_ubpreloader{
	0%{
	transform:scale(1);
		background-color:rgb(20,107,139);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_ubpreloader{
	0%{
	-o-transform:scale(1);
		background-color:rgb(20,107,139);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_ubpreloader{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(20,107,139);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_ubpreloader{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(20,107,139);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_ubpreloader{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(20,107,139);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

/* preloader **************************/