.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.eot?v=4.7.0');
  src: url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/xwiz/fontawesome/4.7/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
todo {
  font-size: 15px;
  color: #0d69f2;
  clear: both;
  display: block;
}
.vtop {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.footerpush {
  display: block;
}
*,
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  box-sizing: content-box;
  height: auto;
  border: 0;
  max-width: 100%;
}
.alert {
  color: black;
}
.warning {
  display: block;
  padding: 3px 8px;
  background: #fc3;
  color: #444;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.warning:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.SYSTEM_LOG {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  background-image: url('images/log.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 32px 32px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  font-size: 11px;
  line-height: 120%;
}
.SYSTEM_LOG:hover,
.SYSTEM_LOG:active {
  top: 50px;
  right: 50px;
  background-color: #fff;
  width: auto;
  height: auto;
  overflow: scroll;
}
.XProjector {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.JSTRACE {
  padding: 15px 15px;
  margin: 1px;
  background-color: #ffa;
  border: 1px solid black;
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
}
/** global feedback system */
.Messenger {
  padding: 3px 8px;
  margin: 4px;
  background: #bbc3d2;
  color: #444;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.form ul,
.form li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form label {
  display: inline-block;
  width: 25%;
  padding-top: 5px;
}
.form textarea,
.form input[type="text"] {
  padding: 5px 15px;
  width: 70%;
}
.form li.comment {
  margin-top: 15px;
}
.form li.time label:not(:first-child),
.form li.date label:not(:first-child) {
  width: auto;
  padding: 5px;
}
.form li.time input[type="text"],
.form li.date input[type="text"] {
  width: 60px;
}
.form li.streetAndNumber label.Number {
  width: 5%;
  text-align: center;
}
.form li.streetAndNumber input.Street {
  width: 50%;
}
.form li.streetAndNumber input.Number {
  width: 15%;
}
.form li.captcha input[type="text"] {
  width: 60px;
}
.form li {
  position: relative;
}
.form .formWarningOnInput {
  position: absolute;
  top: 100%;
  background: #fc3;
  z-index: 10;
}
.form .warning,
.form .Warning {
  margin: 1px 0;
  padding: 5px 15px;
  background: #fc3;
  display: block;
}
.form .multiSwitch .multiContent ul.Hidden {
  display: none;
}
.note {
  display: inline-block;
  padding: 3px;
  background: #aaa;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* trigger image */
.FileBox {
  display: inline;
}
.FileTitle {
  display: block;
  clear: both;
  font-size: small;
  font-weight: bold;
}
.FileDescription {
  display: block;
  clear: both;
  font-size: smaller;
  font-weight: normal;
}
.thumbstrip-bounds {
  display: block;
  position: relative;
  min-height: 20px;
  -webkit-transition: all 0.706s;
  -moz-transition: all 0.706s;
  -ms-transition: all 0.706s;
  -o-transition: all 0.706s;
  transition: all 0.706s;
}
.thumbstrip-bounds .thumbstrip-box {
  width: 100%;
}
.thumbstrip-bounds .thumbstrip-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbstrip-bounds .thumbstrip-image.Loading {
  color: #999;
}
.thumbstrip-bounds .thumbstrip-image.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.thumbstrip-bounds .thumbstrip-image.Loading:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.thumbstrip-bounds .thumbstrip-image.LoadError:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.thumbstrip-bounds .thumbstrip-image.LoadError:before {
  color: #f2860c;
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
}
.thumbstrip-bounds .thumbstrip-fruitslot-strip {
  position: absolute;
  top: 0;
  left: 0;
}
.thumbstrip-bounds .thumbstrip-image-div {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  /*
 		.transition(left 3000ms linear);
 		*/
  -webkit-transition: left 1500ms;
  -moz-transition: left 1500ms;
  -ms-transition: left 1500ms;
  -o-transition: left 1500ms;
  transition: left 1500ms;
}
.thumbstrip-bounds .thumbstrip-image-div:last-child {
  visibility: hidden;
}
.thumbstrip-bounds .thumbstrip-image-div.Loading {
  color: #999;
}
.thumbstrip-bounds .thumbstrip-image-div.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.thumbstrip-bounds .thumbstrip-image-div.Loading:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.thumbstrip-bounds .thumbstrip-image-div.LoadError:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.thumbstrip-bounds .thumbstrip-image-div.LoadError:before {
  color: #f2860c;
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
}
.thumbstrip-bounds .ts-caption-title {
  font-size: 90%;
  font-weight: bold;
}
.thumbstrip-bounds .ts-caption-descr {
  font-size: 75%;
}
.ZoomOverlay {
  cursor: pointer;
}
.FileZoomOverlay {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 99;
}
.FileZoomCenter {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 100;
  width: 1px;
  height: 1px;
}
.FileZoomBounds {
  background-color: #bbb;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: -100px;
  z-index: 99;
  overflow: visible !important;
}
.FileZoomZone {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  background-color: transparent;
}
.FileZoomZone.Next {
  left: 50%;
  right: 0%;
}
.FileZoomZone.Previous {
  right: 50%;
  left: 0%;
}
.FileZoomButton {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  margin: -15px;
  text-align: center;
  background: transparent;
  width: 30px;
  height: 30px;
  color: white;
  background-color: black;
  border: 2px solid white;
  padding: 2px 0 0 0;
  line-height: 100%;
  font-size: 19px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.FileZoomButton.Close {
  top: 0px;
  right: 0px;
}
.FileZoomButton.Close:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.FileZoomButton.Previous {
  top: 50%;
  left: 0px;
}
.FileZoomButton.Previous:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
}
.FileZoomButton.Next {
  top: 50%;
  right: 0px;
}
.FileZoomButton.Next:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
.FileZoomImageTarget {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.FileZoomImageBounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.FileZoomImageBounds.Loading {
  color: #999;
}
.FileZoomImageBounds.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.FileZoomImageBounds.Loading:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.FileZoomImageBounds.LoadError:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.FileZoomImageBounds.LoadError:before {
  color: #f2860c;
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
}
.FileZoomImageTextBounds {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: white;
}
.FileZoomImageTitle,
.FileZoomImageDescription {
  padding: 15px;
  display: block;
}
.FileZoomImageTitle {
  font-size: 100%;
  color: #444;
}
.FileZoomImageDescription {
  font-size: 80%;
  color: #444;
}
.FileZoomStrip {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: black;
  overflow: hidden;
  height: 60px;
}
.FileZoomStripThumbs {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  float: left;
  border-right: 1px solid #fff;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.FileZoomStripThumbs.Active {
  box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 12px;
  z-index: 3;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.FileZoomStripThumbs.Title {
  cursor: pointer;
  width: 160px;
  height: 60px;
  float: left;
  border-right: 1px solid #fff;
  background: #eeeeee center no-repeat;
}
.FileZoomStripThumbs.Loading {
  color: #999;
}
.FileZoomStripThumbs.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.FileZoomStripThumbs.Loading:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.FileZoomStripThumbs.LoadError:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.FileZoomStripThumbs.LoadError:before {
  color: #f2860c;
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
}
/** */
.photostack-box {
  position: relative;
}
.photostack-box .photostack-imagebox:nth-child( 1 + 1) {
  -ms-transform: translate(6px, 6px);
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}
.photostack-box .photostack-imagebox:nth-child( 2 + 1) {
  -ms-transform: translate(12px, 12px);
  -webkit-transform: translate(12px, 12px);
  transform: translate(12px, 12px);
}
.photostack-box .photostack-imagebox:nth-child( 3 + 1) {
  -ms-transform: translate(18px, 18px);
  -webkit-transform: translate(18px, 18px);
  transform: translate(18px, 18px);
}
.photostack-box .photostack-imagebox:nth-child( 4 + 1) {
  -ms-transform: translate(24px, 24px);
  -webkit-transform: translate(24px, 24px);
  transform: translate(24px, 24px);
}
.photostack-box .photostack-imagebox:nth-child( 5 + 1) {
  -ms-transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
}
.photostack-box .photostack-imagebox:nth-child( 6 + 1) {
  -ms-transform: translate(36px, 36px);
  -webkit-transform: translate(36px, 36px);
  transform: translate(36px, 36px);
}
.photostack-box .photostack-imagebox:nth-child( 7 + 1) {
  -ms-transform: translate(42px, 42px);
  -webkit-transform: translate(42px, 42px);
  transform: translate(42px, 42px);
}
.photostack-box .photostack-imagebox:nth-child( 8 + 1) {
  -ms-transform: translate(48px, 48px);
  -webkit-transform: translate(48px, 48px);
  transform: translate(48px, 48px);
}
.photostack-box .photostack-imagebox:nth-child( 9 + 1) {
  -ms-transform: translate(54px, 54px);
  -webkit-transform: translate(54px, 54px);
  transform: translate(54px, 54px);
}
.photostack-box .photostack-imagebox:nth-child( 10 + 1) {
  -ms-transform: translate(60px, 60px);
  -webkit-transform: translate(60px, 60px);
  transform: translate(60px, 60px);
}
.photostack.stack-image {
  box-shadow: 3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
/* zoom image */
.zoomImageBackground {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  background: #111;
}
.zoomImageCenter {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
}
.zoomImageContainer {
  background: #ffffff;
}
.zoomImagePrevious,
.zoomImageNext,
.zoomImageClose {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #444;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.zoomImagePrevious {
  top: 50%;
  left: -16px;
  background: transparent url('/xwiz/boxeWhite/btnPrevLarge.png') bottom no-repeat;
}
.zoomImageNext {
  top: 50%;
  right: -16px;
  background: transparent url('/xwiz/boxeWhite/btnNextLarge.png') bottom no-repeat;
}
.zoomImageClose {
  position: absolute;
  top: -15px;
  right: -15px;
  background: transparent url('/xwiz/boxeWhite/btnCloseLarge.png') bottom no-repeat;
}
.stackSlideCaptionBox {
  color: white;
  padding-bottom: 8px;
  margin-bottom: -70px;
}
.stackSlideCaptionTitle {
  font-size: 14px;
  font-style: italic;
}
.stackSlideCaptionBody {
  font-size: 12px;
  font-style: italic;
}
.stackSlideCaptionBox {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.stackSlideCaptionBox img {
  position: absolute;
  top: 0;
  left: 0;
}
.stackThumbStrip {
  position: fixed;
  z-index: 1002;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  background: #222;
  border-top: 1px solid #fff;
}
.stackThumbActiveBoundry {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: 1000;
  border: 1px solid #fff;
  background-size: 100%;
}
.stackThumbstackTitle {
  padding: 10px;
  display: table-cell;
  vertical-align: center;
  width: 120px;
  color: #bbb;
}
.stackImage {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stackControlsCenter {
  position: absolute;
  position: fixed;
  z-index: 1002;
  top: 0px;
  left: 0;
  right: 0;
}
.stackControls {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0px auto;
  padding: 2px;
  white-space: no-wrap;
  width: 300px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.stackControls:active,
.stackControls:hover {
  background-color: rgba(0, 0, 0, 0);
}
.stackImageContainer {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: -100px;
  overflow: visible;
}
.stackButton,
.stackImageContainer {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', PixelRadius='4', MakeShadow='false', ShadowOpacity='0.40');
  box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 12px;
}
.stackButton {
  width: 35px;
  height: 35px;
  display: inline-block;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(150, 150, 150, 0.5);
  margin: 4px;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-position: center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.stackButton.Previous {
  background-image: url('images/prev.png');
}
.stackButton.Stop {
  background-image: url('images/stop.png');
}
.stackButton.Play {
  background-image: url('images/play.png');
}
.stackButton.Next {
  background-image: url('images/next.png');
}
.stackButton.Close {
  background-image: url('images/close.png');
}
.stackButton:hover {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #000000;
  border: 1px solid rgba(150, 150, 150, 0.8);
}
.stackButton.CloseTopRight {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 30;
  width: 20px;
  height: 20px;
}
.stackButton.CloseTopRight:hover {
  width: 40px;
  height: 40px;
}
.stackControls.Allot {
  position: absolute;
  z-index: 3;
  top: 10px;
  width: auto;
  left: 0;
  right: 0;
}
.stackTextSlideBox {
  position: absolute;
}
.stackTextSlideTitle {
  font-size: 18px;
}
.stackTextSlideBody {
  font-size: 12px;
}
.slideShowThumb {
  display: inline-block;
}
.slideShowThumb.Active {
  border: 1px solid #fff;
}
.slideShowBox .slideShowSlide {
  position: relative;
}
.slideShowBox .slideShowSlide img,
.slideShowBox .slideShowSlide .SlideShowImage {
  position: absolute;
  top: 0;
  left: 0;
}
.slideBox {
  position: relative;
}
.slideThumbs {
  text-align: left;
}
.slideContainer {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.sizeone.slideshow {
  margin: 1px 1px;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sizeone.slideshow.Active {
  position: relative;
  z-index: 3;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.8) 4px 4px 12px;
  opacity: 1;
}
.sizetwo.slideshow {
  display: inline-block;
}
.slideContainThumb {
  display: inline-block;
}
a.sizetwo {
  display: block;
  clear: both;
}
a.sizethree {
  display: block;
  clear: both;
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.slideZoomOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.slideZoomCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.slideZoomContainer {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.slideContainerZoom {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background: #000;
  color: white;
  cursor: pointer;
}
.Image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  -webkit-transition: all 0.706s;
  -moz-transition: all 0.706s;
  -ms-transition: all 0.706s;
  -o-transition: all 0.706s;
  transition: all 0.706s;
}
.Image .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
}
.XSwipeZoom .Control360.PanelBounds,
.XSwipe .Control360.PanelBounds {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 80%;
  text-align: center;
}
.XSwipeZoom .Control360 .CTRL360,
.XSwipe .Control360 .CTRL360 {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
}
.XSwipeZoom .Control360 .CTRL360.Backward,
.XSwipe .Control360 .CTRL360.Backward {
  background-image: url('images/prev.png');
}
.XSwipeZoom .Control360 .CTRL360.Play,
.XSwipe .Control360 .CTRL360.Play {
  background-image: url('images/play.png');
}
.XSwipeZoom .Control360 .CTRL360.Stop,
.XSwipe .Control360 .CTRL360.Stop {
  background-image: url('images/stop.png');
}
.XSwipeZoom .Control360 .CTRL360.Foreward,
.XSwipe .Control360 .CTRL360.Foreward {
  background-image: url('images/next.png');
}
.ModalOverlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: scroll;
}
.ModalOverlay .ModalBounds {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}
.ModalOverlay .BtnClose {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: transparent url('/xwiz/zoom/buttonClose.png') center no-repeat;
  background-size: 100% 100%;
}
.XSwipeZoom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.XSwipeZoom .Overlay {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.XSwipeZoom .Center {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid red;
}
.XSwipeZoom .Bounds {
  position: absolute;
  width: 600px;
  left: -300px;
  height: 500px;
  top: -250px;
  background: rgba(255, 255, 255, 0.9);
  border: 10px solid white;
  -webkit-transition: all 0.706s;
  -moz-transition: all 0.706s;
  -ms-transition: all 0.706s;
  -o-transition: all 0.706s;
  transition: all 0.706s;
}
.XSwipeZoom .Wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.XSwipeZoom .Constrain {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.XSwipeZoom .ImageBounds {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 300px;
}
.XSwipeZoom .ImageBounds.Loading {
  color: #999;
}
.XSwipeZoom .ImageBounds.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.XSwipeZoom .ImageBounds.Loading:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.XSwipeZoom .ImageBounds.LoadError:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.XSwipeZoom .ImageBounds.LoadError:before {
  color: #f2860c;
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  font-size: 60px;
}
.XSwipeZoom .LEDBounds {
  position: absolute;
  bottom: -20px;
  left: 25px;
  z-index: 5;
}
.XSwipeZoom .LED {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 40px;
  height: 5px;
  background: #eee;
}
.XSwipeZoom .LED.Active {
  background: #f90;
}
.XSwipeZoom .Control {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 57px;
  margin-top: -28.5px;
}
.XSwipeZoom .ButtonClose {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.XSwipeZoom .Prev {
  left: 5px;
}
.XSwipeZoom .Next {
  right: 5px;
}
.TenderPrintOverlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.TenderPrintBounds {
  position: fixed;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #aaa;
  border: 1px solid #333;
  z-index: 999;
  max-width: 900px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 inset, rgba(255, 255, 255, 0.3) 0 25px 30px -12px inset, rgba(0, 0, 0, 0.6) 4px 4px 10px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.TenderPrintOptions {
  clear: both;
  height: 45px;
}
.TenderPrintIframe {
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 3px inset;
  background: #fff;
}
.TenderPrintIframeBounds {
  position: absolute;
  top: 45px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.TenderPrint.Button {
  cursor: pointer;
}
.XSECURE_BOUNDS .XCAPIMAGE {
  margin: 5px 0;
  vertical-align: middle;
}
.XSECURE_BOUNDS .Button.CatpchaReload {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.XSECURE_BOUNDS .Button.CatpchaReload:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
}
.XSECURE_BOUNDS .Button.CatpchaReload:before {
  font-size: 30px;
  display: block;
}
.tender-print-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tender-print-bounds {
  position: fixed;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #aaa;
  border: 1px solid #333;
  z-index: 999;
  max-width: 900px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 inset, rgba(255, 255, 255, 0.3) 0 25px 30px -12px inset, rgba(0, 0, 0, 0.6) 4px 4px 10px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tender-print-options {
  clear: both;
  padding: 5px;
  text-align: right;
}
.tender-print-options .Button {
  display: inline-block;
  margin-right: 5px;
}
.tender-print-iframe {
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 3px inset;
  background: #fff;
  min-height: 100%;
  min-height: 100vh;
}
.tender-print-iframeBounds {
  position: absolute;
  top: 45px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
.tender-print .Button {
  cursor: pointer;
}
.XSECURE_BOUNDS .XCAPIMAGE {
  margin: 5px 0;
  vertical-align: middle;
}
.XSECURE_BOUNDS .Button.CatpchaReload {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.XSECURE_BOUNDS .Button.CatpchaReload:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
}
.XSECURE_BOUNDS .Button.CatpchaReload:before {
  font-size: 30px;
  display: block;
}
.TransAutoWidth {
  position: relative;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  min-height: 100px;
}
.TransAutoWidth .Slide {
  display: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: auto;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.TransAutoWidth .Slide.Active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.StackOverlay {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.StackOverlay.Focus {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.StackOverlay .StackPile {
  position: absolute;
}
.StackOverlay .StackSlide {
  position: absolute;
}
.StackBounds {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 3px;
}
.StackBounds.Open {
  background-color: rgba(0, 0, 0, 0.8);
}
.StackBounds .StackTitle {
  bottom: 0px;
  position: absolute;
  width: 180px;
}
.StackBounds a {
  display: inline-block;
}
.StackBounds .StackSlide {
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  position: absolute;
}
.StackBounds .StackSlide img {
  padding: 0;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 5px;
  border: 1px solid #fff;
}
.StackBounds .StackSlide.Spark {
  display: block;
}
.StackBounds .StackSlide.Spark img {
  border: 1px solid #444;
}
.StackBounds .StackSlide.Over {
  display: block;
}
.StackBounds .StackSlide.Over img {
  border: 1px solid #f00;
}
.StackBounds .StackSlide.ID15 {
  z-index: 0;
  top: 90px;
  left: 90px;
  display: block;
}
.StackBounds .StackSlide.ID14 {
  z-index: 1;
  top: 84px;
  left: 84px;
  display: block;
}
.StackBounds .StackSlide.ID13 {
  z-index: 2;
  top: 78px;
  left: 78px;
  display: block;
}
.StackBounds .StackSlide.ID12 {
  z-index: 3;
  top: 72px;
  left: 72px;
  display: block;
}
.StackBounds .StackSlide.ID11 {
  z-index: 4;
  top: 66px;
  left: 66px;
  display: block;
}
.StackBounds .StackSlide.ID10 {
  z-index: 5;
  top: 60px;
  left: 60px;
  display: block;
}
.StackBounds .StackSlide.ID9 {
  z-index: 6;
  top: 54px;
  left: 54px;
  display: block;
}
.StackBounds .StackSlide.ID8 {
  z-index: 7;
  top: 48px;
  left: 48px;
  display: block;
}
.StackBounds .StackSlide.ID7 {
  z-index: 8;
  top: 42px;
  left: 42px;
  display: block;
}
.StackBounds .StackSlide.ID6 {
  z-index: 9;
  top: 36px;
  left: 36px;
  display: block;
}
.StackBounds .StackSlide.ID5 {
  z-index: 10;
  top: 30px;
  left: 30px;
  display: block;
}
.StackBounds .StackSlide.ID4 {
  z-index: 11;
  top: 24px;
  left: 24px;
  display: block;
}
.StackBounds .StackSlide.ID3 {
  z-index: 12;
  top: 18px;
  left: 18px;
  display: block;
}
.StackBounds .StackSlide.ID2 {
  z-index: 13;
  top: 12px;
  left: 12px;
  display: block;
}
.StackBounds .StackSlide.ID1 {
  z-index: 14;
  top: 6px;
  left: 6px;
  display: block;
}
.pubDebugPlch {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 50px;
  z-index: 999;
}
.pubBug {
  background-color: #f6c936;
  color: white;
  padding: 13px;
  position: relative;
  margin-top: 6px;
}
.pubBug.error {
  background-color: #d30030;
}
.pubBug .pubClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: black;
}
div.pubOverlay {
  background-color: #d2d2d2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: scroll;
}
div.pubDialog {
  max-width: 400px;
  margin: 52px auto;
  background-color: #fff;
  padding: 26px;
}
form.pubLogin {
  display: block;
}
form.pubLogin .content {
  -webkit-transition: all 0.706s;
  -moz-transition: all 0.706s;
  -ms-transition: all 0.706s;
  -o-transition: all 0.706s;
  transition: all 0.706s;
}
form.pubLogin.Focus .content {
  overflow: visible;
  max-height: auto;
}
form.pubLogin.Blurr .content {
  overflow: hidden;
  max-height: 0;
}
.slideStrip .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: auto;
  background-position: no-repeat;
  background-position: center;
}
.OMenu3 > div * {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.stackzoom {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 500;
  position: fixed;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}
.stackzoom a.ctrl-stack-close {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 10;
  font-size: 250%;
  text-shadow: #000 1px 1px 1px;
  margin: 15px 30px;
}
.stackzoom a.ctrl-stack-close:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.stackzoom a.ctrl-stack-close:link {
  text-decoration: none;
}
.stackzoom a.ctrl-stack-autoplay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 250%;
  text-shadow: #000 1px 1px 1px;
  margin: 15px 30px;
}
.stackzoom a.ctrl-stack-autoplay:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
}
.stackzoom a.ctrl-stack-autoplay.ctrl-playing:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04d";
}
.stackzoom a.ctrl-stack-autoplay:link {
  text-decoration: none;
}
.stackzoom a.ctrl-slide-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  text-align: center;
  width: 20%;
}
.stackzoom a.ctrl-slide-prev:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}
.stackzoom a.ctrl-slide-prev:before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 250%;
  text-shadow: #000 1px 1px 1px;
}
.stackzoom a.ctrl-slide-prev:link {
  text-decoration: none;
}
.stackzoom a.ctrl-slide-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  text-align: center;
  width: 20%;
}
.stackzoom a.ctrl-slide-next:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}
.stackzoom a.ctrl-slide-next:before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 250%;
  text-shadow: #000 1px 1px 1px;
}
.stackzoom a.ctrl-slide-next:link {
  text-decoration: none;
}
.stackzoom .ctrl-loadled {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 10;
  font-size: 250%;
  text-shadow: #000 1px 1px 1px;
  margin: 15px 30px;
  margin-right: -30px;
}
.stackzoom .ctrl-loadled.Loading {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.stackzoom .ctrl-loadled.Loading:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
}
.stackzoom .slidebox {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 30%;
  left: 0%;
  background-color: rgba(110, 110, 110, 0);
}
.stackzoom .slidebox .stackslide {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.stackzoom .slidebox .stacktext {
  margin: 30px;
  display: block;
  margin-left: 20%;
  margin-right: 20%;
}
.stackzoom .slidebox .stacktext .empty {
  display: none;
}
.stackzoom .slidebox .stacktext .stack-title {
  font-size: 200%;
}
.stackzoom .slidebox .slidetext {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  display: block;
  vertical-align: middle;
}
.stackzoom .slidebox .slidetext .empty {
  display: none;
}
.stackzoom .slidebox .slidetext .slide-title {
  font-size: 200%;
}
.stackzoom .thumbsbox {
  position: absolute;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background-color: #000000;
  min-height: 30%;
  overflow: hidden;
}
.stackzoom .thumbsbox .thumbswrap {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.stackzoom .thumbsbox .thumbsfocus {
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 60px;
  min-height: 60px;
}
.stackzoom .thumbsbox a.thumb {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 60px;
  min-height: 60px;
  -webkit-transition: all 0.5;
  -moz-transition: all 0.5;
  -ms-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
.stackzoom .thumbsbox a.thumb.has-title {
  min-width: 60px;
}
.stackzoom .thumbsbox a.thumb.Active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.stackzoom .thumbsbox a.thumb .stack-title {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.maillist-bounds ul,
.maillist-bounds li {
  list-style: none;
  padding: 0;
  maring: 0;
}
