/* Minification failed. Returning unminified contents.
(151,1): run-time error CSS1019: Unexpected token, found '@charset'
(151,10): run-time error CSS1019: Unexpected token, found ''UTF-8''
(151,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.lot-details-image-nav .slick-track
{
    position: relative;
    top: 0;
    left: -190px;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .lot-details-image-nav .slick-track {
        left: -150px;
    }
}

@media only screen and (max-width: 800px) {
    .lot-details-image-nav .slick-track {
        left: -90px;
    }
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide:focus {
    outline: none;
}

.slick-next.slick-arrow.slick-disabled{
    display: none !important;
}

.slick-prev.slick-arrow.slick-disabled{
    display: none !important;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

#jumpToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    -webkit-tap-highlight-color: transparent;
}

#jumpToTop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 14px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 499px) {
    #jumpToTop:hover {
        background: rgba(0, 0, 0, 0.9);
    }
    #jumpToTop:hover i {
        color: #fff;
        top: 5px;
    }
}

.lot-image .video-wrapper {
  position: relative;
  padding-bottom: 57%;
  padding-top: 25px;
  height: 0;
  display: none;
}

.lot-image.display-video .video-wrapper {
  display: block;
}

@media only screen and (min-width: 900px) {
    .lot-image.display-video .video-wrapper {
        min-height: 360px;
    }
}

.lot-image .video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.lot-image.display-video .lot-details-image {
  display: none;
}


.lot-image .lot-details-image .video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lot-image .lot-details-image .video:after {
  font-family: "spa-icons" !important;
  content: 'c';
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-top: 30%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lot-image .lot-details-image .video img {
    margin: 0 auto;
}

@media only screen and (min-width: 500px) and (max-width: 799px) {
  .lot-image .lot-details-image .video:after {
    font-size: 50px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 700px) {
  .lot-image .lot-details-image .video:after {
    padding-top: 27%;
  }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
  .lot-image .lot-details-image .video:after {
    padding-top: 23%;
  }
}

.lot-image .lot-details-image-nav .slick-slide.video {
  position: relative;
  display: inline-block;
}
.lot-image .lot-details-image-nav .slick-slide.video img {
  width: 80px;
  height: 80px;
}

.lot-image .lot-details-image-nav .slick-slide.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #414042;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.lot-image .lot-details-image-nav .slick-slide.video:after {
  font-family: "spa-icons" !important;
  content: 'c';
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* Custom CSS*/
touch-swipe-gallery .sliderHolder {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2000;
}
.touch-swipe-gallery .sliderHolder .closeIcon {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 38px;
  cursor: pointer;
  padding: 8px 0 15px 10px;
}
.touch-swipe-gallery .sliderHolder .closeIcon:after {
  font-family: "spa-icons" !important;
  content: 't';
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(65,64,66,0.7);
  padding: 8px;
  color: #fff;
}
.touch-swipe-gallery .sliderHolder .slider {
  background-color: #000;
}
.touch-swipe-gallery .slides img {
  cursor: url("/content/sr/cursors/cursor-zoomin.cur"), auto;
}
.touch-swipe-gallery .prevIcon,
.touch-swipe-gallery .nextIcon {
  display: none;
  width: 45px;
  height: 45px;
  background: rgba(65,64,66,0.7);
  z-index: 100;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .touch-swipe-gallery .prevIcon,
  .touch-swipe-gallery .nextIcon {
    display: block;
  }
}
.touch-swipe-gallery .prevIcon:after,
.touch-swipe-gallery .nextIcon:after {
  font-family: "spa-icons" !important;
  content: 'l';
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 9px 7px;
  color: #fff;
}
.touch-swipe-gallery .prevIcon {
  left: 25px;
}
.touch-swipe-gallery .nextIcon {
  right: 25px;
}
.touch-swipe-gallery .nextIcon:after {
  content: 'm';
}

/*End of custom css*/

.sliderHolder
{
	width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	-ms-touch-action:none; 
	touch-action:none;
    position:fixed;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	width:100%;
	height:100%;
	min-height:100%;
    background-color:#DBDEE1;
	
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1000 !important;
	background-color:black;

}

/*.slider
{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100%;
	background:#EEE;
	opacity:.99;
}*/

.sliderBg 
{
	width:100%;
	min-height:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.slides, .thumbs 
{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}

.thumbs 
{
	min-height:0%;
	bottom:25px;
}

.thumbsHolder 
{
	width:100%;
	height:104px;
	bottom:30px;
	position:absolute;
	overflow:hidden;
}

.captionHolder
{
	width:100%;
	min-height:20px;
	position:absolute;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
}

.caption 
{
	width:100%;
	min-height:20px;
	color:#EEE;
	top:0px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
}


.touchColor
{
	color:#414042;
}

.touchLightColor
{
	color:#CCCCCC;
}


.nColor
{
	color:#2AACE3;
}

.swipeColor
{
	color:#939598;	
}

.headerColor
{
	color:#58595B;	
}

.footerLink, .footerLink a
{
	font-size:12px;
	text-decoration:none;
	color:#666;
	cursor:pointer;
	font-weight:bold; 
}

.footerLink:hover
{
	color:#414042;
	text-decoration:none;
}

.footerCopyright
{
	font-size:10px;
}

.infobox
{
	background:#EEE;
	border:1px solid #AAA;
	margin:15px auto 10px auto;
	padding:10px;
}

.blackBg 
{
	background:#000000;
}

.darkGray 
{
	background:#101010;
}

.blackBgAlpha60 
{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.blackBgAlpha90 
{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000)";
}

.lightGrayBg
{
	background:#CCC;	
}

.controlHolder 
{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0px;
	overflow:hidden;
}

.autoPlayIcon, .nextIcon, .prevIcon, .zoomInIcon, .zoomOutIcon, .captionOnIcon, .captionOffIcon, .thumbsOnIcon, .thumbsOffIcon, .closeIcon 
{
	width:21px;
	height:30px;
	cursor: pointer;
	cursor: hand;
	margin-left:-10px;
}

.autoPlayIcon 
{
	background-position:0px 0px;
}

.prevIcon 
{
	background-position:-50px 0px;
}

.nextIcon 
{
	background-position:-75px 0px;
}

.zoomOutIcon 
{
	background-position:-100px 0px;
}

.zoomInIcon 
{
	background-position:-125px 0px;
}

.captionOnIcon 
{
	background-position:-150px 0px;
}

.captionOffIcon 
{
	background-position:-175px 0px;
}

.thumbsOnIcon 
{
	background-position:-200px 0px;
}

.thumbsOffIcon 
{
	background-position:-225px 0px;
}

.closeIcon 
{
	background-position:-250px 0px;
}


.contentContainer
{
	position:relative;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	text-align: center;
	width:100%;
	height:100%;
	min-height:100%;
	overflow:auto;
}

.prevIcon {
    position: absolute;
    top: 50%;
    left: 10%;
}

.nextIcon {
    position: absolute;
    top: 50%;
    right: 10%;

}

.closeIcon {
    position: absolute;
    top: 10%;
    right: 10%;
}

.banner img, .bannerInner div
{
	display:none;	
}

.divPad 
{
   padding-top: 40px;
}

.superCaption
{
	padding:5px;	
}

/*
    CSS for angular carousels

    !Important: This code is not auto-generated
*/

ul[rn-carousel] {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    ul[rn-carousel] > li {
        color: black;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: visible;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        white-space: normal;
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li {
    display: none;
}

ul[rn-carousel-transition="hexagon"] {
    overflow: visible;
}

/* indicators */
div.rn-carousel-indicator span {
    cursor: pointer;
    color: #666;
}

    div.rn-carousel-indicator span.active {
        color: white;
    }

/* prev/next controls */
.rn-carousel-control {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-size: 2rem;
    position: absolute;
    top: 40%;
    opacity: 0.75;
    cursor: pointer;
}

    .rn-carousel-control:hover {
        opacity: 1;
    }

    .rn-carousel-control.rn-carousel-control-prev {
        left: 0.5em;
    }

        .rn-carousel-control.rn-carousel-control-prev:before {
            content: "<";
        }

    .rn-carousel-control.rn-carousel-control-next {
        right: 0.5em;
    }

        .rn-carousel-control.rn-carousel-control-next:before {
            content: ">";
        }


/*
    CSS for the login/register sidebar

    !Important: This code is not auto-generated
*/

.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #ededed;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    /* Add class to this not to override Semantic */
    .sidebar form {
        position: relative;
    }

    .sidebar > div {
        padding: 20px;
    }

    .sidebar .sidebar-tabs {
        *zoom: 1;
        margin-bottom: 20px;
    }

        .sidebar .sidebar-tabs:before,
        .sidebar .sidebar-tabs:after {
            content: '';
            display: table;
        }

        .sidebar .sidebar-tabs:after {
            clear: both;
        }

        .sidebar .sidebar-tabs li {
            *zoom: 1;
            float: left;
            clear: none;
            text-align: inherit;
            width: 50%;
            margin-left: 0%;
            margin-right: 0%;
            font-size: 22px;
            text-align: center;
            padding: 15px 10px;
            cursor: pointer;
            background: #c9cacb;
            -webkit-box-shadow: inset -1px -1px 3px #c9cacb;
            box-shadow: inset -1px -1px 3px #c9cacb;
            border-top: 5px solid transparent;
        }

            .sidebar .sidebar-tabs li:before,
            .sidebar .sidebar-tabs li:after {
                content: '';
                display: table;
            }

            .sidebar .sidebar-tabs li:after {
                clear: both;
            }

            .sidebar .sidebar-tabs li.active {
                -webkit-box-shadow: none;
                box-shadow: none;
                border-color: #1af;
                color: #414042;
                background: #ededed;
            }

            .sidebar .sidebar-tabs li:not(.active):hover {
                background: #cecfd1;
                border-color: rgba(17,170,255,0.1);
            }

    .sidebar .sign-up {
        border-top: 1px solid rgba(65,64,66,0.3);
        margin-top: 40px;
        padding-top: 15px;
        text-align: center;
        font-size: 14px;
    }

    .sidebar .buttons {
        *zoom: 1;
        margin-top: 30px;
    }

        .sidebar .buttons:before,
        .sidebar .buttons:after {
            content: '';
            display: table;
        }

        .sidebar .buttons:after {
            clear: both;
        }

        .sidebar .buttons .button {
            display: block;
            width: 100%;
            margin: 15px 0 0 0;
        }

    .sidebar .user-registration h2 {
        font-weight: 700;
    }

    .sidebar .user-registration p {
        line-height: 23px;
        font-size: 18px;
    }

    .sidebar .user-registration ul {
        margin-top: 20px;
    }

    .sidebar .user-registration li {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .sidebar .user-registration li:before {
            font-family: "spa-icons" !important;
            content: 'z';
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 15px;
        }

    .sidebar .request-new-password .success-message {
        text-align: center;
        padding: 20px 0 0 0;
    }

        .sidebar .request-new-password .success-message div {
            padding-bottom: 10px;
            font-size: 16px;
        }

            .sidebar .request-new-password .success-message div:last-child {
                padding-bottom: 0;
            }

    .sidebar .request-new-password .icon-check {
        border: 2px solid #00a14b;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        width: 100px;
        height: 100px;
        padding-top: 23px;
        font-size: 45px;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    /* Override Semantic */
    .sidebar .request-new-password h2 {
        margin-bottom: 0;
    }

    .sidebar .field-error .error-message {
        left: 0;
    }

/* field error valdiation */
.field-error {
    color: #f26522;
}

body.sidebar-open {
    overflow: hidden;
}

    body.sidebar-open:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        z-index: 500;
    }

@media only screen and (max-width: 1200px) {
    body.sidebar-open header .inner,
    body.sidebar-open .site-container {
        -webkit-transition: margin 0.3s ease-out;
        -moz-transition: margin 0.3s ease-out;
        -o-transition: margin 0.3s ease-out;
        -ms-transition: margin 0.3s ease-out;
        transition: margin 0.3s ease-out;
        margin-right: 300px;
        margin-left: -300px;
    }
}

body.sidebar-open .sidebar {
    right: 0;
    z-index: 600;
}

/* sidebar - form fields + global styles */

form hr {
    height: 1px;
    border: 0;
    background-color: #a8a9ac;
    margin: 10px 0;
    clear: both;
}

@media only screen and (min-width: 600px) {
    form hr {
        margin: 50px 0;
    }
}

.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="number"],
.sidebar input[type="password"],
.sidebar select,
.sidebar textarea {
    width: 100%;
    border-color: #a8a9ac;
}


select {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    select {
        width: auto;
        max-width: 480px;
    }
}

fieldset {
    margin-bottom: 20px;
}

    fieldset:last-of-type {
        margin-bottom: 0;
    }

legend,
.fake-legend {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
    legend,
    .fake-legend {
        position: relative;
        left: 20.6%;
    }
}

.static-value {
    color: #414042;
    font-size: 14px;
}

    .static-value.static-value--emphasis {
        font-size: 18px;
        line-height: 1em;
        font-weight: 500;
    }

.fake-label,
.user-details .form-area h2 {
    font-size: 14px;
}

.field,
.field-textbox,
.field-checkbox,
.field-radio,
.field-radio-temp,
.field-dropdown,
.field-textarea,
.field-inline-text,
.field-static:not(.keep-stack) {
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    clear: both;
}

    .field .success-message,
    .field-textbox .success-message,
    .field-checkbox .success-message,
    .field-radio .success-message,
    .field-radio-temp .success-message,
    .field-dropdown .success-message,
    .field-textarea .success-message,
    .field-inline-text .success-message,
    .field-static:not(.keep-stack) .success-message,
    .field .error-message,
    .field-textbox .error-message,
    .field-checkbox .error-message,
    .field-radio .error-message,
    .field-radio-temp .error-message,
    .field-dropdown .error-message,
    .field-textarea .error-message,
    .field-inline-text .error-message,
    .field-static:not(.keep-stack) .error-message {
        display: none;
    }

    .field:last-of-type,
    .field-textbox:last-of-type,
    .field-checkbox:last-of-type,
    .field-radio:last-of-type,
    .field-radio-temp:last-of-type,
    .field-dropdown:last-of-type,
    .field-textarea:last-of-type,
    .field-inline-text:last-of-type,
    .field-static:not(.keep-stack):last-of-type {
        margin-bottom: 0;
    }

    .field-textbox label,
    .field-static:not(.keep-stack) label,
    .field-textbox .fake-label,
    .field-static:not(.keep-stack) .fake-label,
    .user-details .form-area h2 {
        display: block;
        margin-bottom: 10px;
    }

    .field-textbox input.ng-invalid.ng-touched,
    .field-static:not(.keep-stack) input.ng-invalid.ng-touched {
        border: 1px solid #f26522;
    }

.field-checkbox {
    margin-bottom: 26px;
}

    .field-checkbox:first-of-type {
        margin-top: 5px;
    }

@media only screen and (min-width: 800px) {
    .field-checkbox:not(.keep-stack) {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 79.4%;
        margin-left: 20.6%;
        margin-right: 3%;
    }

        .field-checkbox:not(.keep-stack):before,
        .field-checkbox:not(.keep-stack):after {
            content: '';
            display: table;
        }

        .field-checkbox:not(.keep-stack):after {
            clear: both;
        }

        .field-checkbox:not(.keep-stack):last-child {
            margin-right: 0%;
        }
}

.field-checkbox label,
.field-checkbox .fake-label {
    vertical-align: middle;
    margin-left: 5px;
}

.field-checkbox input {
    vertical-align: middle;
}

    .field-checkbox input.ng-invalid.ng-touched:after {
        -webkit-box-shadow: 0 0 8px 1px #f26522;
        box-shadow: 0 0 8px 1px #f26522;
        content: "";
        height: 12px;
        width: 12px;
        display: block;
    }

.field-radio {
    *zoom: 1;
    margin-bottom: 0;
}

    .field-radio:before,
    .field-radio:after {
        content: '';
        display: table;
    }

    .field-radio:after {
        clear: both;
    }

    .field-radio label {
        float: left;
        padding-left: 10px;
    }

    .field-radio input {
        float: left;
        margin-top: 3px;
    }

.field-radio-temp label {
    padding-right: 20px;
}

    .field-radio-temp label:first-of-type {
        cursor: default;
        display: block;
        padding: 0 0 20px 0;
    }

@media only screen and (min-width: 600px) {
    .field-radio-temp label:first-of-type {
        display: inline-block;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 800px) {
    .field-radio-temp {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 79.4%;
        margin-left: 20.6%;
        margin-right: 3%;
    }

        .field-radio-temp:before,
        .field-radio-temp:after {
            content: '';
            display: table;
        }

        .field-radio-temp:after {
            clear: both;
        }

        .field-radio-temp:last-child {
            margin-right: 0%;
        }
}

.field-radio-temp input {
    vertical-align: middle;
    cursor: pointer;
}

@media only screen and (min-width: 800px) {
    .field-radio-temp .field-validation-error {
        left: 0;
    }
}

.field-dropdown label {
    display: block;
    margin-bottom: 10px;
}

.field-dropdown select.ng-invalid.ng-touched {
    -webkit-box-shadow: 0 0 8px 1px #f26522;
    box-shadow: 0 0 8px 1px #f26522;
}

.field-display-data {
    padding: 10px 5px;
    font-size: 14px;
}

.field-textarea label {
    display: block;
    margin-bottom: 10px;
}

.field-textbox:not(.keep-stack),
.field-dropdown:not(.keep-stack),
.field-textarea:not(.keep-stack),
.field-static:not(.keep-stack) {
    *zoom: 1;
}

    .field-textbox:not(.keep-stack):before,
    .field-dropdown:not(.keep-stack):before,
    .field-textarea:not(.keep-stack):before,
    .field-static:not(.keep-stack):before,
    .field-textbox:not(.keep-stack):after,
    .field-dropdown:not(.keep-stack):after,
    .field-textarea:not(.keep-stack):after,
    .field-static:not(.keep-stack):after {
        content: '';
        display: table;
    }

    .field-textbox:not(.keep-stack):after,
    .field-dropdown:not(.keep-stack):after,
    .field-textarea:not(.keep-stack):after,
    .field-static:not(.keep-stack):after {
        clear: both;
    }

@media only screen and (min-width: 800px) {
    .field-textbox:not(.keep-stack) label,
    .field-dropdown:not(.keep-stack) label,
    .field-textarea:not(.keep-stack) label,
    .field-static:not(.keep-stack) label,
    .field-textbox:not(.keep-stack) .fake-label,
    .field-dropdown:not(.keep-stack) .fake-label,
    .field-textarea:not(.keep-stack) .fake-label,
    .field-static:not(.keep-stack) .fake-label,
    .user-details .form-area h2 {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 17.6%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: right;
    }

        .field-textbox:not(.keep-stack) label:before,
        .field-dropdown:not(.keep-stack) label:before,
        .field-textarea:not(.keep-stack) label:before,
        .field-static:not(.keep-stack) label:before,
        .field-textbox:not(.keep-stack) .fake-label:before,
        .field-dropdown:not(.keep-stack) .fake-label:before,
        .field-textarea:not(.keep-stack) .fake-label:before,
        .field-static:not(.keep-stack) .fake-label:before,
        .user-details .form-area h2:before,
        .field-textbox:not(.keep-stack) label:after,
        .field-dropdown:not(.keep-stack) label:after,
        .field-textarea:not(.keep-stack) label:after,
        .field-static:not(.keep-stack) label:after,
        .field-textbox:not(.keep-stack) .fake-label:after,
        .field-dropdown:not(.keep-stack) .fake-label:after,
        .field-textarea:not(.keep-stack) .fake-label:after,
        .field-static:not(.keep-stack) .fake-label:after,
        .user-details .form-area h2:after {
            content: '';
            display: table;
        }

        .field-textbox:not(.keep-stack) label:after,
        .field-dropdown:not(.keep-stack) label:after,
        .field-textarea:not(.keep-stack) label:after,
        .field-static:not(.keep-stack) label:after,
        .field-textbox:not(.keep-stack) .fake-label:after,
        .field-dropdown:not(.keep-stack) .fake-label:after,
        .field-textarea:not(.keep-stack) .fake-label:after,
        .field-static:not(.keep-stack) .fake-label:after,
        .user-details .form-area h2:after {
            clear: both;
        }

        .field-textbox:not(.keep-stack) label:last-child,
        .field-dropdown:not(.keep-stack) label:last-child,
        .field-textarea:not(.keep-stack) label:last-child,
        .field-static:not(.keep-stack) label:last-child,
        .field-textbox:not(.keep-stack) .fake-label:last-child,
        .field-dropdown:not(.keep-stack) .fake-label:last-child,
        .field-textarea:not(.keep-stack) .fake-label:last-child,
        .field-static:not(.keep-stack) .fake-label:last-child,
        .user-details .form-area h2:last-child {
            margin-right: 0%;
        }

    .field-textbox:not(.keep-stack) label,
    .field-dropdown:not(.keep-stack) label,
    .field-textarea:not(.keep-stack) label,
    .field-static:not(.keep-stack) label {
        line-height: 3;
    }

    .field-textbox:not(.keep-stack) textarea,
    .field-dropdown:not(.keep-stack) textarea,
    .field-textarea:not(.keep-stack) textarea,
    .field-static:not(.keep-stack) textarea,
    .field-textbox:not(.keep-stack) input,
    .field-dropdown:not(.keep-stack) input,
    .field-textarea:not(.keep-stack) input,
    .field-static:not(.keep-stack) input,
    .field-textbox:not(.keep-stack) .static-value,
    .field-dropdown:not(.keep-stack) .static-value,
    .field-textarea:not(.keep-stack) .static-value,
    .field-static:not(.keep-stack) .static-value {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 79.4%;
        margin-left: 0%;
        margin-right: 3%;
        float: right;
        margin-right: 0;
    }

        .field-textbox:not(.keep-stack) textarea:before,
        .field-dropdown:not(.keep-stack) textarea:before,
        .field-textarea:not(.keep-stack) textarea:before,
        .field-static:not(.keep-stack) textarea:before,
        .field-textbox:not(.keep-stack) input:before,
        .field-dropdown:not(.keep-stack) input:before,
        .field-textarea:not(.keep-stack) input:before,
        .field-static:not(.keep-stack) input:before,
        .field-textbox:not(.keep-stack) .static-value:before,
        .field-dropdown:not(.keep-stack) .static-value:before,
        .field-textarea:not(.keep-stack) .static-value:before,
        .field-static:not(.keep-stack) .static-value:before,
        .field-textbox:not(.keep-stack) textarea:after,
        .field-dropdown:not(.keep-stack) textarea:after,
        .field-textarea:not(.keep-stack) textarea:after,
        .field-static:not(.keep-stack) textarea:after,
        .field-textbox:not(.keep-stack) input:after,
        .field-dropdown:not(.keep-stack) input:after,
        .field-textarea:not(.keep-stack) input:after,
        .field-static:not(.keep-stack) input:after,
        .field-textbox:not(.keep-stack) .static-value:after,
        .field-dropdown:not(.keep-stack) .static-value:after,
        .field-textarea:not(.keep-stack) .static-value:after,
        .field-static:not(.keep-stack) .static-value:after {
            content: '';
            display: table;
        }

        .field-textbox:not(.keep-stack) textarea:after,
        .field-dropdown:not(.keep-stack) textarea:after,
        .field-textarea:not(.keep-stack) textarea:after,
        .field-static:not(.keep-stack) textarea:after,
        .field-textbox:not(.keep-stack) input:after,
        .field-dropdown:not(.keep-stack) input:after,
        .field-textarea:not(.keep-stack) input:after,
        .field-static:not(.keep-stack) input:after,
        .field-textbox:not(.keep-stack) .static-value:after,
        .field-dropdown:not(.keep-stack) .static-value:after,
        .field-textarea:not(.keep-stack) .static-value:after,
        .field-static:not(.keep-stack) .static-value:after {
            clear: both;
        }

        .field-textbox:not(.keep-stack) textarea:last-child,
        .field-dropdown:not(.keep-stack) textarea:last-child,
        .field-textarea:not(.keep-stack) textarea:last-child,
        .field-static:not(.keep-stack) textarea:last-child,
        .field-textbox:not(.keep-stack) input:last-child,
        .field-dropdown:not(.keep-stack) input:last-child,
        .field-textarea:not(.keep-stack) input:last-child,
        .field-static:not(.keep-stack) input:last-child,
        .field-textbox:not(.keep-stack) .static-value:last-child,
        .field-dropdown:not(.keep-stack) .static-value:last-child,
        .field-textarea:not(.keep-stack) .static-value:last-child,
        .field-static:not(.keep-stack) .static-value:last-child {
            margin-right: 0%;
        }

    .field-textbox:not(.keep-stack) select,
    .field-dropdown:not(.keep-stack) select,
    .field-textarea:not(.keep-stack) select,
    .field-static:not(.keep-stack) select {
        max-width: 79.4%;
    }
}

@media only screen and (min-width: 800px) {
    .keep-stack.indent label,
    .keep-stack.indent input,
    .keep-stack.indent select {
        position: relative;
        left: 20.6%;
    }
}

.toast-info {
    background-color: #1af;
}
