@charset "utf-8";
@import url("../../fonts.googleapis.com/css-family=Anton.css")/*tpa=https://fonts.googleapis.com/css?family=Anton*/;

@font-face{
    font-family: calibri;
    src: url('../fonts/calibri/calibri.ttf')/*tpa=https://www.sonnet.com.hk/fonts/calibri/calibri.ttf*/
}
@font-face{
    font-family: chinese;
    src: url('../fonts/chinese.otf')/*tpa=https://www.sonnet.com.hk/fonts/chinese.otf*/
}

@font-face{
    font-family: calibrii;
    src: url('../fonts/calibrii.ttf')/*tpa=https://www.sonnet.com.hk/fonts/calibrii.ttf*/
}
.des{font-size: 1em}

body::-webkit-scrollbar-track,.uk-modal::-webkit-scrollbar-track,.uk-height-1-1::-webkit-scrollbar-track,.uk-modal-dialog .uk-grid::-webkit-scrollbar-track
{
  background-color: #fff;
}

body::-webkit-scrollbar,.uk-modal::-webkit-scrollbar,.uk-height-1-1::-webkit-scrollbar,.uk-modal-dialog .uk-grid::-webkit-scrollbar
{
  width: 8px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb,.uk-modal::-webkit-scrollbar-thumb,.uk-height-1-1::-webkit-scrollbar-thumb,.uk-modal-dialog .uk-grid::-webkit-scrollbar-thumb
{
  background-color: #d22198; /*#98d221*/
  border: 1px solid #fff;
}
body{font-size: 1.4rem;overflow-x: hidden;}

.uk-modal-close{background: url(../images/close.png)/*tpa=https://www.sonnet.com.hk/images/close.png*/no-repeat center center;width: 50px;height: 50px;opacity: 1;font-size: 0;transition: 0.5s ease;background-size: cover;}

.uk-modal-dialog-lightbox{left: auto!important;overflow: hidden;}

.down-icon {position:absolute; transition: all .5s; left: 50%; bottom: 5%; transform: translateX(-50%); font-size: 60px; color: #fff;}
.down-icon:hover { color:#dc6ec5; } /*#c5dc6e*/

.more-btn1 { width:max-content;margin: 10px auto;border: solid 2px transparent; text-align: center; line-height: 28px; font-size: 18px; display: block; padding: 5px; background: #dc6ec5; color: #fff; transition: all .5s;}
.more-btn1:hover { border-color:#dc6ec5;  color: #dc6ec5; background: none;  }

.more-btn2 {
    border: solid 1px #ccc;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    display: block;
    padding: 12px 20px;
    background: rgba(255,255,255,0.3);
    color: #000;
    transition: all .5s;
}
.more-btn2:hover{background:#fff;}


/*.uk-modal:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);content: '';}*/
.uk-modal-dialog-blank {border-radius: 0 !important;}

.color1 {color: #dc6ec5;}
.color2 {color: #999;}

html,body { font:400 14px/21px; background:#fefefe; }
body { }
h1, .uk-h1 { font-size: 36px;  }
h2, .uk-h2 { font-size: 28px;  }

.uk-link:hover, a:hover { text-decoration:none !important; color:#dc6ec5;  }
.uk-link, a { color: #000; }


/*:not(.fa){font-family:"微軟正黑體","Microsoft Yahei",Helvetica,Arial,sans-serif; }*/

.mycontainer {max-width: 90%; margin: 0 auto;}

header {background: #fff; border-bottom: solid 1px #ccc;box-shadow: 0px 2px 10px 0px rgba(216,121,185,0.7);}

footer {background: #d879b9; padding: 10px 0; color: #fff;font-size: 18px;}
footer a {color: #fff;}
footer a:hover{color: #fff;text-decoration: underline;}




nav>ul>li>a:hover {
  text-decoration: none;
  color: #666;
}
.hassub{
    position: relative;
}
.hassub:hover .subs{
    display: block;
    opacity: 1;
}
.hassub:hover{
   background: #d97aba; 
   color: #fff!important; 
}
.hassub:hover > a{
  color: #fff!important;
}
.subs{
    display: none;
    opacity: 0;
    position: absolute;
    width: 200px;
    top: 100%;
    list-style: none;
    z-index: 9999999999999;
    padding-left: 0;
    transition:0.5s ease;
    background: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(216,121,185,1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(216,121,185,1);
  box-shadow: 0px 0px 24px 0px rgba(216,121,185,1);

}
.subs li{
    float: left;
    text-align: left;
    width:100%;
    border-bottom: 1px solid #d8d8d8;
}
.subs li a{
    display: block;
    width: 100%;
    color: #000;
    padding:5px 0 ;
    text-align: center;
    transition:0.5s ease;
}
.subs li a:hover{
    background: rgba(216,121,185,0.3);
    color: #000;
}
.subs li a img{
  padding: 10px 20px;
  display: block;
  height:55px;
  width: auto;
  margin: 0 auto;
}











#logo {margin: 15px 0 0;}
#logo img{height: 45px;}
#nav {margin-bottom: 0;}
#nav li {list-style: none;}
#nav > li> a {color: #000; padding: 25px 20px; margin-right: 1px; display: block;font-size: 18px;transition: all .5s; position: relative;}
/*#nav > li > a:before { position:absolute; left:50%; right:50%; content:''; top:0px; height:5px; background:#ec6739; transition:all .5s; }
#nav > li > a:after { position:absolute; right:50%; left:50%; content:''; top:0px; height:5px; background:#ec6739; transition:all .5s; }*/
#nav > li > a.top-a.uk-active,#nav > li > a.top-a:hover { background: #d97aba; color: #fff; }
/*#nav > li > a.top-a.active:before,#nav > li > a.top-a:hover:before { right:0; }
#nav > li > a.top-a.active:after,#nav > li > a.top-a:hover:after { left:0; }*/


.slide_height{height: calc(100vh - 95px)!important;}
.silde_text{position: absolute;top: 50%;left: 10%;font-size: 50px;text-shadow:1px 1px 20px #777;color: #fff;font-style: italic;z-index: 20;font-family: 'calibrii'!important;}


#index-part1 {position: relative;}
#index-part1 .uk-slidenav-contrast { color: rgba(0,0,0,.5); }

#index-part2{position: relative;background-attachment: fixed;padding: 40px 0;}
#index-part2:after{background: rgba(255,255,255,0.85);position: absolute;width: 100%;height: 100%;top: 0;left: 0;content: '';}
#index-part2 .left-box{position: relative;z-index: 99;}
#index-part2 .left-box > div {padding:60px 20px; box-sizing: border-box;}
#index-part2 .fa-angle-right  {color:#dc6ec5;}
#index-part2 .fa-circle {color: #eee;}
#index-part2 .title1 {font-weight: 400; margin-top: 3px;font-size: 28px;letter-spacing: 2px;margin-bottom: 20px;}
#index-part2 .box1 {float: left;}
#index-part2 .box2 {margin: 0 0 0 60px;}
#index-part2 .item {margin-top: 30px; overflow: hidden;}
#index-part2 .title { font-weight: 500;}
#index-part2 .des {color: #a0a0a0; line-height: 26px; font-size: 14px;}
#index-part2 .right-box {background-size:contain;background-attachment:fixed;background-position: center right; background-repeat: no-repeat;}
#index-part2 strong{font-size: 18px;}



#index-part25{position: relative;padding: 40px 0;background: url(../images/mission1.jpg)/*tpa=https://www.sonnet.com.hk/images/mission1.jpg*/no-repeat;background-size: cover;background-position: center;}
#index-part25:after{background: rgba(255,255,255,0.7);position: absolute;width: 100%;height: 100%;top: 0;left: 0;content: '';}
#index-part25 .left-box{position: relative;z-index: 99;}
#index-part25 .left-box > div {padding:10px 20px; box-sizing: border-box;}
#index-part25 .fa-angle-right  {color:#dc6ec5;}
#index-part25 .fa-circle {color: #eee;}
#index-part25 .title1 {font-weight: 400; margin-top: 3px;font-size: 28px;letter-spacing: 2px;margin-bottom: 20px;}
#index-part25 .box1 {float: left;}
#index-part25 .box2 {margin: 0 0 0 60px;}
#index-part25 .item {margin-top: 30px; overflow: hidden;}
#index-part25 .title { font-weight: 500;}
#index-part25 .des { line-height: 28px;}
#index-part25 .right-box {background-size:contain;background-attachment:fixed;background-position: center right; background-repeat: no-repeat;}
#index-part25 strong{font-size: 20px;}


#index-part3 {color: #fff; position: relative;z-index: 99;background: url(../images/history.jpg)/*tpa=https://www.sonnet.com.hk/images/history.jpg*/no-repeat;background-size:cover;background-position: bottom;position: relative;}
#index-part3:after{content: '';background: rgba(0,0,0,0.6);width: 100%;height: 100%;top: 0;left: 0;position: absolute;}
#index-part3 > div {max-width:80%; margin:0 auto; padding: 6% 0 8%;position: relative;z-index: 99;}
#index-part3 .title {text-align: center; margin-bottom: 50px; color: #d97aba;position: relative;width: 100%;}
#index-part3 .title:after{position: absolute;top: 70px;background: #fff;width: 20%;left: 40%;height: 2px;content: '';}
#index-part3 .des {line-height: 36px;font-size: 18px;width: fit-content;display: block; margin: 0 auto;}
#index-part3 h3{font-size: 22px;font-style: italic;text-align: center;color: #fff;margin-bottom: 30px;width: 100%;}
#index-part3 *{padding-left: 0;}

#index-part3 li{position: relative;}
#index-part3 li:before{background: url(../img/arrow_right_white.png)/*tpa=https://www.sonnet.com.hk/img/arrow_right_white.png*/no-repeat;background-position: center;background-size: contain;content: '';width: 25px;height: 15px;position: absolute;left: -25px;top: 10px;}

#index-part4 {padding: 12%;position: relative;z-index: 99;background: url(../images/timeline1.jpg)/*tpa=https://www.sonnet.com.hk/images/timeline1.jpg*/no-repeat;background-size: cover;background-position: bottom;}
#index-part4:after{background: rgba(255,255,255,0.85);position: absolute;width: 100%;height: 100%;top: 0;left: 0;content: '';}
#index-part4 .title {color: #d97aba; font-weight: bold; font-size: 35px; text-align: center;}
#index-part4 .img {width: 100%;}
#index-part4 .uk-slidenav-position .uk-slidenav {margin-top: -10px; color: #000;}
#index-part4 .uk-slidenav-position .uk-slidenav-previous {left: -60px;}
#index-part4 .uk-slidenav-position .uk-slidenav-next {right: -60px;}

#index-part5 {}
.myvideo .playArrow {position: absolute; width: 10%; cursor: pointer; left: 50%; text-align: center; top: 50%; transform: translate(-50%,-50%);}
#video2-modal .uk-close {color: #000; font-size: 20px; opacity: 1; right: 10px; top: 10px;}

#index-part6 {padding: 3% 8%; position: relative;background-size:cover!important;background-position: right!important;}
#index-part6 .title1 { padding: 10px 4%;font-size: 40px;text-align: center;letter-spacing: 4px; width: auto;display: block;margin: 0 auto;position: relative;}
#index-part6 .title1:before{position: absolute;content: '';background: #000;height: 1px;width: 10%;left: 25%;top: 50%;}
#index-part6 .title1:after{position: absolute;content: '';background: #000;height: 1px;width: 10%;right: 25%;top: 50%;}
#index-part6 .des { margin-top: 40px; color: #999; font-size: 18px; line-height: 36px; text-align: justify; padding-right: 10%;}

#index-part7 {background: #f9f9f9; padding: 4% 0 7%; text-align: center;}
#index-part7 .des {max-width: 70%; margin: 0 auto; font-size: 18px; color: #999; line-height: 35px;}
#index-part7 .des + * {margin-top: 4%;}
#index-part7 .p-image {margin: 35px 0;}
#index-part7 .p-title {font-weight: 500;}
#index-part7 .down-icon {color: #000;}
#index-part7 .uk-contain-background{background-position: center;background-repeat: no-repeat;}
#index-part7 em{color: #333;font-style: italic;}
#index-part7 .step2 .img2{max-width: 250px;}
#index-part7 .p-title2{color: #000;}


#modal-blank2 .modal-title {padding: 3% 0;}
#modal-blank2 .modal-list {padding: 5% 5% 0;}
#modal-blank2 .uk-slidenav-position .uk-slidenav-previous,#index-part9 .uk-slidenav-position .uk-slidenav-previous,#index-part10 .uk-slidenav-position .uk-slidenav-previous {  left: -5%; }
#modal-blank2 .uk-slidenav-position .uk-slidenav-next,#index-part9 .uk-slidenav-position .uk-slidenav-next,#index-part10 .uk-slidenav-position .uk-slidenav-next {  right: -5%; }
#modal-blank2:hover .uk-slidenav, #index-part9:hover .uk-slidenav, #index-part10:hover .uk-slidenav {display: block !important;}
/*#modal-blank2-1 .uk-modal-dialog > div { padding-top: 5%; padding-bottom: 5%; }*/
/*#modal-blank2-1 .left-box {background-size: contain;}*/
#modal-blank2 .modal-list > div {/*position: relative; top: 50%; transform: translateY(-50%);*/}


#index-part8 .our_s{width: 100%;text-align: center;position: absolute;top: 0%;padding: 30px;z-index: 99;}
#index-part8 .img-box {background-size:cover;background-repeat: no-repeat;}
#index-part8 .uk-grid {margin-top: 0;overflow: hidden;position: relative;}
#index-part8 .p-button {}
/*#index-part8 .img-box img {position: fixed;}*/
#index-part8 .content-box {min-height: 100vh;text-align: center;}
#index-part8 .content-box > div { padding:10% 2% 5% 3%; box-sizing: border-box; position: relative; }
#index-part8 .p-title {position: relative;font-size: 36px;line-height: 50px;}
#index-part8 .p-title span {position: relative;z-index: 1;font-size: 48px;line-height: 48px;color: #000}
/*#index-part8 .p-title:after {content:''; position: absolute;; height:35px; background: #dc6ec5; bottom: 0; }*/
#index-part8 .p-content{max-width: 70%; line-height: 56px; font-size: 32px;  margin-top: 2%;font-style: italic;color: #999; letter-spacing: 1px;width: fit-content;display: block;margin: 0 auto;padding-left: 39px; }
#index-part8 .p-content * { line-height: 40px; font-size: 18px; font-style: normal;color: #000; letter-spacing: 1px;text-align:left; }
/*#index-part8 .p-content>li{text-indent: -39px;}*/
#index-part8 .content-box img{width: 32px;display: block;}
#index-part8 .more-btn1 {border-radius: 10px; margin-top: 10px;margin-left: 20px;display: block;}
#index-part8 .p-parm {width: 10vw; height: 10vw; font-weight: bold; border-radius: 50%; background: #da7cca; color: #fff; font-size: 20px; text-transform: uppercase; line-height: 10vw; text-align: center; margin-bottom: 40px; display: block; }
#index-part8 .p-parms { display: none; position: absolute; top: 30%; width: 10vw;  }
#index-part8 .box2 .p-button {padding-right: 10%;}
#index-part8 .box1 .p-parms {right: 5%;}
#index-part8 .box2 .p-parms {left: 5%;}
/*#index-part8 .box1 .p-title:after {right: 45%; left: -10%;}
#index-part8 .box2 .p-title:after {left: 10%; right: -5%;}*/
#index-part8 .box2 .img-box {background-position: center right;}
#index-part8 li{position: relative;}
#index-part8 li:before{background: url(../img/arrow_right.png)/*tpa=https://www.sonnet.com.hk/img/arrow_right.png*/no-repeat;background-position: center;background-size: contain;content: '';width: 25px;height: 15px;position: absolute;left: -25px;top: 10px;}
#index-part8 .mr:before{background: url(../img/sub_li.png)/*tpa=https://www.sonnet.com.hk/img/sub_li.png*/no-repeat;background-position: center;background-size: contain;content: '';width:25px;height:15px;display: inline-block;}
.modal-content{line-height: 32px;color: #000;font-size: 18px;letter-spacing: 1px;height: 80%;max-height: 80vh;}
.part8_logo{display: block;margin: 20px auto;}
.part8_logo img{margin: 0 auto 30px;}
.part8_logo > div{display: block;margin: 0 auto;width: max-content;}
.part8_logo a{display: inline-block;width: max-content;}
.mr{margin-left: 20px;display: block;}
#index-part12{display: block;}

#index-part15 {background: #fff; padding: 4% 0 7%; text-align: left;}
#index-part15 img{max-height: 100px;width: auto;display: inline-block;margin: 0px auto;}
#index-part15 h4{text-align: center;font-size: 32px;margin-bottom: 50px;line-height: 36px;}
.over_mask{
  position:absolute; width:70%; height:80%;top:0; bottom:0; left:0; right:0; margin:auto;z-index: 10;padding: 20px;
}
.img_container{overflow: hidden;}
#index-part9 img,#index-part10 img,#index-part13 img{transition: 0.5s ease;}
#index-part9 .item:hover img,#index-part10 .item:hover img,#index-part13 .item:hover img{transform: scale(1.15);}


#modal-blank4 .uk-modal-close{position: absolute;right: 0;top: 0;z-index: 99;}
#modal-blank4 .right-box{position: relative;}
#modal-blank4 .right-box:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.95);content: '';z-index: 0;}
#modal-blank4 .modal-title{text-align: center;}
.uk-modal-dialog .uk-grid{height: 100%;}

#index-part9 {background: #f9f9f9;}
#index-part9 .title {text-transform: uppercase;}
#index-part9 .item { position: relative; }
#index-part9 .p-title {color: #000; font-size: 20px; margin-top: 20px;}

#index-part10, #index-part9 {padding: 4% 0;}
#index-part10 .more-btn1 {border-radius: 20px;}
#index-part10 .title, #index-part9 .title {margin-bottom: 3%;}
#index-part10 .item {box-shadow: 0 0 10px 3px #ddd; background: #fff; padding-bottom: 80px;position: relative;}
#index-part10 .p-title { font-weight: 700; font-size: 22px; margin: 25px 0 10px; color: #000;}
#index-part10 .p-title, #index-part10 .p-des { padding-left: 30px; padding-right: 30px; }
#index-part10 .p-des {color: #999; line-height: 28px; margin-bottom: 30px;font-size: 16px;}
#index-part10 .img_container,#index-part13 .img_container{width: 100%;height: 300px;}
#index-part10 .more-btn1 {margin: 0 auto; min-width: 150px; }
#index-part10 .article_button{position: absolute;left: 0;right: 0;bottom: 25px;}
.desk_img{font-size: 18px;}

.youtube_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#index-part13{padding: 4% 0;}
#index-part13 .more-btn1 {border-radius: 20px;}
#index-part13 .title{margin-bottom: 3%;}
#index-part13 .item {box-shadow: 0 0 10px 3px #ddd; background: #fff; padding-bottom: 40px;}
#index-part13 .p-title  { font-weight: 700; font-size: 22px; margin: 25px 0 10px; color: #000;}
#index-part13 .p-title, #index-part13 .p-des { padding-left: 30px; padding-right: 30px; }
#index-part13 .p-des {color: #999; line-height: 28px; margin-bottom: 30px;font-size: 16px;}
#index-part13 .more-btn1 {margin: 0 auto; min-width: 150px; }

#index-part11 {background: #f9f9f9; padding: 4% 0; text-align: center; }
#index-part11 .title {margin-bottom:7%;}
#index-part11 > div {max-width: 800px; margin: 0 auto;}
#index-part11 .box1> div {padding: 0!important;}
#index-part11 .p-des {color: #999;font-size: 18px;}
#index-part11 .p-title {font-weight: 500; color: #dc6ec5; font-size:18px; margin: 18px 0;}
#index-part11 .box2 .p-title {color: #000;}

.uk-dotnav {margin-top: 40px;}
.uk-dotnav>*>* {width: 10px; height: 10px;}
.uk-dotnav>.uk-active>* { background: #c84ba3; transform: scale(1); }

.swiper_block{margin-top: 0!important;}
#index-part7 .uk-height-viewport{height: 80vh;}

@media screen and (min-width: 1367px) {
	/*.uk-container { max-width:80% !important; }*/
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
  h1,h2,h3,h4,h5,h6,.title{letter-spacing: 0px!important;}
  .uk-margin-large-top{margin-top: 20px!important;}
  #index-part2 .left-box > div{padding: 0 20px!important;}
  #index-part2 .item,#index-part25 .des{font-size: 16px;}
  #index-part25{padding: 0!important;}
  #index-part3 .title,#index-part6 .title1,.title ,.title1 {font-size: 30px;line-height: 36px;margin-bottom: 15px;}
  #index-part3 .des{font-size: 14px;line-height: 24px;}
  #index-part3 h3{font-size: 18px;line-height:24px;letter-spacing: 1px;}
  #index-part3 .title:after,#index-part6 .title1:before,#index-part6 .title1:after{display: none;}
  #index-part6 .des{padding-right: 0!important;text-align: left!important;}
  #index-part8 .p-title span,#index-part8 .p-title{font-size: 28px;line-height: 36px;text-align: center;}
  #index-part8 .p-content *{font-size: 16px;line-height: 32px;text-align: left;}
  #index-part8 .content-box img{width: 32px;}
  #index-part8 .our_s{position: relative;background: rgba(255,255,255,0.7);margin: 0;}
  .content-box:after{background: rgba(255,255,255,0.9);}
  #index-part8 .content-box{min-height: auto!important;}
  footer{font-size: 14px;padding: 0;}
  .uk-modal-dialog{margin:0 auto!important;width: 100%!important;height: 100%!important;max-height: 100%!important;left: 0!important;top: 0!important;padding: 0;}
  .over_mask{height: auto!important;width: 90%!important;padding-top: 0%;}
  .uk-modal-dialog>.uk-close:first-child{z-index: 99999999!important;position: absolute;top: 0;right: 0;margin-top: 0;}
  #index-part7 .p-title{font-size: 24px!important;letter-spacing: 1px!important;}
  #index-part7 .item2{padding-top: 15px;width: 50%;display: inline-block;}
  #index-part7 .uk-height-viewport{height: 230px!important;margin: 30px 0;}
  #index-part7 .left-box{background-size: contain;}
  #modal-blank2-1 .uk-grid{display: block!important;flex: none!important;}
  #index-part7 .step2 .img2{max-width: 75%!important;}
  /*#index-part8 .p-content>li{text-indent: -35px;}*/
  .silde_text{font-size: 40px!important;line-height: 36px;top: 30%;}
  .swiper_block{padding:5px 30px;text-align: center;margin-top: 0!important;}
  .swiper_block .uk-grid-margin{margin-top: 0!important;}
  .modal-content{overflow-y: visible!important;overflow-x: visible!important;padding-left: 20px;}
  #index-part8 li:before{height: 10px!important}
  #index-part8 li.mr:before{height: 10px!important}
  .swiper_block table tr td{font-size: 14px;}
  .swiper_block table tr td:first-child{min-width: 50px!important;padding:3px 10px;}
  #index-part6{background: none!important;}
  #index-part7 .item .portfolio-box-1 img{width: 60%;}
  .cd-horizontal-timeline .events-content li p{text-align: left!important;}
  #index-part11 .box1>div{width: 50%;text-align: center;}
  #index-part11 .p-des{font-size: 14px;line-height: 24px;}
  #index-part4{padding: 2%!important;}
  #index-part8 .content-box > div{padding: 0%!important;}
  .swiper-slide h5{width: 70%;margin: 0 auto;line-height: 36px;}
  #index-part10 .item,#index-part13 .item{width: 80%;margin: 0 auto;}
  #index-part8 .uk-grid{margin-left: 0!important;}
}


@media screen and (min-width: 960px)  and (max-width: 1220px) {

}
@media screen and (max-width: 1220px) and (min-width: 960px)  {
}





ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


.mouse {
  -webkit-animation: mouse_up 2s infinite;
  animation: mouse_up 2s infinite;
  opacity: 1;
}
@-webkit-keyframes mouse_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0);
    transform: translateY(-0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(15px) scale(1);
    transform: translateY(15px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1);
    transform: translateY(30px) scale(1);
  }
}
@keyframes mouse_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0);
    -ms-transform: translateY(-0);
    transform: translateY(-0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(15px) scale(1);
    -ms-transform: translateY(15px) scale(1);
    transform: translateY(15px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(1);
    -ms-transform: translateY(30px) scale(1);
    transform: translateY(30px) scale(1);
  }
}
.mouse_up {
  -webkit-animation-name: mouse_up;
  animation-name: mouse_up;
}




.portfolio-box-1{
  position:relative;
  display:inline-block;
  text-align: center;
  margin-left:-1px;
  -webkit-transform:translateX(1px);
  -moz-transform:translateX(1px);
  -ms-transform:translateX(1px);
  -o-transform:translateX(1px);
  transform:translateX(1px);
}

.portfolio-box-1 img{
  display: block;
  margin: 0 auto 8px;
}
#index-part8 .portfolio-box-1 img{
  width: 200px;
  position: relative;
}


.portfolio-box-1 .mask-1{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.5);
  z-index:2;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; 
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 0;
}


.portfolio-box-1:hover .mask-1{
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-box-1 a{
  color: #2e3233;
  font-family: 'GothamMedium', sans-serif;
  font-size: 16px;
  position: relative;
  font-weight:normal;
  width: 200px;
  display: block;
  margin: 0 auto;
  z-index: 999;
  color: #333;
  letter-spacing:3px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear; 
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-box-1:hover a{
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity:1;
  letter-spacing:1px;
  filter: alpha(opacity=100);
}