
/* 
    Created on : Nov 5, 2014, 9:25:09 AM
    Author     : Taufik
*/

@charset "utf-8";

textarea:focus, input:focus{
    outline: none;
}
html{
height: 100%;
min-height:100%;
}
body{
    background-color: #fffff;
    min-height:100%;
    width: 100%;
}
* {
margin: 0;
}
#wrapper {
    min-height:100%;
    width: 100%;
    position: relative;
    bottom: 0;
}
@font-face
{
    font-family: dinpro;
    src: url(fonts/DINPro-Light.otf);
}
@font-face
{
    font-family: lato;
    src: url(fonts/Lato.ttf);
}
@font-face
{
    font-family: gilroy;
    src: url(fonts/gilroy.otf);
}
@font-face
{
    font-family: calib;
    src: url(fonts/calibri.ttf);
}
@font-face
{
    font-family: estre;
    src: url(fonts/estre_0.ttf);
}
@font-face
{
    font-family: gothic;
    src: url(fonts/GOTHIC.TTF);
}
@font-face
{
    font-family: fradm;
    src: url(fonts/FRADM.TTF);
}
.top-promo{
    width: 100%;
    height: 40px;
    background-color: #fdfaf5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.top-promo .promo-text{
     width: -moz-calc(33.3% - 1px);
    /* WebKit */
    width: -webkit-calc(33.3% - 1px);
    /* Opera */
    width: -o-calc(33.3% - 1px);
    
     height: -moz-calc(100% - 13px);
    /* WebKit */
    height: -webkit-calc(100% - 13px);
    /* Opera */
    height: -o-calc(100% - 13px);
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 3px;
    border-right: #acacac solid 1px; 
    color: black;
    text-align: center;

}
.top-promo .promo-text a{
    
    color: black;
    text-decoration: none;
}
.top-promo .promo-text a:hover{
    
    color: black;
    text-decoration: underline;
}

.sticky{
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}


.header{
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.navigation-con{
    width: 78%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    
}
.slideshow-new{
  cursor: default; 
  position: relative; 

  padding: 0;
  width: 80%; 
  height: 32vw; 
 margin: 0 auto;
  overflow: auto;
}
.slideshow-image{
  cursor: default; 
  position: relative; 
  top: 0; 
  width: 100%; 
 height: 100%;

  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
  background-size: cover;
}
.slideshow-text{
    position: absolute;
      width: -moz-calc(25% - 2vw);
    /* WebKit */
    width: -webkit-calc(25% - 2vw);
    /* Opera */
    width: -o-calc(25% - 2vw);
    height: auto;
   

    bottom: 0;
    left: 0;
    padding: 1vw;
    overflow: auto;
   
     color: black;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;

}
.slideshow-text .title{
    width: auto;
    height: auto;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.slideshow-text .text{
    width: auto;
    height: auto;
    color: black;
    font-family:'Montserrat', sans-serif;
    font-size: 13px;
    overflow: auto;
}

.slideshow-text .discover a{
    width: auto;
    height: auto;
    float: left;
    padding: 10px;
    color: white;
    font-family: gilroy;
    font-size: 14px;
    text-decoration: none;
    background-color: black;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition-property:color, background-color;
    -webkit-transition-duration:400ms,400ms;
    -moz-transition-property:color, background-color;
    -moz-transition-duration:400ms,400ms;
}
.slideshow-text .discover a:hover{
    color: black;
    font-size: 14px;
    text-decoration: none;
    background-color: white;
}

.header-right{
    height: auto;
    overflow: auto;
    width: 80%;
    float: right;
}
.navigation{
     height: auto;
    overflow: auto;
    width: 465px;
    float: left;
}
.navigation a{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
   font-family: dinpro;
    font-size:14px;
    color: #372f2d;
    text-decoration: none;
    float: left;
}
.navigation .home-current{
    height: 60px;
    width: 60px;
    text-decoration: none;
    float: left;
    background-image: url(images/home-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navigation .home-current:hover{
    background-image: url(images/home-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.navigation .home{
    height: 60px;
    width: 60px;
    text-decoration: none;
    float: left;
    background-image: url(images/home-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
}
.navigation .home:hover{
    background-image: url(images/home-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.navigation .current{
    color: #372f2d;
    background-color: #fff;
     border-radius: 20px;
    radius: 20px;
}
.navigation a:hover{
    color: #372f2d;
    background-color: #fff;
    border-radius: 20px;
    radius: 20px;
}
.navigation .search{
    padding-top: 20px;
    float:right;
}
#open:hover{
    color: #f5c501;
    background-color: #372f2d;
}
.navigation-right{
    height: auto;
    width:auto;
    float: right;

}
.navigation-cart{
    height: auto;
    width:auto;
    float: right;
}
.navigation-right a{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    margin-right: 5px;
    padding-bottom: 8px;
   font-family: 'Montserrat', sans-serif;
    font-size:14px;
    color: #372f2d;
    text-decoration: none;
    float: right;
}
.navigation-right a:hover{
    color: #000;
    text-decoration: underline;
}
.navigation-right .buttondrop{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    margin-right: 5px;
    padding-bottom: 8px;
   font-family: 'Montserrat', sans-serif;;
    font-size:14px;
    color: #372f2d;
    text-decoration: none;
    float: right;
    cursor: pointer;
  display: inline-block;

}
.navigation-right .buttondrop:hover{
    color: #000;
    text-decoration: underline;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 170px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 120;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
   width: -moz-calc(100% - 32px);
    /* WebKit */
    width: -webkit-calc(100% - 32px);
    /* Opera */
    width: -o-calc(100% - 32px);
    float: left;

}
.navigation-right .buttondrop:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    text-decoration: none;

}


.navigation-right p{
    padding-top: 8px;
    margin-right: 5px;
    padding-bottom: 8px;
   font-family: 'Iceland', cursive;
    font-size: 23px;
    color: #372f2d;
    text-decoration: none;
    float: right;
}
.navigation-cart .cart-current{
    height: 60px;
    width: 60px;
    text-decoration: none;
    float: right;
    background-image: url(images/cart-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #f5c501;

}
.navigation-cart .cart-current:hover{
    background-image: url(images/cart-grey.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.navigation-cart .cart{
    height: 25px;
    width: 20px;
    text-decoration: none;
    float: right;
    margin-top: 5px;
    padding-left: 20px;
    background-image: url(images/cart-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.navigation-cart .cart:hover{
    background-image: url(images/cart-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #fdfaf5;
}
.navigation-cart a{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    margin-right: 5px;
    margin-bottom: 8px;
   font-family: 'Montserrat', sans-serif;;
    font-size:14px;
    color: #372f2d;
    text-decoration: none;
    float: right;
}
.navigation-cart a:hover{
    color: #000;
    text-decoration: underline;
}
.navigation-right .current{
    color: #372f2d;
    background-color: #fff;
     border-radius: 20px;
    radius: 20px;
}
.navigation-right .search{
    padding-top: 20px;
    float:right;
}


.logo{
     height: 60px;
    overflow: auto;
    width: auto;
    float:left;
    margin: 15px;

    webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.login-information p{
    float: right;
}
.login-information a{
    text-decoration: none;
    font-family: gothic;
    font-size: 16px;
    color: #000;
    padding-left: 5px;
    padding-right: 10px;
    text-align: right;
    line-height: 60px;
}
.login-information a:hover{
    color: #f3b72d;
}
.login-information .logout{
    text-decoration: none;
    font-family: gothic;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    padding-right: 5px;
    text-align: right;
    line-height: 60px;
    background-image: url(images/i.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.login-information .logout:hover{
    color: #f3b72d;
}
.login-information .cart{
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-family: gothic;
    font-size: 18px;
    float: right;
    color: #000;
    padding: 5px;
    text-align: center;
    line-height: 50px;
    background-image: url(images/bag.jpg);
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
.search{
    height: 60px;
    width: 600px;
    float: right;
    font-family: gothic;
    font-size: 20px;
    color: #000;
    text-align: right;
    line-height: 60px;
}
.search-input{
    width: 300px;
    padding: 3px;
    border: 2px solid #000;
    color: #888;
    font-family: gothic;
    margin-top: 20px;
    margin-right: 15px;
    background-image: url(images/bg-search.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.subs-input{
    width: 250px;
    padding: 10px 15px;
    margin-top: 5px;
    border: 1px solid #000;
    color: #000;
    background-color: #f1f1f1; 
    font-family: gothic;
}
.subs-input-big{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    max-width: 60%;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border: 0px solid #000;
    color: #000;
    background-color: #f1f1f1; 
    font-family: gothic;
}
.subs-input-100{
      width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0px solid #000;
    color: #000;
    background-color: #f1f1f1; 
    font-family: gothic;
    display: none;
}
.inputkota{
      width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
     max-width: 550px;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #000;
    color: #000;
    background-color: #f1f1f1; 
    font-family: gothic;
}
.autocomplete-suggestions {

    border: 1px solid #bbb;
    background: #eee;
    overflow: auto;
    font-family: gothic;
    font-family: 13px;
    line-height: 20px;
    cursor: pointer;
}
.quantity-input{
    width: 80px;
    padding: 3px;
    border: 2px solid #000;
    color: #888;
    font-family: gothic;
}
.textarea-input{
    width: 400px;
    height: 150px;
    padding: 3px;
    border: 2px solid #000;
    background-color: #f7be2f;
    color: #372f2d;
    font-family: gothic;
}
.textarea-input-big{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
     max-width: 550px;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    height: 150px;
    border: 1px solid #000;
    background-color: #f1f1f1;
    color: #372f2d;
    font-family: gothic;
}

.textarea-input-big2{
   width: -moz-calc(100% - 6px);
    /* WebKit */
    width: -webkit-calc(100% - 6px);
    /* Opera */
    width: -o-calc(100% - 6px);
    height: 150px;
    padding: 3px;
    border: 1px solid #000;
    background-color: #f1f1f1;
    color: #372f2d;
    font-family: gothic;
}

.customer-icon{
    height: 35px;
    width: 35px;
    float: right;
    border-radius: 30px;
    text-align: right;
}
.login-information .i{
    height: 60px;
    width: 20px;
    line-height: 60px;
    background-image: url(images/i.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.input-text{
    padding: 5px;
   font-family: 'Iceland', cursive;
    border-radius: 10px;
    border: #000 dotted 0px;
}
.input-text2{
    padding: 10px;
     font-family: 'Iceland', cursive;
    border: #000 dotted 0px;
    background-color: #f5c501;
}
.current{
    color: #818181;

}
.content{
   
    width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
    padding: 30px;
    height: auto;
    overflow: auto;
    margin: 0 auto;


}

.content-support{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:20px;
    padding-bottom:30px;
    height: auto;
    overflow: auto;
    margin: 0 auto;


}
.content-con{
    width: 100%;
   
    height: auto;
    overflow: auto;
    margin: 0 auto;


}
.content-con iframe{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.content2{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:20px;
    padding-bottom:20px;
    height: auto;
    overflow: auto;
}
.content-bot-padding{
    width: 1200px;
    padding-top:20px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
}
.left-content{
    width: 200px;
    height: auto;
    float: left;
   text-align: right;
}

.left-content-home{
    width: 33%;
    height: 436px;
    float: left;
}
.right-content-home{
    width: 67%;
    height: 436px;
    float: left;
    background-color: #0c808c;
}
.side-content-box{
    width: 180px;
    height: auto;
    font-family: 'Iceland', cursive;
    color: #999;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 15px;
}
.side-content-box-title{
    width: 180px;
    height: auto;
    font-family: 'Iceland', cursive;
    color: #999;
    padding-right: 10px;

}
.side-content-box a{
    color: #afd17a;
    text-decoration: none;
}
.side-content-box a:hover{
    color: #888;
    text-decoration: none;
}
.mid-content{
    width: auto;
    height: auto;

    
}
.mid-content2{
    width: auto;
    height: auto;
        display: none;
    
}
.mid-content-shop{
    width: 80%;
    height: auto;
    float: right;
    padding-top: 20px;
}

.shop-left{
    width: -moz-calc(20% - 30px);
    /* WebKit */
    width: -webkit-calc(20% - 30px);
    /* Opera */
    width: -o-calc(20% - 30px);
    padding: 0px 15px;
    float: left;

}
.shop-left2{
    width: -moz-calc(20% - 30px);
    /* WebKit */
    width: -webkit-calc(20% - 30px);
    /* Opera */
    width: -o-calc(20% - 30px);
    padding: 0px 15px;
    float: left;
    margin-top: 40px;
    
}

.mid-content-box{
      width: 100%;
    height: auto;
    padding-bottom: 35px;
    overflow: auto;
    font-family: fradm;
}
.mid-content-box .bekraf-img{
    width: 430px;
    height: 360px;
    
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    float: left;
}
.mid-content-box .bekraf-img img{
    max-width: 100%;
  max-height: 100%;
}
.mid-content-box .bekraf-text{
    width: 550px;
    height: 340px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    text-align: justify;
    font-size: 22px;
    font-family: gothic;
}
.mid-content .checkout-left{
      width: -moz-calc(50% - 40px);
    /* WebKit */
    width: -webkit-calc(50% - 40px);
    /* Opera */
    width: -o-calc(50% - 40px);
    
    height: 300px;
    
    padding: 20px;
    float: left;
    text-align: justify;
    font-size: 18px;
}
.mid-content .checkout-right{
     width: -moz-calc(50% - 40px);
    /* WebKit */
    width: -webkit-calc(50% - 40px);
    /* Opera */
    width: -o-calc(50% - 40px);
    
    height: 300px;
    padding: 20px;
    float: left;
    text-align: justify;
    font-size: 18px;
}
.mid-content-box .testi-con{
    width: 500px;
    height: 190px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}
.mid-content-box .testi-img{
    width: 150px;
    height: 150px;
    
    padding: 10px;
    float: left;
}
.mid-content-box .testi-text{
    width: 310;
    height: 150px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    float: left;
    font-size: 20px;
    font-family: gothic;
}
.mid-content-box .message-text{
    width: 550px;
    height: 280px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    font-size: 46px;
}
.mid-content-box .message-data{
    width: 430px;
    height: 280px;
    
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    float: left;
}
.contact-input{
    width: 330px;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-right: 20px;
    color: #372f2d;
    background-color: #f7be2f;
    font-family: gothic;
    border-radius: 10px;
    border: 0px solid #000;
    radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}
.contact-submit{
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
    color: #372f2d;
    background-color: #f7be2f;
    font-family: 'Iceland', cursive;
    border-radius: 10px;
    border: 0px solid #000;
    radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
}
.contact-submit:hover{
    color: #000;
    background-color: #f7be2f;
}
.contact-textarea{
    width: 400px;
    height: 220px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
    color: #372f2d;
    background-color: #f7be2f;
    font-family: gothic;
    border-radius: 10px;
    border: 0px solid #000;
    radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}

.mid-content-box .social{
    width: 1130px;
    height: 92px;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    font-size: 46px;
    font-family: gothic;
    text-align: center;
}
.faq-content{
    width: 770px;
    height: auto;
    padding-right: 200px;
    padding-left: 200px;
    float: left;
    font-family: 'Iceland', cursive;
}
.mid-content-box .social img{
    width: 92px;
    height: 92px;
}
.mid-content-box .social a{
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
}
.mid-content-box-welcome{
    width: 1170px;
    height: auto;
    padding-left: 15px;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 60px;
    overflow: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: gothic;
}



.mid-content .title{
   width: 1200px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 45px;
    font-size: 25px;
    text-align: left;
    color:  #372f2d;
    font-family: 'Iceland', cursive;
    cursor: default;
}
.mid-content .title a{
      font-family: 'Iceland', cursive;
    color: #f5c501;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    text-decoration: none;
    cursor: default;
}
.mid-content .title-faq{
    width: 1200px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 35px;
    font-size: 25px;
    text-align: left;
    color:  #000;
    font-family: gothic;
}
.mid-content .title-faq a{
    color:  #000;
    text-decoration: none;
    font-family: gothic;
    padding-left: 15px;
    padding-right: 15px;
}
.mid-content .title-center{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 15px;
    font-size: 25px;
    text-align: center;
    color:  #000;
    font-family: 'Iceland', cursive;
}
.mid-content .title-center a{
    color:  #000;
    text-decoration: none;
    font-family: gothic;
    padding-left: 15px;
    padding-right: 15px;
}
.mid-content .title-center a:hover{
    color:  #f2b72d;
    text-decoration: none;
}

.mid-content .title .current{
    color:  #f2b72d;
    text-decoration: none;
}
.mid-content .title a:hover{
    color:  #f2b72d;
    text-decoration: none;
}
.menu{
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 35px;

    font-size: 30px;
    text-align: left;
    color:  #000;
     font-family: gilroy;
}
.menu a{
     color:  #000;
      padding-top:  10px;
    padding-bottom:  10px;
    padding-right:  18px;
    padding-left:  18px;
     text-decoration: none;
}
.menu a:hover{
     color:  #000;
     text-decoration: none;
     border-radius: 20px;
    radius: 20px;
}
.menu .current{
    color:  #372f2d;
    text-decoration: underline;
     border-radius: 20px;
    radius: 20px;
}

.menu2{
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;

    font-size: 35px;
    text-align: left;
    color:  #000;
     font-family: gilroy;
}
.menu2 a{
     color:  #000;
     text-decoration: none;
}


.mid-content .menu-daily{
    width: 1200px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 25px;
    text-align: left;
    color:  #000;
    font-family: gothic;
}
.mid-content .menu-daily a{
    color:  #000;
    text-decoration: none;
    font-family: gothic;
    padding-left: 15px;
    padding-right: 15px;
}
.mid-content .menu-daily .current{
    color:  #f2b72d;
    text-decoration: none;
}
.mid-content .menu-daily a:hover{
    color:  #f2b72d;
    text-decoration: none;
}

.mid-content-box .title a{
    color: #999999;
    text-decoration: none;
}
.mid-content-box .title a:hover{
    color: #000;
    text-decoration: none;
}
.mid-content-box .desc{
     height: 350px;
    line-height: 22px;
    width: 730px;
    text-align: justify;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mid-content-box .info{
    height: 35px;
    text-align: left;
    width: 730px;
}
.mid-content-box .info a{
    color: #333333;
    text-decoration: none;
}
.mid-content-box .info a:hover{
    color: #000;
    text-decoration: none;
}
.mid-content-box-auto{
    width: 730px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    
    line-height: 22px;
    background-image: url(images/bg-content.jpg), url(images/bg-content-bot.jpg);
    background-position: center top, center bottom;
    font-family: 'Iceland', cursive;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
.mid-content-box-auto-gallery{
    width: 730px;
    height: auto;
    padding: 15px;
    background-image: url(images/bg-content.jpg), url(images/bg-content-bot.jpg);
    background-position: center top, center bottom;
    font-family: 'Iceland', cursive;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
.comment-box{
    width: 730px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-image: url(images/bg-content.jpg), url(images/bg-content-bot.jpg);
    background-position: center top, center bottom;
    font-family: 'Iceland', cursive;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
.comment-input{
    padding: 5px;
    border:  #000 dotted 0px;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
    color: #333333;
}
.mid-content-box-auto .title{
    width: 730px;
    height: 50px;
    padding-top: 15px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-family: 'Iceland', cursive;
}
.mid-content-box-auto .title-about{
    width: 730px;
    height: 30px;
    padding-top: 15px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-family: 'Iceland', cursive;
}
.mid-content-box-auto .title-contact{
    width: 730px;
    height: 30px;
    padding-top: 15px;
    color: #333333;
    line-height: 20px;
    font-family: 'Iceland', cursive;
}
.mid-content-box-auto .title a{
    color: #999999;
    text-decoration: none;
}
.mid-content-box-auto .title a:hover{
    color: #000;
    text-decoration: none;
}
.comment-button{
    font-family: 'Iceland', cursive;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    color: #333;
    border:  #000 dotted 0px;
    cursor: pointer;
}
.comment-button:hover{
    background: #999999;
}
.submit-button{
    font-family: 'Iceland', cursive;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    background: #f5c501;
    color: #000;
    border:  #000 dotted 0px;
    cursor: pointer;
}
.submit-button:hover{
    background: #999999;
}
.image-wide{
    width: 100%;
    height: auto;
    overflow: auto;
}
.image-wide img{
    float: left;
    opacity: 1;
    cursor: pointer;
    -webkit-transition-property:opacity;
    -webkit-transition-duration:400ms;
    -moz-transition-property:opacity;
    -moz-transition-duration:400ms;
}
.image-wide img:hover{
    opacity: 0.8;
}
.image-wide-promo{
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 30px;
}
.image-wide-promo img{
    width: 50%;
    float: left;
    height: auto;
}
.nav-bottom-back{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}
.nav-bottom{
    width: 100%;
    height: 30px;
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: gothic;
    position: absolute;
    bottom: 150px;
    font-size: 14px;
    text-align: center;
}
.nav-bottom a{
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    font-family: gothic;
    text-decoration: none;
}
.nav-bottom a:hover{
    color: #f7be2f;
    text-decoration: none;
}
.right-content{
    width: 200px;
    height: auto;
    float: left;
}
.garis-abu{
    background-color: #372f2d;
    height:  20px;
    widows: 100%;
}
.subs-button{
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    radius: 10px;
    cursor: pointer;
    border-width: 0px; 
    margin-left: 15px;
    font-family: gothic;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-con{
    background-color: #fff;
    width: 100%;
    height: 10;
    padding-top: 0;
    position: absolute;
}
.footer-back{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.footer{
    width: 90%;
    height: auto;
    padding-top: 0;
    margin: 0 auto;
    overflow: auto;
    color: #0c808c;
    border-bottom: #888 solid 0px;
    font-family: 'Montserrat', sans-serif;
}
.footer-box{
    float: left;
    height: auto;
    font-size: 16px;
    width: 50%;
}
.footer-box-right{
    float: right;
    height: 25px;
    font-size: 16px;
    width: 50%;
    text-align: right;
}
.footer2{
    width: 100%;
    height: 160px;
    margin: 0 auto;
     font-size: 10px;
    
    color: #262626;
    border-bottom: #656565 solid 1px;
    font-family: 'Montserrat', sans-serif;
}
.footer-box-right a img{
    opacity: 0.3;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 400ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 400ms;
}
.footer-box-right a img:hover{
    opacity: 1;
}
.footer-box-right a{
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-box a{
    color:  #262626;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    font-size: 12px;
    padding-right: 15px;
}
.footer-box a:hover{
    color:  #262626;
    text-decoration: underline;
}


.footer-column{
    float: left;
    height: auto;
    font-size: 14px;
}
.footer-columnl{
    float: left;
    width: 25%;
    padding-top:30px;
    padding-left:15px;
    padding-right:15px;
    height: auto;
    font-size: 14px;
}
.footer-column a{
    color:  #262626;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    
    font-size: 12px;
   
}
.footer-column a:hover{
    color:  #262626;
    text-decoration: underline;
}


.footer-columnr{
    float: right;
    width: 70%;
    text-align: right;
    padding-top: 30px;
    height: auto;
    font-size: 14px;
}
.footer-columnr a{
    color:  #888;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    
    font-size: 12px;
   
}
.footer-columnr img{
    height: 40px;
   
}
.footer-columnr a:hover{
    color:  #000;
    text-decoration: none;
}

.footer2 a{
    color:  #262626;
    text-decoration: none;
}

/*chrome, opera and safari*/
		@-webkit-keyframes 'LogoSpinner' {
		  0% {
			-webkit-transform: rotate(0);
		  }
		  25% {
			-webkit-transform: rotate(-3deg);
		  }
                  50% {
			-webkit-transform: rotate(0);
		  }
                  75% {
			-webkit-transform: rotate(3deg);
		  }
                  100% {
			-webkit-transform: rotate(0);
		  }
		}

	/*mozilla*/
		@-moz-keyframes LogoSpinner {
		  0% {
			-moz-transform: rotate(0);
		  }
		  25% {
			-moz-transform: rotate(-3deg);
		  }
                  50% {
			-moz-transform: rotate(0);
		  }
                  75% {
			-moz-transform: rotate(3deg);
		  }
                  100% {
			-moz-transform: rotate(0);
		  }
		}
		.logo-anim {

		/*chrome, opera and safari*/
		  -webkit-animation-name: LogoSpinner;
		  -webkit-animation-duration: 5s;
		  -webkit-animation-timing-function: linear;
		  -webkit-transform-origin: 50% 50%;
		  -webkit-animation-iteration-count: infinite;
		
		/*mozilla*/
		  -moz-animation-name: LogoSpinner;
		  -moz-animation-duration: 5s;
		  -moz-animation-timing-function: linear;
		  -moz-transform-origin: 50% 50%;
		  -moz-animation-iteration-count: infinite;

	}
 .page-num{
	margin-left: 3px;
	padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
        font-size: 14px;
        background-color: #f1f1f1;
    radius: 5px;
}
.page-num-linked a{
	margin-left: 3px;
	padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
        color: #888;
        text-decoration: none;
        font-size: 14px;
}
.page-num-linked a:hover{
	margin-left: 3px;
	padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px;
       color: #fff;
        font-size: 14px;
        background-color: #000;
    radius: 5px;
}
.page-num-con{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    height: auto;
    float: left;
    padding-top: 10px;
    padding-left:15px;
    text-align: left;
}
.result{
    width: 760px;
    height: 200px;
    margin-bottom: 20px;
    background-image: url(images/bg-content.jpg), url(images/bg-content-bot.jpg);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
.result .image{
    width: 200px;
    height: 200px;
    float: left;
}
.result .title{
    width: 545px;
    height: 55px;
    padding-top: 10px;
    padding-left: 15px;
    float: left;
    color: #000;
    font-family: 'Shadows Into Light', cursive;
}
.result .title a{
    text-decoration: none;
    color: #333333;
}
.result .desc{
    height: 88px;
    line-height: 22px;
    width: 530px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Josefin Sans', sans-serif;
}
.result .info{
    width: 300px;
    height: 30px;
    padding-left: 15px;
    font-family: 'Shadows Into Light', cursive;
    float: left;
}
.result .info a{
    text-decoration: none;
    color: #333333;
}
.result .info a:hover{
    text-decoration: underline;
    color: #333333;
}   

.media-box{
    width: 228px;
    height: 150px;
    padding: 7px;
    text-align: left;
    float: left;
    cursor: pointer;
    position: relative;
}
.media-box .title {
	position:absolute;
	top: 7px;
        width: 168px;
	height: 75px;
	padding-left: 30px;
        padding-right: 30px;
        padding-top: 45px;
        padding-bottom: 30px;
        background-color:#000;  
        font-size:26px;  
        color:#fff;  
        opacity:0; 
	text-align: center;
        filter:alpha(opacity=0);
	-webkit-transition-property:opacity;
	-webkit-transition-duration:400ms;
	-moz-transition-property:opacity;
	-moz-transition-duration:400ms;
        
}
.media-box .title:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.prev {
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -400px;
    position: fixed;
    width: 50px;
    height: 100px;
    z-index: 100;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 400ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 400ms;
}
.next {
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: 400px;
    position: fixed;
    width: 50px;
    height: 100px;
    z-index: 100;
    visibility: hidden;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 400ms;
    -moz-transition-property: opacity;
    -moz-transition-duration: 400ms;
}
.prev:hover {
	opacity : 1;
}
.next:hover {
	opacity : 1;
}


.product-box-noshadow{
     width: -moz-calc(25% - 10px);
    /* WebKit */
    width: -webkit-calc(25% - 10px);
    /* Opera */
    width: -o-calc(25% - 10px);
    height: 24vw;
    line-height: 24vw;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product-box-noshadow .discount{
     width: auto;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 10px;
    color: white;
    background-color: red;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 5vw;
    z-index: 99;
    left: 0;
    font-family: gilroy;
}

.product-box-noshadow img{
    width: 90%;
    height: auto;
    padding: 5%;
    position: absolute;
    left: 0;
    top: 50%;
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    -webkit-transition-property: width, height, padding;
    -webkit-transition-duration:500ms, 500ms, 500ms;
    -moz-transition-property:width, height, padding;
    -moz-transition-duration:500ms, 500ms, 500ms;
}

.product-box-noshadow img:hover{
    width: 98%;
    height: auto;
    padding: 2%;
}

.product-box-noshadow:hover .hide{
    opacity: 0;
       -webkit-transition-property: opacity;
    -webkit-transition-duration:500ms;
    -moz-transition-property:opacity;
    -moz-transition-duration:500ms;
}
.product-box-noshadow .view{
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
     opacity: 0;
     top: 0;

       -webkit-transition-property: opacity, background-color;
    -webkit-transition-duration:700ms, 700ms;
    -moz-transition-property:opacity, background-color;
    -moz-transition-duration:700ms, 700ms;
     background-image: url(images/view-button.png);
     background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.product-box-noshadow .hide{
   
     opacity: 1;
       -webkit-transition-property: opacity;
    -webkit-transition-duration:400ms;
    -moz-transition-property:opacity;
    -moz-transition-duration:400ms;
    
}
.product-box-noshadow .hide:hover{
   
     opacity: 0;
       -webkit-transition-property: opacity;
    -webkit-transition-duration:400ms;
    -moz-transition-property:opacity;
    -moz-transition-duration:400ms;
    
}
.product-box-noshadow .view:hover{
    opacity: 0.7;
    background-image: url(images/view-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    opacity: 0.5;
}
.name{
    width: 100%;
    height: auto;
    overflow: auto;
    position: absolute;
    bottom: 0;
}
.name .productname{
    padding: 10px;
    width: 100%;
    height: auto;
    color: #000;
    text-align: right;
    float:right;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    opacity: 0.7;
    font-size: 0.7vw;
    line-height: 25px;
}
.price{
    width: 100%;
    height: auto;
    overflow: auto;
    position: absolute;
    bottom: 2px;
}
.price .productprice{
    padding: 5px;
    font-size: 13px;
    width: auto;
    height: auto;
    color: #000;
    float:right;
    background-color: #fff;
    opacity: 0.7;
}

.product-image{
    width: 40%;
    float: left;
    height: auto;
    padding-bottom: 5px;
}
.product-image .slider{
    width: 15%;
    height: auto;
    overflow: auto;
    float: left;
}
.product-image .image-zoom{
    visibility: hidden;
    position: fixed;
    float: left;
     width: -moz-calc(80% - 10px);
    /* WebKit */
    width: -webkit-calc(80% - 10px);
    /* Opera */
    width: -o-calc(80% - 10px);
    margin-right:5px;
}

.product-info{
      width: -moz-calc(50% - 10px);
    /* WebKit */
    width: -webkit-calc(50% - 10px);
    /* Opera */
    width: -o-calc(50% - 10px);
   
    padding-left: 10px;
    float: left;
    height: auto;
    padding-bottom: 5px;
    color: #000;
   font-family: 'Montserrat', sans-serif;
}

.product-info .by{
    color: #000;
    font-family: gothic;
    text-decoration: none;
    cursor: pointer;
}
.product-info .review{
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}
.product-info .review:hover{
    color: #f5c501;
    text-decoration: none;
}

.artist-image{
    width: 370px;
    text-align: right;
    float: left;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.artist-image img{
    border-radius: 150px;
    radius: 150px;
}
.artist-info{
    width: 670px;
    float: left;
    height: auto;
    padding-top: 80px;
    padding-left: 80px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #000;
    font-family: gothic;
}

.contest-info{
    width: 555px;
    float: left;
    height: 600px;
    padding: 15px;
    font-size: 30px;
    font-family: gothic;
}
.contest-info .the-head{
    width: 555px;
    float: left;
    height: auto;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: gothic;
}
.contest-info .the-picture{
    width: 175px;
    float: left;
    height: 175px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: gothic;
}
.the-head-artworks{
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: gothic;
}
.the-picture-artworks{
    width: 175px;
    float: left;
    height: 175px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: gothic;
}
.artist-info p{
    width: 650px;
    float: left;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.artist-info .about{
    width: 650px;
    float: left;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.artist-info .about .label{
    width: 100px;
    height: auto;
    float: left;
}
.artist-info .about p{
    width: 520px;
    height: auto;
    float: left;
}
.artist-info .mid-label{
    width: 10px;
    height: auto;
    float: left;
}
.artist-info .about .mid-label{
    width: 10px;
    height: auto;
    float: left;
}
.artist-info .label-artist{
    width: 100px;
    height: auto;
    float: left;
}
.artist-info .data-artist{
    width: 520px;
    padding-left: 10px;
    height: auto;
    float: left;
}
.product-description{
    width: 700px;
    float: left;
    height: auto;
    padding: 10px;
}
#ex3::-webkit-scrollbar{
width:10px;
background-color:#cccccc;
} 
#ex3::-webkit-scrollbar-thumb{
background-color:#B03C3F;
}
#ex3::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
#ex3::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
} 

.masthead {
    
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    overflow: visible;
    height: 100%;
}
.masthead h1 {
    font-size: 3em;
    color: #fff;
    margin: 150px 0 0;
    line-height: 1.1em;
    text-shadow: 0 1px 4px #000000;
    font-weight: 400;
}
.masthead p {
    font-size: 1.85em;
    color: #fff;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 30px;
    text-shadow: 0 1px 4px #000000;
}
.jumbotron {
    top: 0;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
}
.splash {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.splash img {
    width: 100%;
    height: auto;
    -webkit-transition-property: src;
    -webkit-transition-duration:400ms;
    -moz-transition-property:src;
    -moz-transition-duration:400ms;
}
.splash .slide {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition-property: background-image;
    -webkit-transition-duration:500ms;
    -moz-transition-property:background-image;
    -moz-transition-duration:500ms;
}

.show-case-item.homeslider {
    margin-top: 0;
}
.show-case-item {
    padding-top: 10px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
#banner-pagination {
    text-align: center;

}
.list-bulat{
    bottom: 0;
    position: absolute;
    width: 1000px;
    margin-bottom: 30px;
    left: 50%;
    margin-left: -500px;
}
#banner-pagination ul {
    list-style: none;

}
#banner-pagination ul li {
    display: inline;
    width: 25px;
    text-align: center;

}
#banner-pagination ul li img{
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;

}
.top-bg{
    width: 100%;
    height: 100px;
  
}
.size{
    width: 500px;
    height: 70px;
    float: left;
}
.XS{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    background-image: url(images/xs.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    radius: 5px;
    border: 1px solid #888;
}
.S{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    background-image: url(images/s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    radius: 5px;
    border: 1px solid #888;
}
.M{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    background-image: url(images/m.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    radius: 5px;
    border: 1px solid #888;
}
.L{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    background-image: url(images/l.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    radius: 5px;
    border: 1px solid #888;
}
.XL{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    background-image: url(images/xl.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    radius: 5px;
    border: 1px solid #888;
}
.addtocart{
    padding-top: 15px;
    padding-left: 50px;
    padding-bottom: 15px;
    padding-right: 50px;
    color: white;
    background-color: #000;
    font-family: gilroy;
    border-radius: 5px;
    border: 0px solid #000;
    radius: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
}
.addtocart:hover{
   background-color: #f1f1f1;
    color: #000;
}
.removecart{
    padding: 10px;
    color: white;
    background-color: #000;
    font-family: gilroy;
    border-radius: 5px;
    border: 0px solid #000;
    radius: 5px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}
.removecart:hover{
    background-color: #f1f1f1;
    color: #000;
}

.removecart2{
    padding: 8px;
      color: white;
    background-color: #000;
    font-family: gilroy;
  border-radius: 5px;
    border: 0px solid #000;
    radius: 5px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}
.removecart2:hover{
 background-color: #f1f1f1;
    color: #000;
}


.addtocart:disabled{
    background-color: #fff;
    color: #000;
    border: #b6b6b6 solid 1px;
    cursor: default;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.register-login{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: -moz-calc(80% - 4px);
    /* WebKit */
    width: -webkit-calc(80% - 4px);
    /* Opera */
    width: -o-calc(80% - 40px);
    background: #0c808c;
    padding: 15px;
    color: #fff;
    border:  #fff solid 2px;
    cursor: pointer;
    margin-bottom: 20px;
}
.register-login:hover{
    background-color: #f1f1f1;
    color: #000;
}
.small-button{
    padding: 15px;
    color: white;
    background-color: #000;
    font-family: gilroy;
    border-radius: 5px;
    border: 0px solid #000;
    radius: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
}
.small-button:hover{
    background-color: #f1f1f1;
    color: #000;
}
.pictures-box{
    width: 200px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.news-box{
    width: 500px;
    height: 450px;
    background-color: #dfdfdf;
    padding: 10px;

    float: left;
    margin-right: 20px;
}
.news-box .date{
    width: 500px;
    height: 17px;
    color: #000;
    font-size: 12px;
    font-family: gothic;
}
.news-box .news-title{
    width: 500px;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-family: gothic;
}
.news-box .news-desc{
    width: 500px;
    height: 120px;
    color: #000;
    line-height: 15px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    font-family: gothic;
}
.news-box .view-more{
    width: 500px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 10px;
    font-family: gothic;
}
.news-box .view-more a{
    color: #000;
    text-decoration: none;
}
.news-box .news-img{
    width: 500px;
    height: 235px;
    background-size: cover;
}
.news-image{
    width: 1100px;
    margin: 0 auto;
    height: 600px;
    background-size: cover;
}
.news-text{
    width: 1160px;
    margin: 0 auto;
    height: auto;
    background-color: #dfdfdf;
    padding: 10px;
    font-family: gothic;
    font-size: 16px;
    text-align: justify;
}
.tutorial-text{
    width: 1160px;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    font-family: gothic;
    font-size: 16px;
    text-align: justify;
}
.news-text .the-text{
    width: 1160px;
    margin: 0 auto;
    height: auto;
    font-family: gothic;
    font-size: 16px;
    text-align: justify;;
}

.news-text .title-news{
    width: 1160px;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-family: gothic;
}
.news-text .the-image{
    width: 1160px;
    height: 150px;
    color: #000;
    font-size: 20px;
    font-family: gothic;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 3px #000 solid;
}
.news-text .the-image img{
    cursor: pointer;
}
.news-text .the-share{
    width: 1160px;
    height: 20px;
    color: #000;
    font-size: 12px;
    font-family: gothic;
    padding-top: 5px;
}
.tutorial-text .the-share{
    width: 1160px;
    height: 20px;
    color: #000;
    font-size: 12px;
    font-family: gothic;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 3px #000 solid;
}
.news-text .date-news{
    width: 1160px;
    height: 17px;
    color: #000;
    font-size: 12px;
    font-family: gothic;
}
.mid-content .title-news a{
    color:  #000;
    text-decoration: none;
    font-family: gothic;
    padding-left: 15px;
    padding-right: 15px;
}
.mid-content .title-news a:hover{
    color:  #f2b72d;
    text-decoration: none;
}
.fb-comment{
    height: auto;
    width: 1176px;
    margin: 10px auto;
    border: 2px #f2b72d solid;
    text-align: center;
    padding-bottom: 10px;
}
.fb-comment .the-judul{
    height: auto;
    width: 1176px;
    background-color: #f2b72d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: gothic;
    padding-bottom: 10px;
     padding-top: 10px;
}
.choose-size{
    padding: 5px;
    font-family:   'Montserrat', sans-serif;;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50px;
    text-align: right;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #372f2d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #372f2d;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #372f2d;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #372f2d;
}

.header-sub-nav{
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: 405px;
    width: 100px;
    height: auto;
    font-size: 14px;
    color: #f7be2f;
    visibility: hidden;
    font-weight: lighter;
    z-index: 59;
    text-align: center;
    background-color: #372f2d;
    -webkit-transition-property:top;
    -webkit-transition-duration:400ms;
    -moz-transition-property:top;
    -moz-transition-duration:400ms;
}
.header-sub-nav .sub-button{
    width: 100px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Iceland', cursive;
    text-align: center;
    cursor: pointer;
    -webkit-transition-property:background-color, color;
    -webkit-transition-duration:400ms,400ms;
    -moz-transition-property:background-color, color;
    -moz-transition-duration:400ms,400ms;
}
.header-sub-nav .sub-button:hover{
    background-color: #625c5b;
    color: #f7be2f;
}

.underconstruction{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #372f2d;
}
.underconstruction .mid{
    font-family: 'Iceland', cursive;
     position: absolute;
     font-size: 1vw;
     height: auto;
     overflow: auto;
     width: 40%;
      top: 40%;
      text-align: center;
     
      left: 30%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);

} 
.underconstruction .mid a{
    text-decoration: none;

}
.underconstruction .mid img{ 
     width: 30%;
      height: auto;
      margin: 1vw;

}
.dinprobold{
  font-family: dinpro-bold;
}

.home-left{
    width: 580px;
    height: 595px;
    float: left;
}
.content iframe{
    width: 70%;
    float: right;
}
.map-left{
    width: 28%;
    float: right;
    margin-right: 2%;
    padding-top: 30px;
    height: auto;
    overflow: auto;
    font-family: dinpro;
      text-align: right;
      color: #000;
      font-size: 0.7vw;
}

.map-left2{
    float: right;
    margin-right: 2%;
    padding-top: 30px;
    padding-bottom: 15px;
    height: auto;
    overflow: auto;
    font-family: dinpro;
      text-align: right;
      color: #000;
      font-size: 14px;
}

.content-link{
    text-decoration: none;
    color: #f5c501;
}
.content-link:hover{
    text-decoration: underline;
    color: #987a00;
}
.bodycare{
    width: 33.33%;
}
.haircare{
    float: left;
    width: 24.65%;
    margin-left:0.5%;;
}
.facecare{
    width: 22.4%;
    float: right;
}

.button-menu-mobile{
    height: 30px;
    float: right;

    width: 36px;
    cursor: pointer;
    margin: 30px 15px;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

}
.button-menu-mobile2{
    height: 30px;
    float: right;
    display: none;
    width: 36px;
    cursor: pointer;
    margin: 30px 15px;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

}
.button-menu-mobile-hide{
    height: 30px;
    float: right;
    cursor: pointer;
    margin: 30px 0px ;
    width: 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

}
.menu-mobile-con{
    background-color: #0c808c;
    position: fixed;
    z-index: 101;
    width:100%;
    top: 90px;
    right: -100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.menu-mobile-con2{
    background-color: #0c808c;
    position: fixed;
    z-index: 101;
    width:300px;
    top: 0;
    right: -300px;
    height: 100%;
    overflow: hidden;
     -webkit-transition-property:right;
    -webkit-transition-duration:400ms;
    -moz-transition-property:right;
    -moz-transition-duration:400ms;
}
.menu-mobile{
  width: 95%;
   padding-top: 10px;
   padding-left: 5%;
   float: left;

    padding-bottom: 10px;
   font-family: 'Montserrat', sans-serif;;
    font-size:4vw;
    color: #fff;

    
  border-bottom: #f080a3 solid 1px;
   -webkit-transition-property:height;
    -webkit-transition-duration:400ms;
    -moz-transition-property:height;
    -moz-transition-duration:400ms;
}
.menu-mobile a{
    color: #fff;
    text-decoration: none;
}
.menu-mobile a:hover{
    color: #fff;
    text-decoration: none;
}
.dropdown-content2 {
  width: 100%;
  overflow: hidden;
  height: 0;
  z-index: 120;
  -webkit-transition-property:height, overflow;
    -webkit-transition-duration:400ms, 400ms;
    -moz-transition-property:height, overflow;
    -moz-transition-duration:400ms, 400ms;
}
.close-con{
    width: 100%;
    height: auto;
    overflow: auto;

  border-bottom: #f080a3 solid 1px;
}

.dropdown-content2 a {
  color: white;
  padding: 12px 16px;
  border-top: #f080a3 solid 1px;
  text-decoration: none;
  display: block;
  font-size: 2.5vw;
   width: -moz-calc(100% - 32px);
    /* WebKit */
    width: -webkit-calc(100% - 32px);
    /* Opera */
    width: -o-calc(100% - 32px);
    float: left;

}
.menu-mobile:hover .dropdown-content2 {
  overflow: auto;
   height: auto;
   margin-top:10px;
   margin-bottom: -8px;
}


.dropdown-content2 a:hover {
    background-color: #136773;
    text-decoration: none;


}


.article-30{

    width: -moz-calc(33.33% - 30px);
    /* WebKit */
    width: -webkit-calc(33.33% - 30px);
    /* Opera */
    width: -o-calc(33.33% - 30px);

    height: auto;
    overflow: auto;
    float: left;
    font-family: 'Montserrat', sans-serif;
    margin: 15px;
    background-position: bottom, center center;
    background-size: 10% 10%, 200% auto;
   /* -moz-box-shadow: 5px 5px 10px #2f2f2f;
    -webkit-box-shadow: 5px 5px 10px #2f2f2f;
    box-shadow: 5px 5px 10px #2f2f2f; */

    cursor: default;
    position: relative;
    -webkit-transition-duration: 1s; /* Safari */
  transition-duration: 1s;
}
.article-30:hover{
    background-size: 100% 100%,180% auto;
    }

.article-30 .imgs{
    width: 100%;
     background-position: center bottom, center center;
              background-size: 20% 15%, cover;
    height: 20vw;
    margin-bottom: -2px;
     
}
.article-30 .garis{
    width: 20%;
    margin-right: 65%;
    margin-left: 15px;
    height: 5px;
    float: left;
}
.article-30 .judul{
     width: -moz-calc(100% - 40px);
    /* WebKit */
    width: -webkit-calc(100% - 40px);
    /* Opera */
    width: -o-calc(100% - 40px);
    padding: 20px;
    font-size: 20px;
    height: auto;
    text-align: center;
    background-color: #e6e6e6;
    font-family: lato;
   
    color: #000;
}
.article-30 .judul a{
     color: #000;
     text-decoration: none;
}
.article-30 .judul a:hover{
     color: #000;
     text-decoration: underline;
}
.article-30 .info-news{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    height: auto;
    font-size: 0.6vw;
    float: left;
    font-family: 'Montserrat', sans-serif;
}
.article-30 .intisari{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    margin: 15px;

    height: 4vw;
    font-size: 0.8vw;
    line-height: 1vw;
    overflow: hidden;
    float: left;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}
.article-30 .readmore{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
      margin-bottom: 5px;

    height: auto;
    font-size: 0.8vw;
    float: left;
    font-family: 'Montserrat', sans-serif;
}
.article-30 .readmore a{
   text-decoration: underline;
   font-family: 'Montserrat', sans-serif;
   color: #2f2f2f;
}
.article-30 .readmore a:hover{
   text-decoration: none;
   color: #7b7b7b;
}
.load-more{
    font-family: gilroy;
}

.article-image .slider{
    width: 100%;
    height: auto;
    overflow: auto;
    float: right;
    margin-top: 10px;
}
.article-image .slider img{
    width: 5%;
    margin-right: 10px;
}
.article-image .image-zoom{
    visibility: hidden;
    position: fixed;
    float: left;
    margin-right:5px;
    width: 100%;

}
.article-image{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
}
.article-text{
    width: 100%;
    float: left;
    height: auto;
    overflow: auto;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Lato';
}
.article-title{
    font-family: gilroy;
    font-size: 2.5vw;
}
.article-title-small{
    font-family: gilroy;
    font-size: 0.9vw;
    margin-bottom: 15px;
}

.menu-shop{
  width: 100%;
  height: auto;
  -webkit-transition-property:height;
    -webkit-transition-duration:400ms;
    -moz-transition-property:height;
    -moz-transition-duration:400ms;

}
.menu-shop a{

    width: 95%;
    height: 20px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
     padding-top: 8px;
   padding-left: 5%;
   float: left;
   line-height: 20px;
    padding-bottom: 8px;
   font-family: 'Montserrat', sans-serif;;
    font-size:15px;
    color: #000;

    
  border: #f080a3 solid 0px;
  margin-bottom: 10px;
   -webkit-transition-property:height;
    -webkit-transition-duration:400ms;
    -moz-transition-property:height;
    -moz-transition-duration:400ms;
}
.menu-shop a:hover{
    color: #000;
     background-color: #f1f1f1;
    text-decoration: none;
}
.menu-shop .dropdown-content3 {
  width: 100%;
  overflow: hidden;
  height: 0;
  z-index: 120;
  -webkit-transition-property:height, overflow;
    -webkit-transition-duration:400ms, 400ms;
    -moz-transition-property:height, overflow;
    -moz-transition-duration:400ms, 400ms;
}


.menu-shop .dropdown-content3 a {
  color: black;
  padding: 8px 5%;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 16px;
   width: 80%;
    float: right;
     border: #f080a3 solid 0px;
     margin-bottom: 0;

}



.menu-shop .dropdown-content3 a:hover {
    background-color: #f1f1f1;
    text-decoration: none;


}

.content-support2{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 10px 15px;

    height: auto;
    font-size: 14px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;

}

.checkout-address{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 10px 15px;
    border: #f080a3 solid 1px;

    height: auto;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;

}

.row-head{
     width:100%;
    font-size: 13px;
    color: #000;
    height: auto;
    border-bottom: #b6b6b6 solid 1px;
    border-top: #b6b6b6 solid 1px;
   overflow: auto;


}
.row-td-head{
    padding: 15px 1%;
    color: #000;
    height: auto;
    font-size: 13px;
    float: left;
    height: auto;
    line-height: 25px;
}
.row-td{
    padding: 15px 1%;
    color: #000;
    float: left;
    height: 80px;
    font-size: 13px;
    line-height: 80px;
}
.row-td-slim{
    padding: 15px 1%;
    color: #000;
    float: left;

    height: auto;
    font-size: 13px;
    line-height: 20px;
}
.row-td-m-100{
    padding: 10px 15px;
    color: #000;
    float: left;
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    height: auto;
    font-size: 13px;
    line-height: 20px;
}
.row-td-m-50{
    padding: 10px 15px;
    color: #000;
    float: left;
     width: -moz-calc(50% - 30px);
    /* WebKit */
    width: -webkit-calc(50% - 30px);
    /* Opera */
    width: -o-calc(50% - 30px);
    height: auto;
    font-size: 13px;
    line-height: 20px;
}
.row-td-m-70{
    padding: 10px 15px;
    color: #000;
    float: left;
     width: -moz-calc(70% - 30px);
    /* WebKit */
    width: -webkit-calc(70% - 30px);
    /* Opera */
    width: -o-calc(70% - 30px);
    height: auto;
    font-size: 13px;
    line-height: 20px;
}
.row-td-m-30{
    padding: 10px 15px;
    color: #000;
    float: left;
     width: -moz-calc(30% - 30px);
    /* WebKit */
    width: -webkit-calc(30% - 30px);
    /* Opera */
    width: -o-calc(30% - 30px);
    height: auto;
    font-size: 13px;
    line-height: 20px;
}

.row-tr{
     width:100%;
  
    color: #000;
    height: auto;
    overflow: auto;
    font-size: 13px;

}

.livechat{
    position: fixed;
    padding: 15px 25px;
    font-size: 16px;
    bottom: 20px;
    right: 20px;
    font-family: gilroy;
    background-color: #000;
    cursor: pointer;
    z-index: 200;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.livechat-image{
    position: fixed;
    bottom: 68px;
    right: 0;
    font-family: gilroy;
    width: 200px;
    height: auto;
    z-index: 150;
    webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
   
}
.livechat:hover{
    color: #000;
    background-color: #fff;
}

.livechat-box{
    position: fixed;
    font-size: 16px;
    bottom: 80px;
    right: 20px;
    width: 17%;
    height: 0;

    font-family: gilroy;
    background-color: #fff;
    z-index: 200;
    color: #888;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.livechat-box .top{
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 15px 15px;
    font-size: 13px;
   border-radius: 15px 15px 0 0;
    line-height: 20px;
    height: 20px;
    font-family: gilroy;
    background-color: #000;
    color: #fff;
}

.livechat-box .chat-message{
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 15px 15px;
    font-size: 13px;
  
    height: -moz-calc(100% - 131px);
    /* WebKit */
    height: -webkit-calc(100% - 131px);
    /* Opera */
    height: -o-calc(100% - 131px);

    background-color: #fff;
    z-index: 200;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    border-bottom: #b6b6b6 solid 1px;
    overflow: auto;
    
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.chat-con{
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    color: #00000;
}
.chat-con .userimage{
    width: 10%;
    height: auto;
    overflow: auto;
    float: left;
}
.chat-con .userimage img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.chat-con .text{
    width: auto;
     max-width: -moz-calc(90% - 30px);
    /* WebKit */
    max-width: -webkit-calc(90% - 30px);
    /* Opera */
    max-width: -o-calc(90% - 30px);
    height: auto;
    overflow: auto;
    padding: 10px;
    margin-left: 10px;
    color: #000;
    border-radius: 10px;
    line-height: 16px;
    font-size: 12px;
    float: left;
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}
.livechat-box .bottom{
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 15px 15px;
    font-size: 13px;
   border-radius: 0 0 15px 15px ;
    line-height: 20px;
    height: 20px;
    font-family: gilroy;
    background-color: #fff;
    color: #000;
}

.subs-input-chat{
      width: 100%;
      height: 20px;
   
    font-size: 13px;
    line-height: 20px;
    border: 0px solid #000;
    color: #888;
    background-color: #fff; 
    font-family: 'Montserrat', sans-serif;
}



.livechat-box-start{
    position: fixed;
    font-size: 16px;
    bottom: 80px;
    right: 20px;
    width: 17%;
    height: 0;

    font-family: gilroy;
    background-color: #fff;
    z-index: 200;
    color: #888;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.livechat-box-start .top{
    width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 15px 15px;
    font-size: 13px;
   border-radius: 15px 15px 0 0;
    line-height: 20px;
    height: 20px;
    font-family: gilroy;
    background-color: #000;
    color: #fff;
}

.subs-input-chat-start{
      width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid #000;
    color: #000;
    background-color: #f1f1f1; 
    font-family: 'Montserrat', sans-serif;
}
.start-chat{
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
      width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    background-color: #000;
    font-family: gilroy;
    border-radius: 10px;
    border: 0px solid #000;
    margin: 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.start-chat:hover{
    background-color: #f1f1f1;
    color: #000;
}


.dialog-mask{
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: url("images/mask-black.png") repeat right top;
    display: none;
}
.dialog-box{
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 40%;
      width: -moz-calc(20% - 40px);
    /* WebKit */
    width: -webkit-calc(20% - 40px);
    /* Opera */
    width: -o-calc(20% - 40px);
    height: auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: calib;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-align: center;
    display: none;
}
.dialog-box-review{
    position: fixed;
    z-index: 105;
    top: 20%;
    left: 30%;
      width: -moz-calc(40% - 80px);
    /* WebKit */
    width: -webkit-calc(40% - 80px);
    /* Opera */
    width: -o-calc(40% - 80px);
    height: auto;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-align: center;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.rate {
    float: left;
    height: 46px;
    padding: 10px 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #d27992;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #d27992;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #d27992;
}

.review-product{
    border-radius: 15px;
    width: -moz-calc(50% - 80px);
    /* WebKit */
    width: -webkit-calc(50% - 80px);
    /* Opera */
    width: -o-calc(50% - 80px);
    float: left;
    height: auto;
    overflow: hidden;
    background-color: #eee;
    padding: 20px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}
.review-product .head{
    width: 100%;
    padding-bottom: 10px;
    float: left;
    height: auto;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.review-product .reviewtext{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 13px;
}

.review-product .head img{
    border-radius: 10px;
    width: 80px;
    margin-right: 10px;
    float: left;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

.action-button2{
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-top: 10px;
    padding: 5px 7px;
    background-color: #eb4f80;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-family: gothic;
    font-size: 12px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.action-button2:hover{
    background-color: #000;
}

.artikel-title-con{
    width: 70%;
    height: 40vw;
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 60px;
}
.artikel-title-con-new{
    width: 70%;
    height: 40vw;
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 60px;
    background-size: 7% 20%, cover;
    background-position: right center,center center;
    background-attachment: scroll, fixed;
    background-repeat: no-repeat;
}
.artikel-title-con-old{
    width: 100%;
    height: 35vw;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%, cover;
    background-position: bottom,center center;
    background-attachment: scroll, fixed;
}
.artikel-text-con{
    width: 30%;
    height: 40vw;
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 60px;
}
.artikel-title-con2{
    width: 100%;
    height: 25vw;
    position: relative;
    overflow: hidden;
}

.artikel-title{
    width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
    
    padding: 30px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-property: width, height, padding;
    -webkit-transition-duration:500ms, 500ms, 500ms;
    -moz-transition-property:width, height, padding;
    -moz-transition-duration:500ms, 500ms, 500ms;

    font-family:lato;
    font-size: 2vw;
    color: black;
}
.artikel-title a{
    text-decoration: none;
    color: black;
}
.artikel-title a:hover{
    text-decoration: underline;
    color: black;
}
.artikel-title2{
    width: -moz-calc(70% - 60px);
    /* WebKit */
    width: -webkit-calc(70% - 60px);
    /* Opera */
    width: -o-calc(70% - 60px);
    
    padding: 30px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 10%;
    font-family:gothic;
    font-size: 40px;
    color: white;
}
.artikel-title2 a{
    text-decoration: none;
    color: white;
}
.artikel-title2 a:hover{
    text-decoration: underline;
    color: white;
}
.artikel-text{
    width: 100%;
    height: auto;
    overflow: auto;
    line-height: 20px;
    margin-top: 10px;
    font-family: lato;
    color: black;
    font-size: 13px;
}
.artikel-text p{
    
    text-align: justify;

}
.artikel-text small{
    font-size: 9px;

}

.view-more-articles{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: -moz-calc(100% - 4px);
    /* WebKit */
    width: -webkit-calc(100% - 4px);
    /* Opera */
    width: -o-calc(100% - 4px);
    background: #0c808c;
    padding: 15px 0;
    color: #fff;
    border:  #fff solid 2px;
    cursor: pointer;
    margin-bottom: 20px;
}
.view-more-articles:hover{
    background: #fff;
    color: #0c808c;
}
.mid-content-box .view-all{
    width: -moz-calc(33.33% - 34px);
    /* WebKit */
    width: -webkit-calc(33.33% - 34px);
    /* Opera */
    width: -o-calc(33.33% - 34px);
    height: auto;
    margin-left: -moz-calc(33.33% + 15px);
    /* WebKit */
    margin-left: -webkit-calc(33.33% + 15px);
    /* Opera */
    margin-left: -o-calc(33.33% + 15px);

    margin-right: 33.33%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 15px 0;
    float: left;
    border:  #fff solid 2px;
    background-color: #136773;
    cursor: pointer;
    transition-duration: 0.4s;
}

#view-all-desktop{
    height: auto;
    margin-right: 33.33%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 15px 0;
    float: left;
    border:  #fff solid 2px;
    background-color: #136773;
    cursor: pointer;
    transition-duration: 0.4s;
}
.mid-content-box .view-all a{
  
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  
    padding: 15px 15px;
    color: #fff;
   
    cursor: pointer;
    margin-bottom: 20px;
    text-decoration: none;
    transition-duration: 0.4s;

}
#view-all-desktop a{
  
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
   
    
    padding: 15px 15px;
    color: #fff;
   
    cursor: pointer;
    margin-bottom: 20px; 
    text-decoration: none;
    transition-duration: 0.4s;

}

.mid-content-box .view-all:hover{
    background: #fff;
    color: #0c808c;
}
.mid-content-box .view-all:hover a{
   
    color: #0c808c;
}
.home-search-input{
    width: 40%;
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 34px;
    padding-right: 20px;
    color: #000;
    background-color: #d8d9d9;
    font-family: 'Montserrat', sans-serif;
    background-image: url(images/src-button.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: 0px solid #000;
    
    font-size: 17px;
    float: right;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.who-we-are1{
    width: 60%;
    height: 434px;
    float: left;
}
              
.who-we-are2{
    float: left;
    margin-top:6vw; 
    font-family: lato;
    font-size: 16px;
    padding: 40px;
    height: auto;
    width: -moz-calc(40% - 80px);
    /* WebKit */
    width: -webkit-calc(40% - 80px);
    /* Opera */
    width: -o-calc(40% - 80px);
    background-color: #0c808c;
    text-align: justify;
    color: white;
}
.who-we-are2 img{
    width: 30%; 
    margin-bottom: 20px;

}

.who-we-are2 .view-all a{
  
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: -moz-calc(100% - 40px);
    /* WebKit */
    width: -webkit-calc(100% - 40px);
    /* Opera */
    width: -o-calc(100% - 40px);
    background: #136773;
    padding: 15px 30px;
    color: #fff;
    border:  #fff solid 2px;
    cursor: pointer;
    margin-bottom: 20px;  text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  margin-top: 30px;

} 
.who-we-are2 .view-all a:hover{
    background: #fff;
    color: #0c808c;
}

.team{
    width: 20%;
    height: auto;
    overflow: auto;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  opacity: 0.8;
}
.team:hover{
    opacity: 1;
}
.team .imgs{
    width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
     margin-right: 30px;
    margin-left: 30px;
    height: 17vw;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
  
}

.team .nama{
     width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
    font-size: 16px;
    height: auto;
    color: black;
    float: left;
    font-family: 'Lato';
    background-color: white;
    padding: 15px 0px;
    
}
.team .nama a{
     text-decoration: none;

    color: black;
    }
.team .nama a:hover{
     text-decoration: underline;
    color: black;
   }

.team2{
    width: 33.33%;
    height: auto;
    overflow: auto;
    float: left;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.team2 .imgs{
    width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
     margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 15px;
    height: 30vw;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
  
}

.team2 .nama{
     width: -moz-calc(100% - 30px);
    /* WebKit */
    width: -webkit-calc(100% - 30px);
    /* Opera */
    width: -o-calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    color: white;
    float: left;
}
.team2 .nama a{
     text-decoration: none;
    }
.team2 .nama a:hover{
     text-decoration: underline;
   }

.team-text{
    float: right;
    font-family: 'Montserrat', sans-serif;
    width: 75%;
    margin-left: 5%;
}
.team-img{
    float: left;
    width: 20%;
}
.team-img img{
    width: 100%;
}


.home-search-mobile{
     width: 100%;
    
    padding: 15px;
    color: #000;
    background-color: #d8d9d9;
    font-family: 'Montserrat', sans-serif;
    border: 0px solid #000;
    position: fixed;
    top: -50px;
    z-index: 200;
    font-size: 17px;
    float: right;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.klien-konten{
    height: 10vw;
}

.list-berita-100{
    background-color: white;
    padding: 15px;
    margin: 15px;
    float: left;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    height: auto;
    font-family: 'Lato';

}
.list-berita-100 a{
    font-family: 'Lato';
    font-size: 18px;
    color: #136773;
    text-decoration: none;
}
.list-berita-100 a:hover{
    font-family: 'Lato';
    color: #128892;
    text-decoration: underline;
}
.list-berita-100 .ndesc{
    overflow: hidden;
    height: 60px;
    width: 100%;
}

.list-berita-1002{
    background-color: white;
     width: -moz-calc(100% - 60px);
    /* WebKit */
    width: -webkit-calc(100% - 60px);
    /* Opera */
    width: -o-calc(100% - 60px);
    padding: 0 30px ;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    height: 20px;
    text-align: left;

}
.list-berita-1002 a{
    font-family: lato;
    font-size: 18px;
    color: #136773;
    text-decoration: none;
}
.list-berita-1002 a:hover{
    font-size: 18px;
    color: #128892;
    text-decoration: underline;
}
.list-berita-1002 .ndesc{
    overflow: hidden;
    height: 60px;
    width: 100%;
}

.list-dokumen{
    margin-top:15px;
    margin-bottom:15px;
    list-style-image: url('/images/favicon2.png');
    list-style-position: inside;
}
.list-dokumen a{
    font-family: lato;
    font-size: 18px;
    color: #136773;
    text-decoration: none;
}

.list-dokumen a:hover{
   font-size: 18px;
    color: #128892;
    text-decoration: underline;   
}

.ary-home{
    float: left;
    width: 38.78947368421053%;
     -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
 opacity: 0.8;
  cursor: pointer;
}
.egi-home{
    float: left;
    width: 32.42105263157895%;
     -webkit-transition-duration: 0.4s; /* Safari */
 opacity: 0.8;
  cursor: pointer;
  transition-duration: 0.4s;
}
.anatomi-home{
    float: left;
    width: 28.78947368421053%;
     -webkit-transition-duration: 0.4s; /* Safari */
 
  transition-duration: 0.4s;
   opacity: 0.8;
  cursor: pointer;
}
.anatomi-home:hover{
    opacity: 1;
}
.ary-home:hover{
    opacity: 1;
}
.egi-home:hover{
    opacity: 1;
}


.content-mobile{
   
    width: -moz-calc(100% - 40px);
    /* WebKit */
    width: -webkit-calc(100% - 40px);
    /* Opera */
    width: -o-calc(100% - 40px);
    padding: 20px;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    display: none;

}

.mid-content-box .view-all2{
    width: -moz-calc(100% - 4px);
    /* WebKit */
    width: -webkit-calc(100% - 4px);
    /* Opera */
    width: -o-calc(100% - 4px);
    height: auto;
   
    text-align: center;
    padding: 15px 0 15px 0;
    float: left;
     border:  #fff solid 2px;
     background-color: #136773;
     cursor: pointer;
       -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.mid-content-box .view-all2 a{
  
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
   
    color: #fff;
   
    cursor: pointer;
    margin-bottom: 20px;  text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

} 
.mid-content-box .view-all2:hover{
    background: #fff;
    color: #0c808c;
}
.mid-content-box .view-all2:hover a{
   
    color: #0c808c;
}

.artikel-title3{
    width: -moz-calc(100% - 40px);
    /* WebKit */
    width: -webkit-calc(100% - 40px);
    /* Opera */
    width: -o-calc(100% - 40px);
    
    padding: 20px;
    overflow: auto;
  

    font-family:lato;
    font-size: 7vw;
    color: black;
}
.artikel-title3 a{
    text-decoration: none;
    color: black;
}
.artikel-title3 a:hover{
    text-decoration: underline;
    color: black;
}

.artikel-title-old{
    width: -moz-calc(70% - 60px);
    /* WebKit */
    width: -webkit-calc(70% - 60px);
    /* Opera */
    width: -o-calc(70% - 60px);
    
    padding: 30px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family:gothic;
    font-size: 40px;
    color: white;
}
.artikel-title-old a{
    text-decoration: none;
    color: white;
}
.artikel-title-old a:hover{
    text-decoration: underline;
    color: white;
}

.mid-content-box .view-all-old{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 30px;
}
.mid-content-box .view-all-old a{
  
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: -moz-calc(100% - 40px);
    /* WebKit */
    width: -webkit-calc(100% - 40px);
    /* Opera */
    width: -o-calc(100% - 40px);
    background: #136773;
    padding: 15px 30px;
    color: #fff;
    border:  #fff solid 2px;
    cursor: pointer;
    margin-bottom: 20px;  text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

} 
.mid-content-box .view-all-old a:hover{
    background: #fff;
    color: #0c808c;
}

.box-nama{
    background-color: white;
    position:absolute;
    font-size:2vw;
}
.box-nama p{
    position: absolute;
    left: 10%;
    top: 50%;
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    -webkit-transition-property: width, height, padding;
    -webkit-transition-duration:500ms, 500ms, 500ms;
    -moz-transition-property:width, height, padding;
    -moz-transition-duration:500ms, 500ms, 500ms;
}
#egi{
    margin-bottom: 10vw;
}

.box-deskripsi{
    background-color: #136773;
    position:absolute;
    overflow: auto;
    height: auto;
    font-size: 1vw;
    font-family: lato;
    color: white;
    text-align: justify;
    padding: 40px;
    line-height: 1.5vw;

}

.mid-content-box-mobile{
      width: 100%;
    height: auto;
    padding-bottom: 35px;
    overflow: auto;
    display: none;
}