@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);

.navbar-default {
    background-color: #0095da;
    border-color: transparent;
}

.navbar-brand p {
    font-family: 'Dosis';
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.navbar-brand em {
    font-size: 26px;
    font-style: normal;
}

.nav .navbar-nav {
    text-align: center;
}

/* navigation style */
.navbar-custome a {
    font-family: 'Dosis';
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    ;
  padding: 0;
    line-height: 50px;
    position: relative;
    z-index: 211;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-custome a:hover {
  /*background-color: #fff !important;*/
  /*color: #8bc655 !important;*/;
}

.navbar-custome li {
    height: 50px;
    position: relative;
    z-index: 210;
}

.navbar-custome li span {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 0;
    left: 0;
    z-index: 200;
}

.navbar-custome li:hover span {
    width: 100%;
}

.navbar-custome li:hover a {
    color: #800000 !important;
}


.btn-orange {
    color: #212529;
    background-color: #ff4007;
    border-color: #ff4007;
}

.btn-orange:hover {
    color: #212529;
    background-color: #ce3609;
    border-color: #ce3609;
}


/* navigation custome */\
header nav div#navbarCollapse ul.nav li.nav-item:hover{
    color: #800000;
    background-color: #fff;
}

/* custom coloring */
.marun {
    color: #800000!important;
}

/* produk style */
#cardproduk {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#cardproduk:hover .imgproduk {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#cardproduk:hover .detailproduk {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#cardproduk .detailproduk h5.title {
    position: absolute;
    left: 10px;
    top: 10px;
}

#cardproduk .detailproduk h5.price {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

#cardproduk div.shop {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#cardproduk div.shop a img {
    margin-bottom: 2px;
}

#cardproduk div.shop a img:hover {
    width: 53px;
}

#blink {
    
}