.image360Wrapper {
    padding: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 400px
}

@media screen and (min-width: 768px) {
    .image360Wrapper {
        min-height:600px
    }
}

@media screen and (min-width: 1440px) {
    .image360Wrapper {
        min-height:700px
    }
}

.image360Wrapper .blocker_left {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none
}

.image360Wrapper .blocker_right {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    display: none
}

.image360Wrapper.fade_top::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 )
}

.image360Wrapper.fade_bottom::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),color-stop(100%, #fff),color-stop(101%, #fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%,#fff 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 )
}

.image360Wrapper .image360Wrapper_inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative
}

.image360Wrapper .image360Wrapper_inner .btn_left,.image360Wrapper .image360Wrapper_inner .btn_right {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 3rem;
    z-index: 2;
    color: gray;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .image360Wrapper .image360Wrapper_inner .btn_left,.image360Wrapper .image360Wrapper_inner .btn_right {
        left:-50px;
    }
}

.image360Wrapper .image360Wrapper_inner .btn_right {
    left: auto;
    right: 0;
}

@media screen and (min-width: 1200px) {
    .image360Wrapper .image360Wrapper_inner .btn_right {
        right:-50px
    }
}

.image360Wrapper__icon {
    position: relative;
    width: 70px;
    padding: 15px;
    background: rgba(0,0,0,.3);
    border-radius: 10px;
    /*bottom: 50px;*/
    margin-top: 2rem;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.image360Wrapper__icon img {
    width: 100%;
}

.image360Wrapper__toggle {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 220px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.image360Wrapper__toggle span {
    display: block;
    width: 50%;
    padding: 15px 20px 13px;
    margin: 0 0;
    color: #231815;
    font-family: geely;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.image360Wrapper__toggle span:hover {
    background: #231815;
    color: #fff
}

.image360Wrapper__toggle span.active {
    background: #231815;
    color: #fff
}

#coolRayImage360Sprite {
    margin-top: -20%;
    margin-bottom: -10%;
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 1;
    position: relative;
}

.spritespin-progress {
    display: none;
    position: absolute;
    top: 48%;
    width: 100%;
}

.spritespin-progress-label {
    color: black;
}

.spritespin-progress-bar {
    width: 100%;
    border: 1px solid gray;
    margin-top: 10px;
}

/* with color picker */

.color.blue {
    background-color: blue;
}
.color.gold {
    background-color: gold;
}
.color.gray {
    background-color: #79929e;
}
.color.black {
    background-color: #575b61;
}
.color.red {
    background-color: red;
}
.color.white {
    background-color: #dadde1;
}
.color.silver {
    background-color: #c1c1c4;
}
.color.active {
    border: 3px solid white !important;
    box-shadow: 0px 0px 10px white !important;
}
.color {
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 1rem;
    border: 3px solid #707070;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 9;
}
#colors-360 {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}