


.Slider360 {

    width: 100%;
    max-width: 1000px;
    overflow: hidden;

}

.Slider360Outer { padding-bottom: 80px;}
.Slider360 .Slider360Inner {
}
.Slider360 .Slider360Item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    xbackground-color: #00b3ff;

}
.Slider360 .Debug {
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    display: none;

}

DIV#Slider360ItemLoader {

    -webkit-transition: all .4s linear;  -moz-transition: all .4s linear;  -o-transition: all .4s linear;  transition: all .4s linear;

}
.Slider360 .Content {
    position: absolute;  z-index: 90;
}

.Slider360Outer .SliderBarOuter {
    height:50px;

}

.Slider360Outer .SliderBar {
    width: 50%;
    height: 10px;
    background-color: #255a5b;
    border-radius: 4px;
    z-index: 90;
    margin-top: 20px;


}

.Slider360Outer .SliderIcon {
    width: 50px;
    height: 50px;
    background-color: #cccccc;
    border-radius: 25px;
    z-index: 100;
    position: absolute;;
    top:0px;
    left:0px;

    background-repeat: no-repeat;
    background-position: center center;
    cursor: grab;
    background-size: contain;
    background-image: url('images/360-degrees.png');
    background-size: 25px 25px;



}

.Slider360DragHandler {
    position: absolute;
    background-color: #005c5b;
    opacity: 0;
    z-index: 100;
}
.Slider360Decoration { position: absolute; top:0px; left: 0px;  z-index: 0; overflow: hidden;   ;}
.Slider360DecorationInner {

    position: relative;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: contain;



    color: #357b7c; font-size: 800px; line-height: 800px;font-weight: 500;}
.Slider360DecorationInner STRONG { font-weight: 800;}
.Slider360Hint { margin-top: 30px; font-size: 90%; color: #cccccc;}

/* MOBILE */

@media screen and (min-width: 0px) and (max-width: 640px) {
    .Slider360 { max-width: 100%;  }
    .Slider360DecorationInner {  top:40px; }


}


