html, body {    
    height: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
}
.wrapper{
    position: absolute;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: visible;
}
#txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.svg-logo{
    width: 250px;
}
.slide-description h2 {
    cursor: pointer;        
    font-size: 80px;
    display: block;
    line-height: 1;
    white-space: normal;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0;
    color: #b6fffc;
}
.slide-description p {
    cursor: pointer;
    font-size: 46px;
    display: block;
    white-space: normal;
    font-weight: 100;
    margin: 0;
    padding: 0 0 0 5px;
    letter-spacing: 3px;
}
#txt .slide-description h2,
#txt .slide-description p{
    display: none;
}
@media screen and (max-width: 1360px) {
    .slide-description h2 {
        font-size: 3.5vw;
    }
    .slide-description p{
        font-size: 3vw;
    }
}  
@media screen and (max-width: 640px) {
    .slide-description h2 {
        font-size: 7vw;
        margin: 0 0 10px 0;
    }
    .slide-description p{
        font-size: 6.5vw;
        padding-left: 2px;
        letter-spacing: 1px;
    }
    .svg-logo{
        margin: 0;
        width: 150px;
    }
    .header-main-nav .logo{
        position: absolute;
        top: calc(28vh - 100px);
        left: calc(50% - 100px);
    }

}  

.slide-description{
    position: absolute;
    left: 0;
    bottom: 60%;
    margin-left: 15%;
    margin-right: 5%;
    color: #ffffff;
}
.swiper-slide:first-child .slide-description h2{
    color: #fff2ad;
}
.swiper-slide:last-child .slide-description h2{
    color: #d8ffa6;
}

@media screen and (max-width: 640px) {
    .slide-description{
        bottom: unset;
        margin: 0;
        top: 45vh;
        text-align: center;
        width: 100%;
        padding: 0 2%; 
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
}  
.slide-description ul{
    margin: 0;
    padding: 0;
}
.slide-description ul li{
    overflow: hidden;
}

.swiper-slide .slide-description h2{
     opacity: 0;
     transform: translateX(80px);
     transition: opacity 1s, transform 1s;
}
.swiper-slide.swiper-slide-active .slide-description h2{
     opacity: 1;
     transform: translateX(0px);
}

.swiper-slide .slide-description ul li > *{
     opacity: 0;
     transform: translateY(60px);
     transition: opacity 0.6s, transform 0.6s;
}
.swiper-slide.swiper-slide-active .slide-description ul li > *{
     opacity: 1;
     transform: translateY(0px);
}
.swiper-slide.swiper-slide-active .slide-description ul li:nth-child(1) > *{
    transition-delay: 0.3s;
}
.swiper-slide.swiper-slide-active .slide-description ul li:nth-child(2) > *{
    transition-delay: 0.5s;
}
.swiper-slide.swiper-slide-active .slide-description ul li:nth-child(3) > *{
    transition-delay: 0.7s;
}
.swiper-slide.swiper-slide-active .slide-description ul li:nth-child(4) > *{
    transition-delay: 0.9s;
}

.header-main-nav:hover .logo svg {
    fill: #a2a29e;
}
#shows{
    height: 100vh;
    width: 100%;
    z-index: 9;
}
@media screen and (max-width: 640px) {
    .menu-stripes { 
        background-color: #eeeeee;
    }    
    #shows{
        height: 100vh;
    }
} 
.index-feature{
    display: block;
    position: relative;
    padding: 12% 2% 0 2%;
}
#about{
    padding-bottom: 10%;
}
.css-animation-rotate{
    position: absolute;
    width: 50%;
    right: -15%;
    top: -30%;
    animation: elemRotation 25s linear infinite;
    z-index: -1;
}
@keyframes elemRotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.index-feature h2{       
    font-size: 65px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    white-space: normal;
    font-weight: 700;
    padding: 0;
    width: calc(100% - 170px);
    margin: 0 auto 30px auto;
    color: #078996;
}
.index-feature h3{     
    font-size: 50px;
    display: block;
    line-height: 1;
    white-space: normal;
    font-weight: 100;
    padding: 0;
    width: calc(100% - 170px);
    margin: 0 auto 30px auto;
    color: #66aab1;
}
.index-feature h1{     
    width: calc(100% - 170px);
    display: block;
    margin: 0 auto 5% auto;
    font-size: 21px;
    line-height: 1.6;
    color: #707070;
    text-align: left;
    font-weight: 500;
}
@media screen and (max-width: 640px) {
    .index-feature h1{
        font-size: 18px;
        width: 85%;
        margin: 0 auto 10% auto;
    }
    .index-feature {
        padding: 12% 0 0 0;
    }
}
.index-feature ul{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.index-feature ul li{
    position: relative;
    display: inline-block;
    flex-basis: calc(32% - 60px);
    max-width: calc(32% - 60px);
    margin: 0;       
    overflow: hidden;
    vertical-align: top;
}
.index-feature ul li:nth-child(2){
    margin: 0 2%;       
}
.index-feature ul li a{
    text-decoration: none;
}
.index-feature .mask{
    position: relative;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    border-radius: 30px;
}
.index-feature .mask .overley{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(40, 110, 175, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.index-feature ul li img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.index-feature ul li i{
    position: absolute;
    top: calc(67% - 7vw);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 7vw;
    color: transparent;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.index-feature ul li:hover i{
    color: #ffffff;
    text-shadow: 2px 2px 20px rgb(11, 84, 91, 1);
}
.index-feature ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.index-feature ul li:hover .overley{
    background: rgb(28, 154, 166, .5);
}
.index-feature ul li span{
    position: relative;
    display: block;
    background: #ffffff;
    top: -30px;
    width: 55%;
    text-align: left;
    padding: 10px 0 10px 15px;
    border-radius: 0 20px 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-box-shadow: 5px -30px 20px rgb(0, 0, 0, .6);
    box-shadow: 5px -30px 30px rgb(0, 0, 0, .6);
    z-index: 2;
}
.index-feature ul li label{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
    word-break: break-word;
}
.index-feature ul li:hover label{
    color: #1c9aa6;
}
.index-feature ul li p{
    position: relative;
    top: -10px;
    display: block;
    font-size: 21px;
    font-weight: 500;
    padding: 0 0 0 60px;
    margin: 0 0 10px 0;
    color: #222222;
    text-align: left;
    list-style-type: disc;
}
.index-feature ul li p:after{
    position: absolute;
    content: '';
    left: 29px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #cccccc;
}
.index-feature ul li .btn_s{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    transition: all 0.12s ease-in 0s;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
} 
.index-feature ul li .btn_s:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 15px;
    left: 14px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}    
.index-feature ul li:hover .btn_s {
    border: 1px solid #1c9aa6;
    background: #1c9aa6;
}
.index-feature ul li:hover .btn_s:before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
} 
@media screen and (max-width: 1680px) {
    .index-feature ul li span {
        width: 85%;
    }

}
@media screen and (max-width: 1360px) {
    .index-feature h3 {
        text-align: center;
        width: 100%;
    }
    .index-feature ul li label {
        font-size: 2.5vw;
        letter-spacing: 3px;
    }
    .index-feature ul li {
        flex-basis: calc(32% - 30px);
        max-width: calc(32% - 30px);
    }
    .index-feature ul li p {
        font-size: 18px;
    }
    .index-feature h2 {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .index-feature ul li label {
        font-size: 3vw;
        letter-spacing: 3px;
    }

    .index-feature{
        margin-top: 30px;
    }
    .index-feature ul li {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .index-feature ul {
        width: 85%;
        margin: 0 auto;
    }
    .index-feature ul li span {
        top: -60px;
        width: 80%;
        padding: 5px 0 5px 5px;
        border-radius: 0 26px 26px 0
    }
    .index-feature ul li img,
    .index-feature .mask {
        border-radius: 20px 6px 40px 6px;
    }
    .index-feature ul li:after {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .index-feature h3 {
        color: #222222;
        font-size: 7vw;
        font-weight: bold;
        width: 85%;
        text-align: left;
    }
    .index-feature h2 {
        font-size: 10vw;
        width: 85%;
        text-align: left;
        letter-spacing: 0;
    }
    .index-feature ul li label {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .index-feature ul li:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .index-feature ul li i {
        top: calc(57% - 20vw);
        font-size: 20vw;
    }
}


.advantage-bg{
    display: block;
    width: 100%;
}
.advantage {
    position: relative;
    display: block;
    width: 75%;
    padding: 8% 0 12% 8%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.advantage:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(0.01);
    transform-origin: center bottom;
    background-color: #2fb6b9;
    border-top-right-radius: 5rem;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: transform 1s cubic-bezier(0,.71,.35,.99) .2s, -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
}
.advantage.view-poll.in-view:after{
    transform: scaleY(1);
}
.map p,
.advantage h6,
.aside-content h5{  
    font-size: 50px;
    letter-spacing: 3px;
    display: block;
    line-height: 1;
    white-space: normal;
    font-weight: 500;
    margin: 0 0 40px 0;
    padding: 0;    
}
.aside-content h5{  
    width: fit-content;
    background: #444444;
    padding: 0 5px; 
    color: #ffffff;  
    text-transform: uppercase; 
}
.map p{  
    margin: 0 0 15px 0;
    color: #ffffff;
}
.advantage .description{
    display: inline-block;
    width: 55%;
    font-size: 21px;
    line-height: 1.6;
    white-space: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 3px;
    color: #ffffff;
    word-break: break-word;
    vertical-align: top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.advantage img{
    display: inline-block;
    width: 55%;
    position: absolute;
    right: -25%;
    bottom: 0;
}
.map span,
.advantage span,
.aside-content span{
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 3% 0;
    padding: 0;
    color: #cccccc;
    border-bottom: 2px solid #35e5f7;
    text-transform:uppercase;
}
.aside-content span{
    color: #707070;
}
.map b,
.advantage h5,
.aside-content h6{
    font-size: 70px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    white-space: normal;
    font-weight: 600;
    padding: 0;
    margin: 0 0 7% 0;
    color: #222222;
    text-transform:uppercase;
}
.aside-content h6{
    margin: 0 0 2% 0;
}
.aside-content.materials h6{
    margin: 0 0 2% 0;
}
.advantage span{
    color: #44eeff;
}
.advantage h5{ 
    color: #b4fffc;
    text-indent: -7px;
}
.advantage h6{
    background: #0c7072;
    width: fit-content;
    color: #ffffff;
    padding: 0 5px;
}
.map b{
    margin: 15% 0 3% 0;
    color: #ffffff;
}
.map a.read-more label,
.advantage a.read-more label{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #555555;
    cursor: pointer;
} 
.map a.read-more label:hover,
.advantage a.read-more label:hover{
    color: #e5aa20;
} 
.mobile-logo{
    display: none;
}
@media screen and (max-width: 900px) {
    .advantage {
        width: 100%;
        padding: 10%;
    }
    .advantage img {
        display: none;
    }
    .map b, 
    .advantage h5, 
    .aside-content h6{
        font-size: 45px;
    }
    .advantage .description {
        width: 100%;
    }
} 
@media screen and (max-width: 640px) {
    .mobile-logo{
        display: block;
        margin: 0 auto;
        width: 200px;
        position: absolute;
        top: 9vh;
        left: 0;
        right: 0;
        z-index: 99;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .svg-logo{
        display: none!important; 
    }
    .advantage h6{
        font-size: 7vw;
    }

    .advantage {
        padding: 18% 7%;
    }
    .map p,
    .advantage h1{
        font-size: 5.6vw;
    }
    .aside-content h5{
        font-size: 6vw;
    }
    .map b, 
    .advantage h5, 
    .aside-content h6,
    .main-feature.contact.products.last.access h5,
    .main-feature.contact h5{
        font-size: 10vw;
        font-weight: bolder;
    }
    .advantage .description{
        padding-left: 2px;
        font-size: 18px;
    }
    .map span,
    .advantage span,
    .aside-content span {
        margin: 0 0 5% 0;
    }
    .advantage img {
        position: unset;
        width: 100%;
    }
    .map a.read-more,
    .advantage a.read-more{
        margin: 30px 0;
    }
    .map span,
    .advantage span,
    .aside-content span {
        font-size: 18px;
    }
    .map a.read-more label,
    .advantage a.read-more label {
        font-size: 16px;
    }
} 
.map a.read-more,
.advantage a.read-more{
    margin-top: 30px;
    display: block;
    text-decoration: none;
} 
.map a.read-more .btn_s,
.advantage a.read-more .btn_s{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    cursor: pointer;
} 
.map a.read-more .btn_s:before,
.advantage a.read-more .btn_s:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 8px;
    left: 7px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map a.read-more:hover .btn_s,    
.advantage a.read-more:hover .btn_s {
    border: 1px solid #f7d835;
    background: #f7d835;
}
.map a.read-more:hover .btn_s:before,
.advantage a.read-more:hover .btn_s:before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
} 


.team-content{
    display:block;
    width:100%;
    margin:0 auto;
    padding:0 5%;  
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    background: #f9f9f9;
}
.team-content ul{
    display:table;
    width:100%;
    padding:0;
    margin:0 auto;
    text-align:center;
}
.team-content ul li{
    display:inline-block;
    width:50%;
    padding:0 1.5%;
    vertical-align:top;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;  
}
.team-content ul li:first-child{
    padding-left:0;  
}
.team-content ul li:last-child{
    padding-right:0;  
}
.team-content ul li img{
    display:block;
    width:100%;
}    

.team-content ul li .team-aside{
    display:block;
    padding:10% 0 20% 0;
}
.team-content ul li .team-aside.food{
    padding:5% 0;
}
.team-content ul li .team-aside h4{
    display:block;
    padding:0;
    margin:0 0 15px 0;
    color:#333333;
    font-size:30px;
    font-weight:700;
}
.team-content ul.food li .team-aside h4{
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}  
.team-content ul li .team-aside p{
    display:block;
    padding:0;
    margin:0;
    color:#707070;
    font-size:18px;
    line-height:160%;
}   

.team-content ul li .team-aside p a:link, 
.team-content ul li .team-aside p a {
    display: block;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #222222;
}
.team-content ul li .team-aside p a:hover{
    color:#C70026;
    text-decoration:underline;
}
@media screen and (max-width: 640px) {
    .team-content{ max-width: 100%; }  
    .team-content ul{ text-align:center; }   
    .team-content ul li{
        width:100%;
        padding: 0;
        margin: 0 auto;
    }          
    .page-aside{
        width:80%;  
    }
    .team-content ul li .team-aside{
        max-height:inherit;
    }
    .team-content ul li .team-aside h3{
        font-size:18px;
    }  
}

.aside-content {
    display: block;
    width: 100%;
    padding: 7% 5%;
    vertical-align:top;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;  
    margin: 0 auto;
    background: #f9f9f9;
}
.page-aside{
    display: block;
    margin: 35px 0 0 0;
    width: 100%;
    max-width: 1600px;
    font-size: 21px;
    line-height: 1.6;
    color: #707070;
    text-align: left;            
}
.page-aside a{
    color:#C70026;  
    text-decoration: underline;     
}
@media screen and (max-width: 900px) {
    .aside-content {
        padding: 25% 10% 10% 10%;
    }
}
@media screen and (max-width: 640px) {
    .page-aside{
        padding-left: 2px;
        font-size: 16px;
    }
    .team-content ul li .team-aside p{
        font-size: 16px;
    }
    .team-content ul li .team-aside h4{
        font-size: 7vw;
    }
    .aside-content{
        padding: 15% 7%;
    }
    .aside-content.materials{
        padding: 15% 0 15% 7%;
    }
    .team-content{
        padding: 0 7% 15% 7%;
    }
}    

.index-ball-bg{
  background-image: url(../img/slogan_pic.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  }

  .index-ball-area{
  display:inline-block; 
  width:100%;
  margin:0 auto;
  padding:15% 0 10% 0;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align:center;
  }
.index-ball-area.han{
  background-color: #ececec;
  }
.index-ball-area.slash{
  background-image: url(../images/slash_bg_line.gif);  
  -webkit-box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
  -moz-box-shadow:-20px 0px 80px rgba(0, 0, 0, 0.08);
  box-shadow: -20px 0px 80px rgba(0, 0, 0, 0.08);
  }
.index-news h5, 
.index-ball-area h2,  
.index-ball-area h1{
  position:relative;
  z-index:5000;
  display:block;  
  margin:0 0 20px 0;
  font-size:46px;
  letter-spacing:1px;
  font-family: FontBrandedPrimary, FontBrandedSecondary, FontBrandedFallback, sans-serif;
  color:#0a484d;
  font-weight: 600;
  } 
.index-ball-area p{
  position:relative;
  z-index:5000;
  display:block;
  width:100%;
  max-width:850px;
  margin:0 auto;
  padding:0;
  font-size:16px;
  line-height:160%;
  color:#707070;
  }   
@media screen and (max-width: 1000px) {
  .spec-aside.dark h1,
  .index-news h5, 
  .index-ball-area h2,  
  .index-ball-area h1{
    font-size:36px;
  }
}

@media screen and (max-width: 768px) {
  .index-news h5,
  .index-ball-area h2,  
  .index-ball-area h1{
    margin:0 0 5% 0;
    font-size:24px;
    letter-spacing:1px;
    } 
    .index-ball-area h1 {
        margin: 0 0 10% 0;
    }
  .index-ball-area p{
    font-size:14px;
    }   
  a.gift-item {
      padding: 0 0 0 10px;
  }
  .index-ball-area.last{
    height: auto;
    } 
  .spec-aside.dark h1,
  .index-news h5, 
  .index-ball-area h2,  
  .index-ball-area h1{
    font-size:27px;
  }

  .index-ball-area{
    padding:20% 2% 20% 2%;
    background: rgb(255, 255, 255, .75);
  } 
  .index-ball-area.last{
    padding:7% 0 5% 0;
  } 
}
/*ball begin*/
ul.index-ball {
  display:table;
  width:100%;
  max-width:1366px;
  margin:4% auto 4% auto;
  padding:0;
  list-style-type:none;
  text-align: center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  }
ul.index-ball.food{
  margin:4% auto 0 auto;
  }
ul.index-ball li{
  position:relative;
  display:table-cell;
    width:25%;
    margin:0 0 5% 0;
    vertical-align:top;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
    transition: ease 0.3s all; 
    /*outline:1px solid #cccccc;*/
    }
  
ul.index-ball li:nth-of-type(1){
   animation: Ball-animation 0.9s;
   }
ul.index-ball li:nth-of-type(2){
   animation: Ball-animation 1.1s;
   }
ul.index-ball li:nth-of-type(3){
   animation: Ball-animation 1.4s;
   }
ul.index-ball li:nth-of-type(4){
   animation: Ball-animation 1.6s;
   }
  @-webkit-keyframes Ball-animation{
    0% {  
            bottom:-70px;
            opacity: 0;
        }
    50% { 
                opacity: 0;
        }
    100% { 
            bottom:0px;
        opacity: 1;
        }
  } 
  @keyframes Ball-animation {
    0% {  
            bottom:-70px;
            opacity: 0;
        }
    50% { 
                opacity: 0;
        }
    100% { 
            bottom:0px;
        opacity: 1;
        }
  }
  
  
ul.index-ball li a{
  text-decoration:none; 
    }
ul.index-ball li a:hover h2{
  color:#707070;
    }
ul.index-ball li a:hover h3{
  color:#cccccc;
    }
ul.index-ball li h2{
  display:block;
  width:100%;
  max-width:200px;
  color:#217f80;
  font-size:30px;
  margin:30px auto 0 auto;
  text-decoration:none;
  z-index: 0;
  }
ul.index-ball li h4{
  display:block;
  width:100%;
  max-width:200px;
  color:#222222;
  font-size:17px;
  margin:25px auto 5px auto;
  font-family: 'HYQiHei-45S', 'Microsoft YaHei', Helvetica,Hiragino Sans GB;
    }
ul.index-ball li h5{
  display:block;
  width:100%;
  max-width:200px;
  padding: 0 0 10px 15px;
  color:#707070;
  font-size:15px;
  margin:0 auto;
  font-weight: 500;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    }
ul.index-ball li h3{
    display:block;
    width:100%;
    max-width:200px;
    color:#707070;
    font-size:16px;
    margin:0 auto;
    height: 4.5em;
    overflow: hidden;
    line-height: 1.4;
    word-break: normal;
    text-overflow: ellipsis;
    -webkit-transition: ease 0.35s all;
    -moz-transition: ease 0.35s all;
    -ms-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    transition: ease 0.35s all;
    }
ul.index-ball li h5 label{
    font: 400 40px 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
    color: #222222;
    }
@media screen and (max-width:640px) {    
  ul.index-ball li h2{
    font-size:18px; 
    margin:25px auto 5px auto;
    max-width: 180px;
    }
  ul.index-ball li h3{
    font-weight:normal; 
    font-size:14px;
    } 
  ul.index-ball.food li{
      width: 48%;
      margin: 0 0 2% 0;
      }
}
.image_area_food,
.image_area{
    display:block;
    position:relative;
    height:215px;
    }
.food-icon-pic,
.icon{
  display:block;
  position:absolute;
  width: 215px;
  height: 215px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  }
.icon:hover {
    width: 300px;
    height: 300px;
    top:-45px;
    padding-top:45px;
    -webkit-box-shadow: none;
    box-shadow: none;     
    background: #c70026; 
    background: -moz-radial-gradient(center, ellipse cover, #2fb6b9 0%,#167e81 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #2fb6b9 0%,#167e81 100%);
    background: radial-gradient(ellipse at center, #2fb6b9 0%,#167e81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb6b9', endColorstr='#167e81',GradientType=1 );
    -webkit-box-shadow: -150px -150px 0 -150px #167e81;
    -moz-box-shadow: -150px -150px 0 -150px #167e81;
    box-shadow: -150px -150px 0 -150px #167e81;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    -ms-transition: ease 0.5s all;
    -o-transition: ease 0.5s all;
    transition: ease 0.5s all;
    z-index: 2;
    }
 @media screen and (max-width:640px) {    
  .food-icon-pic{
    width: 140px;
    height: 140px;
    }
  .image_area_food{
      height:140px;
      }
  ul.index-ball.food li h4 {
    margin: 15px auto 5px auto;
    }
}
 @media screen and (max-width:480px) {    
  .food-icon-pic{
    width: 100px;
    height: 100px;
    }
  .image_area_food{
      height:100px;
      }
}
.hov{
    display:block;
    width:100%;
    max-width:215px;
    margin:auto;
    }
.icon:hover img {
  position: absolute;
  top: auto;
  bottom: auto;
  display:none;
  }
.icon:hover .over_text {
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;    
  }
.over_text_p{
    display:table;
    width: 215px;
    height: 215px;
    font-size:20px;
    color:#ffffff;
    margin:0 auto;
    }
.over_text_p label{
    display:table-cell;
    vertical-align:middle;
    }
 @media screen and (max-width:1300px) {    
  .icon:hover {
    width: 285px;
    height: 285px;
    top:-30px;
    padding-top:30px;
    }
}
 @media screen and (max-width:1200px) {    
    .icon:hover {
    width: 265px;
    height: 265px;
    top:-25px;
    padding-top:25px;
    }
}
 @media screen and (max-width:1100px) {    
    .icon:hover {
    width: 250px;
    height: 250px;
    top:-17px;
    padding-top:17px;
    }
    .over_text_p{
        width: 230px;
        height: 230px;
        }
}
 @media screen and (max-width:1000px) {    
    ul.index-ball li{    
    display:inline-block;
    width:49%;
    margin:0 0 5% 0;  
    }
}   
 @media screen and (max-width:640px) {   
  .over_text_p{
    font-size:16px;
    }
} 
 @media screen and (max-width:550px) {    
    .icon:hover {
        width:230px;
        height:230px;
        top:-7px;
        padding-top:7px;
        }
    .icon {
        -webkit-transition: ease 0.1s all;
        -moz-transition: ease 0.1s all;
        -ms-transition: ease 0.1s all;
        -o-transition: ease 0.1s all;
        transition: ease 0.1s all;    
        } 
}
 @media screen and (max-width:480px) {    
    .image_area{
        height:140px;
        }
    .icon {
        width:140px;
        height:140px;
        } 
    .icon:hover {
        width:160px;
        height:160px;
        top:-10px;
        padding-top:10px;
    }
    .over_text_p{
        width: 140px;
        height: 140px;
    }
}
/*ball end*/


.index-ball-bg h6{
    font-size: 70px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    white-space: normal;
    font-weight: 600;
    padding: 0 0 2% 0;
    margin: 0;
    color: #222222;
    text-transform: uppercase;
}
.index-ball-bg h4{
    font-size: 40px;
    letter-spacing: 5px;
    display: block;
    line-height: 1;
    white-space: normal;
    font-weight: 500;
    margin: 0 0 40px 0;
    padding: 0;
    color: #707070;
}
@media screen and (max-width: 900px) {
    .index-ball-bg h6{
        font-size: 45px;
    }
    .index-ball-bg h4{
        font-size: 36px;
        letter-spacing: 2px;
        margin: 40px 0;
    }
}
img.accessories-spec{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.h-bean-img{
    position: absolute!important;
    top: 10%;
    right: 0;
    display: block;
    width: 25%;
    max-width: 230px;
}
.c-purling-img{
    position: absolute!important;
    top: 5%;
    right: 0;
    display: block;
    width: 25%;
    max-width: 280px;
}
@media screen and (max-width: 640px) {
    .index-ball-bg h6{
        font-size: 10vw;
    }
    .index-ball-bg h4{
        font-size: 6vw;
    }
    img.accessories-spec{
        margin: 10% auto 0 auto;
        width: 120%;
        position: relative;
        left: -10%;
    }
    .h-bean-img{
        top: 0;
        width: 35%;
        max-width: 150px;
    }
    .c-purling-img{
        top: 0;
        width: 37%;
        max-width: 250px;
    }
}
