﻿.master-wrapper-main{}
.master-wrapper-main .center-1 {
    background: none;
}
.breadcrumb a{color:#22375d;}
.gallery360-page {
    font-family: 'Rubik', sans-serif;
}
#TitleProduct {
    background: url(images/360-gallery.png?v=1) no-repeat 0px top;
    height: 98px;
    width: 185px;
}
#clickviewtext {
    height: 11px;
    background: url(images/360-gallery.png) no-repeat 0px -98px;
    margin: 20px 0px;
    width: 427px;
}
#container-box {
    background: rgba(233, 233, 233, 0.3);
    margin: 35px auto 100px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ccc;
}
.gallery360-page .mCSB_inside > .mCSB_container {
    margin-right: 24px;
}
.gallery360-page .cate-list {
    width: 25%;
    float: left;
    height: 778px;
    border-right: 1px solid #333;
    padding-top: 5px;
}

.gallery360-page .cate-list li {
    font-size: 16px;
    padding: 0px 0 0 15px;
    line-height: 34px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.gallery360-page .cate-list li:hover {
    background: rgba(0,0,0,0.75);
    color: #fff;
}

.gallery360-page .cate-list li.active {
    background: #22ace2;
    color: #fff;
}

.gallery360-page .fotorama__nav-wrap {
    background: #d8d7d7;
    position: absolute;
    top: 620px;
}

.gallery360-page .subTab-wrapper {
    width:75%;
    float: left;
    padding: 0 10px;
    background:#fff;
}

.gallery360-page .subTab {
    display: none;
    width: 100%;
    margin: 0 auto;
    min-height: 620px;
    overflow: hidden;
}

.gallery360-page .subTab .aTarget {
    width: 100%;
    height: 39px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    text-shadow: 0 0 8px #fff;
    font-weight: bold;
}

.gallery360-page .subTab .aTarget-bottom {
    width: 100%;
    height: 580px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    text-shadow: 0 0 4px #fff;
    font-weight: bold;
}

.gallery360-page .subTab .title h1 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 13px auto 5px;
    text-transform: uppercase;
    color: #22ace2;
}

.gallery360-page .fotorama {
    height: 700px;
}

.gallery360-page .picture-box {
    width: 100%;
    overflow: hidden;
    height: 642px;
    background: #fff;
    text-align: center;
}

.gallery360-page .picture-box .item-pic {
    float: left;
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
}

.gallery360-page .picture-box .item-pic .mtitle {
    font-size: 19px;
}

.gallery360-page .picture-box .item-pic img{
    margin-top: 100px;
    max-width: 400px;
    max-height: 400px;
}

.gallery360-page .thumb-box {
    height: 144px;
}

.gallery360-page .thumb-box .item-thumb {
    float: left;
    margin: 2px 3px;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
    position: relative;
    width: 150px;
    height: 120px;
    text-align: center;
    list-style-type: none;
    background:#fff;
    line-height: 76px;
    transition: all 0.5s;
    border: 1px solid #fff;
    overflow: hidden;
}

.gallery360-page .thumb-box .item-thumb img{
    display:inline-block;
    vertical-align:bottom;
}

.gallery360-page .thumb-box .item-thumb.active,
.gallery360-page .thumb-box .item-thumb:hover{
    border: 1px solid #22ace2;
    box-shadow: 0 0 7px 1px #22ace2;
}

.gallery360-page .thumb-box .item-thumb h5 {
    position: absolute;
    bottom: 0px;
    /*font-weight: bold;*/
    font-size: 12px;
    width: 100%;
    text-align: center;
    background: rgb(34 172 226 / 80%);
    color: #fff;
    padding: 3px 0;
}
.gallery360-page .thumb-box .comingsoon-item:before {
    content: 'Coming Soon';
    display: block;
    height: 51px;
    width: 121px;
    position: absolute;
    top: -8px;
    left: -42px;
    z-index: 1;
    color: #646464;
    background: #e6e6e6;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: coda,cursive;
    line-height: 14px;
    padding: 21px 22px 0;
    font-size: 13px;
}
.gallery360-page .thumb-box .comingsoon-item:after {
   content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(230,230,230,.45);
    top: 0;
}
@media (max-width: 480px) {
    .gallery360-page .cate-list {
        width: 100%;
        height: 141px;
    }
    .gallery360-page .subTab-wrapper {
        width: 100%;
        background: #f8f8f8;
    }
    .gallery360-page .picture-box {
        height: 542px;
    }
}