.loadingback {
	background-image: url(../images/ajax-loader.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
/* Make it a marquee */
.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.marquee span.rtl {
  display: inline-block;
  -webkit-animation: slide-linear-rtl 10s linear infinite;
          animation: slide-linear-rtl 10s linear infinite;
}

.marquee span.ltr {
  display: inline-block;
  -webkit-animation: slide-linear-ltr 10s linear infinite;
          animation: slide-linear-ltr 10s linear infinite;
}

@-webkit-keyframes slide-linear-rtl {
		0% {
			-moz-transform: translateX(-100%);
		}
		100% {
			-moz-transform: translateX(100%);
		}
	}

@keyframes slide-linear-rtl {
		0% {
			-moz-transform: translateX(-100%);
		}
		100% {
			-moz-transform: translateX(100%);
		}
	}
@-webkit-keyframes slide-linear-ltr {
		0% {
			-moz-transform: translateX(0%);
		}
		100% {
			-moz-transform: translateX(-100%);
		}
	}

@keyframes slide-linear-ltr {
		0% {
			-moz-transform: translateX(0%);
		}
		100% {
			-moz-transform: translateX(-100%);
		}
	}
.loading .modal{min-width:100%;}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
